@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** V.A.R.I.A.B.L.E.S ****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************* M.I.X.I.N.S *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** M.E.D.I.A - Q.U.E.R.Y **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** M.E.D.I.A - Q.U.E.R.Y **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************* P.L.A.C.E.H.O.L.D.E.R.S *************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************* P.L.A.C.E.H.O.L.D.E.R.S *************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** B.O.X - S.H.A.D.O.W **************************************/
/***************************************************************************************************/
.box-shadow-0 {
  box-shadow: none !important;
}

.box-shadow-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-shadow-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.box-shadow-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.box-shadow-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.box-shadow-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/***************************************************************************************************/
/**************************************** B.O.X - S.H.A.D.O.W **************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************** I.M.P.O.R.T **********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  min-width: 100vw;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width : 769px) {
  body {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f1666b;
  color: inherit;
}

.fade:not(.show) {
  visibility: hidden;
}

/***************************************************************************************************/
/***************************************** /.G.E.N.E.R.A.L *****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************** C.A.R.O.U.S.E.L *****************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** /.C.A.R.O.U.S.E.L ****************************************/
/***************************************************************************************************/
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
}

/***************************************************************************************************/
/********************************************* F.O.R.M *********************************************/
/***************************************************************************************************/
label {
  text-transform: uppercase;
}

.form-control {
  background-color: #FFFFFF;
  padding: pxtorem(10) pxtorem(16);
  border-color: #e3e3e3;
}
.form-control:focus {
  border-color: #EA2027;
  box-shadow: none !important;
}
.form-control.invalid {
  border-color: #dc3545;
}

.btn {
  border-radius: 3rem;
}

.btn {
  font-size: pxtorem(14);
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #EA2027;
  color: #FFFFFF;
  border-color: #e5161d;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #dc151c;
  color: #FFFFFF;
  border-color: #e9171e;
}

.btn-outline-secondary {
  border-color: #bd1b23;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #bd1b23;
}

.btn-outline-light {
  color: #626262;
  border-color: #C3C3C3;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #C3C3C3;
}

.btn-fluid {
  width: 100%;
}

.input-group-text {
  border-radius: 3rem;
  border-color: #e3e3e3;
}

.input-group .form-text {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 2.5rem;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background-color: #bd1b23;
  color: #FFFFFF;
}

.form-control::-moz-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control::placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control:-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.form-control::-ms-input-placeholder {
  color: #929292 !important;
  opacity: 0.75;
}

.btn-xs {
  padding: 0.25rem 0.6125rem;
}

/***************************************************************************************************/
/******************************************** /.F.O.R.M ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/********************************************* T.A.B.S *********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** /.T.A.B.S ********************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** T.A.B.L.E ********************************************/
/***************************************************************************************************/
table thead th {
  text-transform: uppercase;
}

/***************************************************************************************************/
/******************************************* /.T.A.B.L.E *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/******************************************** M.O.D.A.L ********************************************/
/***************************************************************************************************/
.modal-content {
  padding: 1.5rem 0.75rem;
  border-radius: 0;
}

.modal-header {
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.modal-header .modal-title {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width : 769px) {
  .modal-header .modal-title {
    font-size: 1.25rem;
  }
}

.modal-header,
.modal-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.modal .form-control {
  border-radius: 3rem;
}

.modal-form-btn {
  margin-top: pxtorem(50) !important;
}

/***************************************************************************************************/
/******************************************* /.M.O.D.A.L *******************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/**************************************** A.C.C.O.R.D.I.O.N ****************************************/
/***************************************************************************************************/
.accordion .card .card-header {
  cursor: pointer;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.accordion .card .card-header[aria-expanded=true] .card-header-caret {
  transform: rotate(-90deg);
}
.accordion .card .card-header .text-icon-left {
  margin-right: 0.75rem;
}
.accordion .card .card-header .card-header-caret {
  margin-left: auto;
}
@media only screen and (max-width : 768px) {
  .accordion .card .card-body {
    padding: 1rem;
  }
}

.ui.accordion .active.title .chevron.icon {
  transform: rotate(90deg);
}

/***************************************************************************************************/
/*************************************** /.A.C.C.O.R.D.I.O.N ***************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/************************************** /.D.A.T.E.P.I.C.K.E.R **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/*************************************** D.A.T.E.P.I.C.K.E.R ***************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/*************************************** P.A.G.I.N.A.T.I.O.N ***************************************/
/***************************************************************************************************/
.pagination-wrapper {
  text-align: center;
}

.pagination-general,
.pagination {
  display: -ms-inline-flex;
  display: inline-flex;
}
.pagination-general .page-item.active .page-link,
.pagination .page-item.active .page-link {
  background-color: #EA2027;
  color: #FFFFFF;
  border-color: #EA2027;
}
.pagination-general .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link {
  color: #C3C3C3;
}
.pagination-general .page-item .page-link,
.pagination .page-item .page-link {
  color: inherit;
  border: 0;
  border-radius: 0.25rem !important;
}

/***************************************************************************************************/
/************************************** /.P.A.G.I.N.A.T.I.O.N **************************************/
/***************************************************************************************************/
/***************************************************************************************************/
/***************************************** L.I.G.H.T.B.O.X *****************************************/
/***************************************************************************************************/
.lightbox-backdrop {
  z-index: 999 !important;
}

.react-html5-camera-photo video,
.demo-image-preview img {
  width: 100% !important;
}

.chat-conversation-message-each .lightbox-container .lightbox-img-thumbnail {
  height: auto !important;
  width: auto !important;
  max-width: 12rem;
}

.lightbox-img-thumbnail {
  box-shadow: none !important;
}

/***************************************************************************************************/
/**************************************** /.L.I.G.H.T.B.O.X ****************************************/
/***************************************************************************************************/
/******************************************** B.A.D.G.E ********************************************/
/***************************************************************************************************/
.badge-primary {
  background-color: #f1666b;
  color: inherit;
  border: 1px solid #EA2027;
}

.badge-warning {
  background-color: #ffb64d;
}

/***************************************************************************************************/
/******************************************* /.B.A.D.G.E *******************************************/
/***************************************************************************************************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media only screen and (max-width : 1200px) {
  .right.menu .ui.search .input {
    min-width: auto !important;
  }
  #main-sidebar {
    width: 211px !important;
  }
  #main-sidebar.toggle {
    width: 60px !important;
  }
}
@media only screen and (max-width : 992px) {
  .d-none-md {
    display: none;
  }
  #main-sidebar {
    width: 211px;
  }
}
@media (width: 768px) {
  .sidebar .close {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ui.container.container-fixed-width {
    width: 1400px !important;
  }
}
.font-weight-bold {
  font-weight: 600;
}

.f-50 {
  font-size: 50px !important;
}

.text-red {
  color: #db2828;
}

.f-20 {
  font-size: 1.8rem;
}

.no-hover tr td:hover {
  background: transparent !important;
}

.padding-trl-0 {
  padding: 0 0 20px 0 !important;
}

.p-10 {
  padding: 10px 20px;
}

.pr-5 {
  padding-right: 3rem !important;
}

.float-right {
  float: right;
}

.my-5-auto {
  margin: 2% auto;
}

.p-2 {
  padding: 0 10px;
}

.pb-5 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 20px;
}
@media only screen and (max-width : 576px) {
  .p-20 {
    padding: 10px;
  }
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-4 {
  padding-top: 1rem;
}

.h-100 {
  height: 100%;
}

.pl-1 {
  padding-left: 0.5rem !important;
}

.pr-1 {
  padding-right: 0.5rem !important;
}

@media (max-width: 1920px) {
  .form-container {
    padding: 20px;
  }
}
@media only screen and (max-width : 1200px) {
  .form-container {
    padding: 20px;
  }
}
@media only screen and (max-width : 992px) {
  .form-container {
    padding: 20px;
  }
}
@media only screen and (max-width : 576px) {
  .form-container {
    padding: 20px;
  }
}

.h-device {
  height: 540px;
}
@media only screen and (max-width : 1200px) {
  .h-device {
    height: 610px;
  }
}
@media only screen and (max-width : 992px) {
  .h-device {
    height: auto;
  }
}
@media only screen and (max-width : 576px) {
  .h-device {
    height: auto;
  }
}

.h-right-side {
  height: 275px;
}
@media only screen and (max-width : 1200px) {
  .h-right-side {
    height: 298px;
  }
}
@media only screen and (max-width : 992px) {
  .h-right-side {
    height: 320px;
  }
}
@media only screen and (max-width : 576px) {
  .h-right-side {
    height: auto;
  }
}

.h-right-side-style {
  height: 340px;
}
@media only screen and (max-width : 1200px) {
  .h-right-side-style {
    height: 298px;
  }
}
@media only screen and (max-width : 992px) {
  .h-right-side-style {
    height: 430px;
  }
}
@media only screen and (max-width : 576px) {
  .h-right-side-style {
    height: auto;
  }
}

.h-free-trail {
  height: calc(100% - 50px) !important;
}
@media only screen and (max-width : 576px) {
  .h-free-trail {
    height: auto !important;
  }
}

.h-large {
  height: 870px !important;
}
@media only screen and (max-width : 576px) {
  .h-large {
    height: 1900px !important;
  }
}
@media only screen and (max-width : 992px) {
  .h-large {
    height: 1000px !important;
  }
}

.h-auto {
  height: auto !important;
}

.f-16 {
  font-size: 16px !important;
}

f-16 {
  font-size: 16px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-20-bottom {
  padding-bottom: 20px !important;
}

.margin-media {
  margin: 0 !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.f-30 {
  font-size: 30px !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.payment-detail-section.show {
  display: block !important;
}

.free-trail-section.show {
  display: block !important;
}

.payment-detail-section.hide {
  display: none !important;
}

.free-trail-section.hide {
  display: none !important;
}

.payment-detail-section {
  display: none !important;
}

.pl-30 {
  padding-left: 68px !important;
}

.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #6e6d6d !important;
}

.ui.accordion .title {
  font-family: "Inter", sans-serif !important;
}

.ui.header {
  font-family: "Inter", sans-serif !important;
}

.ui.button {
  font-family: "Inter", sans-serif !important;
}

.ui.message .header {
  font-family: "Inter", sans-serif !important;
}

.ui.form .field label {
  font-size: 1rem !important;
  color: #606060 !important;
}
.ui.form input {
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
}

.ui.card .content .header {
  font-family: "Inter", sans-serif !important;
  color: #606060 !important;
}

.ui.basic.label {
  color: #606060 !important;
}

.padding-top-style {
  padding-top: 150px !important;
}
@media only screen and (max-width : 1200px) {
  .padding-top-style {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width : 992px) {
  .padding-top-style {
    padding-top: 0px !important;
  }
}
@media only screen and (max-width : 576px) {
  .padding-top-style {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width : 992px) {
  .ml-0-sm {
    margin-left: 0 !important;
  }
  .img.ui.image.d-none-md {
    display: none !important;
  }
  .d-none-md {
    display: none !important;
  }
  #main-sidebar {
    width: 211px;
  }
}
@media only screen and (max-width : 576px) {
  .table-wrapper .card .table.order-detail-table tbody td {
    padding-left: 0 !important;
  }
  .product-detail-table {
    font-size: 13px !important;
  }
  .product-detail-table tr td {
    padding: 0.5rem !important;
  }
  .padding-top-sm {
    padding-top: 30px;
  }
  .padding-bottom-sm {
    padding-bottom: 20px;
  }
  .padding-bottom-10 {
    padding-bottom: 10px;
  }
  .floating-btn.d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .height--sm {
    height: 1000px !important;
  }
  .float-none-sm {
    float: none !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .min-width-header {
    min-width: 100px;
  }
  .order-detail .mt-0-sm {
    margin-top: 0 !important;
  }
  .w-auto-sm {
    width: auto !important;
  }
  .m-auto-sm {
    margin: auto !important;
  }
  .qr-image .h-150-sm {
    height: 150px !important;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .min-width-p-name {
    min-width: 80px !important;
  }
  .ml-0-sm {
    margin-left: 0 !important;
  }
  .d-flex-sm {
    display: flex;
  }
  .buttons .button {
    font-size: 0.9rem;
  }
  .buttons .mr-media {
    margin-right: 25px;
  }
  .buttons .ml-media {
    margin-left: 40px !important;
  }
}
/*********************************************************************************************************************************/
/******************************************************* O.V.E.R.R.I.D.E.S *******************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/********************************************************* G.E.N.E.R.A.L *********************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #F9F9F9;
  color: #666666;
}

hr {
  border: 0.8px solid #E8E8E8;
  margin: 25px 0;
}

.header-general, .header-general-md,
.header-general-sm {
  color: #191919;
  font-size: pxtorem(28);
  font-weight: 500;
}

.header-general-md {
  font-size: pxtorem(26) !important;
}

.header-general-sm {
  font-size: pxtorem(22) !important;
}

.header-general-xs {
  font-size: pxtorem(18) !important;
}

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

.font-size-small {
  font-size: 12px;
}

.font-weight-500 {
  font-weight: 500;
}

.font-size-normal {
  font-size: 1rem !important;
}
.font-size-normal.button {
  padding: 1rem !important;
}

.text-muted {
  color: #8D8D8D !important;
}

.link-muted {
  color: #929292;
  text-decoration: none;
}
.link-muted:hover {
  color: #626262;
  text-decoration: none;
}

.link-secondary {
  color: #bd1b23;
}

.btn-like-a {
  color: #007bff;
  outline: none !important;
  border: none;
  box-shadow: none;
  background: none;
  display: inline;
}
.btn-like-a:focus {
  border: none;
}
.btn-like-a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #0056b3;
}

.btn-icon {
  font-size: 0.825rem;
}

.btn-icon-left {
  margin-right: 0.75rem;
}

.btn-icon-right {
  margin-left: 0.75rem;
}

.validation-message {
  display: block;
  font-size: 80%;
  width: 100%;
  margin-top: 0.25rem;
  text-align: left;
}

.validation-message-error {
  color: #dc3545;
}

.validation-message-success {
  color: #1a8570;
}

.input-group .validation-message {
  padding-left: 2.5rem;
}

.resend-link-message {
  display: block;
}
.resend-link-message .resend-link {
  color: #7f0c10;
  cursor: pointer;
}
.resend-link-message .resend-link:hover {
  text-decoration: underline;
}

.btn-group-inline {
  display: -ms-flex;
  display: flex;
}
.btn-group-inline .btn:not(:last-child) {
  margin-right: 0.375rem;
}

.theme-color {
  color: #EA2027 !important;
}

.theme-btn {
  background: #EA2027 !important;
  font-size: 0.9rem;
}
.theme-btn:hover {
  background: #ee4f54 !important;
}

.text-black {
  color: #000;
}

.fade-red-bg {
  background: #fff1f1 !important;
}

.black-btn {
  color: white;
  background: #272727;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 5px 25px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
}
.black-btn:hover {
  text-decoration: none;
  border: 1px solid #272727;
  color: #272727;
  background: transparent;
}

.black-outline-btn {
  color: #272727;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #272727;
  padding: 5px 20px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  background: white;
}
.black-outline-btn:hover {
  text-decoration: none;
  color: white;
  background: #272727;
}

.border-left {
  border-left: 2px solid #E8E8E8;
}

.border-right {
  border-right: 2px solid #E8E8E8;
}

.border-none {
  border: none !important;
}

.bg-none {
  background: none !important;
}

.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .close {
  outline: none;
  padding-top: 0;
}
.modal .modal-header .modal-title {
  font-size: 22px;
  color: #272727;
}
.modal .modal-header button svg {
  fill: #272727;
  height: 18px;
}
.modal .modal-body .form-group label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.modal .modal-body .form-group input, .modal .modal-body .form-group textarea {
  border: 1px solid #C3C3C3;
  border-radius: 5px;
}

.pagination .page-link {
  box-shadow: none;
  outline: none;
  transition: 0.3s;
  font-size: 1.2em;
  background: white;
  padding: 0.6rem 0.8rem;
  margin: 2px;
}
.pagination .page-link.active, .pagination .page-link:hover {
  background: #EA2027;
  color: white;
}

.chosen-container .chosen-results {
  max-height: 200px;
}
.chosen-container .chosen-results li.highlighted {
  background: #EA2027;
}

@media only screen and (max-width : 576px) {
  .select-box {
    display: block;
    border: 1px solid black;
    height: 30px;
    padding: 0 5px;
    min-width: 100px;
    background: #fff;
  }
}

.invalid-files p {
  color: #FF2323;
  margin-bottom: 0;
  font-size: 14px;
}
.invalid-files .file-list li {
  position: relative;
  color: #FF2323;
  padding-left: 15px;
}
.invalid-files .file-list li:before {
  content: "";
  position: absolute;
  background: #FF2323;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
}

.img-box.upload-err {
  border: 1px solid #FF2323 !important;
}

.form-error {
  border: 1px solid #EA2027;
}

.sm-input-box {
  width: 102px !important;
}

.powered-by {
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
}
.powered-by span.text-white {
  opacity: 0.7;
}

.custom-select-box .chosen-container-single .chosen-single {
  border: 1px solid #C3C3C3;
  background: none;
  height: 35px;
  line-height: 35px;
  min-width: 110px;
}
.custom-select-box .chosen-container-single .chosen-single div {
  top: 5px;
}

@media only screen and (max-width : 576px) {
  .custom-select-modal-box .select-box {
    display: block;
    border: 1px solid black;
    height: 38px;
    padding: 0 5px;
    min-width: 100px;
    background: #fff;
  }
}
.custom-select-modal-box .chosen-container-single .chosen-single {
  border: 1px solid #C3C3C3;
  background: none;
  height: 38px;
  line-height: 38px;
  min-width: 110px;
}
.custom-select-modal-box .chosen-container-single .chosen-single div {
  top: 5px;
}

.edit-btn-wrapper {
  white-space: nowrap;
}

@media only screen and (max-width : 576px) {
  .sm-p0 {
    padding: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .sm-px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width : 576px) {
  .sm-my-1 {
    margin: 0.25rem 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .sm-m0 {
    margin: 0 !important;
  }
}

@media only screen and (max-width : 576px) {
  .sm-w100 {
    width: 100% !important;
  }
}

/***************************************************************************************************/
/****************************************** G.E.N.E.R.A.L ******************************************/
/***************************************************************************************************/
.chart-container {
  padding: 8px 15px;
}

.border-bottom {
  border-bottom: 1px solid #C3C3C3;
}

.text-left {
  text-align: left;
}

.status {
  width: auto;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.9rem !important;
  white-space: nowrap;
}
.status.status-pending {
  color: #ffb64d;
  background: #fff5e6;
  font-weight: bold;
}
.status.status-declined {
  color: #ff536f;
  background: #ffecef;
  font-weight: bold;
}
.status.status-rejected {
  color: #EA2027;
  background: #f7acae;
  font-weight: bold;
}
.status.status-delivered {
  color: #2ed7b6;
  background: #d9f8f2;
  font-weight: bold;
}
.status.status-new {
  color: #4099ff;
  background: #d9ebff;
  font-weight: bold;
}

.ui.message.complete {
  padding: 10px 20px;
  background: #d9f8f2;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}
.ui.message.complete .header, .ui.message.complete .icon.close {
  font-size: 1rem !important;
}

.ui.message.info {
  padding: 10px 20px;
  box-shadow: none !important;
  background: #e8f3ff;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}
.ui.message.info .header, .ui.message.info .icon.close {
  font-size: 1rem !important;
}

.buttons a, .buttons button {
  font-size: 1rem;
  background: none;
  padding: 5px 8px;
  border: none;
  outline: none;
}
.buttons a .edit, .buttons button .edit {
  color: #4099ff;
}
.buttons a .delete, .buttons a .times, .buttons a .trash, .buttons button .delete, .buttons button .times, .buttons button .trash {
  color: #ff536f;
}
.buttons a .check, .buttons button .check {
  color: #2ed7b6;
}

td .buttons a:first-child {
  padding-left: 0;
}

.text-success {
  color: #2ed7b6;
}

.ui.menu.pagination {
  border-radius: 5px !important;
}

.pagination {
  margin-top: 0px !important;
  box-shadow: unset !important;
}
.pagination.mt-0 {
  margin-top: 0 !important;
}
.pagination .item.active {
  color: black !important;
  background: #d5d5d5 !important;
}

.max-width-ctrl {
  max-width: 350px !important;
}

.max-width-ctrl-md {
  max-width: 250px !important;
}

.max-width-ctrl-sm {
  max-width: 100px !important;
}

.min-width-ctrl {
  min-width: 150px !important;
}

.w-120px {
  width: 120px;
}

.form input[type=text], .form input[type=password], .form input[type=number], .form input[type=email], .form textarea, .form .selection {
  background: #F9F9F9;
  border: 1px solid lightgrey;
}
.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=number]:focus, .form input[type=email]:focus, .form textarea:focus, .form .selection:focus {
  border: 1px solid lightgrey !important;
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=password]:focus::-moz-placeholder, .form input[type=number]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form .selection:focus::-moz-placeholder {
  opacity: 1;
}
.form input[type=text]:focus::placeholder, .form input[type=password]:focus::placeholder, .form input[type=number]:focus::placeholder, .form input[type=email]:focus::placeholder, .form textarea:focus::placeholder, .form .selection:focus::placeholder {
  opacity: 1;
}
.form label {
  margin-bottom: 10px !important;
  white-space: nowrap;
}
.form label.mb-0 {
  margin-bottom: 0 !important;
}

.input-field .clear-input-btn {
  position: absolute;
  right: 18px;
  z-index: 5;
  top: 10px;
  font-weight: lighter;
  opacity: 0.5;
  cursor: pointer;
}

.err-msg {
  font-weight: lighter !important;
  font-size: 0.9rem !important;
  margin: 0 !important;
}

.bg-dark {
  background: #929292 !important;
  color: white;
}

.bg-lighter {
  background: #F9F9F9;
}

a.name {
  color: #626262;
}
a.name:hover {
  color: #0059c0;
}

.bg-light {
  background: #F9F9F9;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.choose-box {
  width: 100%;
  text-align: center;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 180px;
  background: #f9f9f9;
  cursor: pointer;
  transition: 0.3s;
  border: 3px dashed rgba(76, 85, 101, 0.2117647059);
  position: relative;
}
.choose-box .placeholder-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  color: #a7a7a7;
}
.choose-box .img-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.choose-box .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.choose-box .close {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  font-size: 1.2rem;
}
.choose-box .close:hover {
  color: red;
}
.choose-box .close {
  display: none;
}

.metismenu .has-arrow:after {
  border-width: 0 1px 1px 0;
  right: 1.5rem;
  transition: none;
}

.metismenu .has-arrow[aria-expanded=true]:after, .metismenu .mm-active > .has-arrow:after {
  transform: rotate(45deg) translateY(-50%);
}

.cursor-disable {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

.v-gap {
  padding-left: 270px;
}
@media only screen and (max-width : 576px) {
  .v-gap {
    padding-left: 10px;
  }
}

@media only screen and (max-width : 992px) {
  .heading-tablet {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline !important;
  }
  .heading-tablet .pull-right {
    margin-left: auto;
  }
  .heading-tablet .input-field {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

#hamburger {
  background: none !important;
  font-size: 1.5rem;
  padding-left: 0;
}

.border {
  border: 1px solid #E8E8E8;
}

.bg-white {
  background: white !important;
}

.input-with-cross input {
  max-width: calc(100% - 45px);
}

.placeholder-msg {
  font-size: 1rem !important;
  margin: 0 !important;
}

.ui.form .field label {
  margin-bottom: 0.6rem;
}

#toast-container {
  z-index: 9999 !important;
}

.subtext {
  opacity: 0.6;
}

.table {
  color: #626262 !important;
}
.table:not(.seven.day) .table-head {
  white-space: nowrap;
}
.table:not(.seven.day) tbody tr {
  transition: 0.3s;
}
.table:not(.seven.day) tbody tr:hover {
  background: whitesmoke;
}
.table:not(.seven.day) tbody .total-row {
  background: whitesmoke;
}
.table:not(.seven.day) tbody .total-row h5 {
  font-weight: bold;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  padding-right: 15px !important;
}

.daterangepicker {
  min-height: unset;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 35px;
  width: 35px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.no-bg-icon {
  color: black;
}

.ui.empty {
  background: white;
  min-height: 385px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1), 0 11px 6px -7px rgba(0, 0, 0, 0.1);
}
.ui.empty h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.ui.empty span {
  font-size: 1.1rem;
}
.ui.empty .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  opacity: 0.4;
}
.ui.empty .svg-icon {
  display: block;
  min-height: 65px;
}
.ui.empty .svg-icon svg {
  width: 100px;
  height: 100px;
}

.loading-div {
  margin: 0 !important;
  border: none !important;
  min-height: 200px;
}

.ui.form.cs-validation .field .prompt.label {
  display: none;
}
.ui.form.cs-validation .field.error .prompt.label {
  border: 1px solid transparent !important;
  padding: 0 !important;
  margin-top: 5px;
  text-align: left;
}
.ui.form.cs-validation .field.error .prompt.label::before {
  display: none;
}

.ui.modal > .close {
  top: -12px;
}

.ui.white.loader::after {
  border-color: #fff transparent transparent;
}

.ui.celled.table.basic tr td,
.ui.celled.table.basic tr th {
  border-left: 1px solid transparent;
}

.table-title {
  width: 25%;
}

.flex-250 {
  flex: 0 0 250px;
}

td {
  -ms-line-break: anywhere;
  -webkit-line-break: anywhere;
  line-break: anywhere;
}

.nice-select .current {
  opacity: 0.3;
}

.message-modal .icon {
  font-size: 5rem;
}
.message-modal.success-modal .icon {
  color: #2ed7b6;
}

.price {
  white-space: nowrap;
  text-align: right !important;
}

.toast-notification {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 99;
  min-height: unset;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  max-width: 350px;
  width: 100%;
  background: #e3f0ff;
}

.disable {
  cursor: default !important;
  pointer-events: none;
  opacity: 0.6;
}

#toast-container .toast {
  width: 350px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
  opacity: 1;
  margin-bottom: 15px;
  background-image: none !important;
  background-color: #e3f0ff !important;
}
#toast-container .toast * {
  color: black !important;
}
#toast-container .toast-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
  max-width: 270px;
  position: relative;
}
#toast-container .toast-title::before {
  position: absolute;
  content: "\f369";
  top: 2px;
  left: -35px;
  font-family: brand-icons;
}
#toast-container .toast-success .toast-title::before {
  content: "\f369";
}
#toast-container .toast-info .toast-title::before {
  content: "\f23d";
}
#toast-container .toast-warning .toast-title::before {
  content: "\f06b";
  font-family: Icons;
}
#toast-container .toast-message {
  color: #8D8D8D !important;
  font-size: 1rem;
}

.table-responsive {
  overflow-x: auto;
}

.bordered {
  box-shadow: unset !important;
  border: 1px solid #ECECEC !important;
}

.border-radius {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) !important;
}

.ui.empty {
  box-shadow: unset !important;
  color: #d5d5d5 !important;
}

.link-color {
  color: #4183c4 !important;
}

.total-amount-row {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
}

#card-input-box {
  display: none;
}

/*********************************************************************************************************************************/
/********************************************************* G.E.N.E.R.A.L *********************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/****************************************************** C.O.N.T.E.X.T.U.A.L ******************************************************/
/*********************************************************************************************************************************/
/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
.clear-float:before, .clear-float:after,
.clear-fix:before,
.clear-fix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear-float:after,
.clear-fix:after,
.clear:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fluid-height {
  height: 100%;
}

.fluid-height-min {
  min-height: 100%;
}

.fluid-width {
  width: 100% !important;
}

.fluid-width-min {
  min-width: 100%;
}

.no-margin,
.m-0 {
  margin: 0 !important;
}

.no-padding,
.p-0 {
  padding: 0 !important;
}

.text-info {
  display: block;
  font-size: 12px;
  margin-top: 0.5rem;
}

.text-left,
.align-left {
  text-align: left;
}

.text-center,
.align-center {
  text-align: center;
}

.text-right,
.align-right {
  text-align: right;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase,
.text-uppercase {
  text-transform: uppercase;
}

.lowercase,
.text-lowercase {
  text-transform: lowercase;
}

.capitalize,
.text-capitalize {
  text-transform: capitalize;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.remove,
.hide {
  display: none !important;
}

.d-flex {
  display: -ms-flex;
  display: flex;
}

.d-flex-center {
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.color-primary {
  color: #EA2027;
}

.color-success {
  color: #1e9b82;
}

.color-error {
  color: #ff536f;
}

.color-warning {
  color: #ffb64d;
}

.bg-lightest {
  background-color: #fefefe;
}

.stretch {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-centered {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.cursor-pointer {
  cursor: pointer !important;
  pointer-events: unset !important;
}

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

.relative {
  position: relative;
}

.transition-general {
  transition: all 0.3s ease-out;
}

.box-shadow-general {
  box-shadow: 0 0 0.5rem #E8E8E8;
}

.link-general {
  color: #EA2027;
}
.link-general:hover {
  color: #dc151c;
}

.cursor {
  cursor: pointer;
}

.text-white {
  color: white !important;
}

.font-weight-bold {
  font-weight: bold;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.align-items-start {
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  -o-align-items: flex-start !important;
  align-items: flex-start !important;
}

.justify-content-center {
  -moz-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-end {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content-start {
  -moz-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.color-darker {
  color: #626262;
}

.list-unstyled {
  list-style: none;
}

.input-group {
  display: flex;
  align-items: center;
}

.shadow-none {
  box-shadow: none !important;
}

.text-black {
  color: black !important;
}

.w-100 {
  width: 100% !important;
}

.w-unset {
  width: unset !important;
}

.w-55 {
  width: 55% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.py-1 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.py-0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.py-2 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.py-3 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-auto {
  margin: auto;
}

.px-lg-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width : 769px) {
  .mb-md-3 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width : 992px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width : 576px) {
  .justify-content-sm-end {
    justify-content: end !important;
  }
  .d-none-sm {
    display: none;
  }
  .d-block-sm {
    display: block !important;
  }
  .w-sm-100 {
    width: 100%;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .fc .fc-toolbar {
    display: block;
  }
}
/***************************************************************************************************/
/*************************************** C.O.N.T.E.X.T.U.A.L ***************************************/
/***************************************************************************************************/
/*********************************************************************************************************************************/
/****************************************************** C.O.N.T.E.X.T.U.A.L ******************************************************/
/*********************************************************************************************************************************/
/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.login .login-form-wrapper {
  background: white;
  border-radius: 25px;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
}
@media only screen and (max-width : 576px) {
  .login .login-form-wrapper {
    padding: 0;
  }
}
.login .login-form-wrapper .ui.segment {
  border: none;
  background: none;
  box-shadow: none;
}
.login .login-form-wrapper input {
  background: transparent !important;
}
.login .login-form-wrapper .icon .lnr, .login .login-form-wrapper .icon .btn-like-a {
  color: black;
  opacity: 0.8 !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 1.1rem;
  z-index: 5;
}
.login .login-form-wrapper .icon .btn-like-a {
  left: unset;
  right: 0px;
  padding: 5px;
  text-decoration: none;
}
.login .login-form-wrapper .submit {
  background: #EA2027 !important;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.login .login-form-wrapper .submit:hover:before {
  left: 0;
  width: 100%;
}
.login .login-form-wrapper .submit:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #dc151c;
  z-index: -1;
  display: block;
  transition: 0.3s;
}
.login .login-form-wrapper .submit .ui.loader::after {
  border-color: #fff transparent transparent;
}
.login .text input {
  position: relative;
}
.login .text input:before {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  width: 50px;
  height: 50px;
  content: "";
}
.login .ui.form .field .ui.input input, .login .ui.form .fields .field .ui.input-text input {
  width: 100%;
  padding-left: 36px;
}

.fx-relay-email-input-wrapper {
  z-index: 1 !important;
}

.ui.slider.checkbox {
  margin-top: 15px !important;
}
.ui.slider.checkbox label {
  text-transform: capitalize;
}
.ui.slider.checkbox label input:checked ~ label:before {
  background: #EA2027 !important;
}

.header .logo {
  max-height: 150px;
  max-width: 100%;
}

.all-notification .notify-title {
  padding: 1rem;
  margin: 0 !important;
  font-weight: 500 !important;
}
.all-notification .notify-title span {
  font-family: "Inter", sans-serif !important;
  color: #444;
}
.all-notification .notify-title a {
  font-family: "Inter", sans-serif !important;
  color: #4099ff;
  font-weight: lighter;
  border-left: 0;
  font-size: 1rem;
}
.all-notification .notify-title a:hover {
  text-decoration: underline;
}
.all-notification .day {
  background: #E8E8E8 !important;
  pointer-events: none;
  padding: 0.5rem 1rem;
  margin: 0;
}
.all-notification .label {
  width: 100%;
  text-align: left;
  border-radius: 0;
  margin: 0;
  padding: 1rem !important;
  font-size: 1rem;
  white-space: unset;
  font-weight: normal !important;
  border-top: 1px solid #E8E8E8;
  display: flex;
  background: transparent;
  color: #444 !important;
  opacity: 0.7;
}
.all-notification .label i {
  font-size: 1.5rem;
}
.all-notification .label span {
  line-height: 16px;
}
.all-notification .label:hover {
  background: #F9F9F9 !important;
}
.all-notification .label.unread {
  color: #242424 !important;
  opacity: 1;
}
.all-notification .ui.empty {
  background: white !important;
}

.top-navigation {
  position: relative;
  max-height: 100px;
}
.top-navigation .container {
  padding: 0 40px 0 0;
}
@media only screen and (max-width : 576px) {
  .top-navigation .container {
    padding: 0 30px 0 10px;
  }
}
.top-navigation .ui.menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 65px;
  padding-left: 0;
  transition: 0.5s;
  font-family: "Inter", sans-serif !important;
}
@media only screen and (max-width : 576px) {
  .top-navigation .ui.menu {
    padding-left: 0;
  }
}
.top-navigation .ui.menu .menu-toggle-icon {
  padding-right: 10px;
  padding-left: 35px !important;
}
@media only screen and (max-width : 576px) {
  .top-navigation .ui.menu .menu-toggle-icon {
    padding-left: 10px !important;
  }
}
.top-navigation .ui.menu .brand-name {
  padding-top: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width : 576px) {
  .top-navigation .ui.menu .brand-name {
    display: none;
  }
}
.top-navigation .ui.menu.toggle {
  padding-left: 0;
}
.top-navigation .ui.menu.toggle .page-logo {
  width: 60px;
  padding: 0;
}
.top-navigation .ui.menu .item {
  color: #2d2d2d !important;
}
.top-navigation .ui.menu .item .badge {
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 10px;
  color: #253544 !important;
  box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.3);
  padding: 5px 10px !important;
  font-size: 13px;
}
@media only screen and (max-width : 576px) {
  .top-navigation .ui.menu .item .search {
    display: none;
  }
}
.top-navigation .ui.menu a.item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.top-navigation .ui.search input {
  border: 1px solid #e5e6f1;
}
.top-navigation .right.menu .notification::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1647058824);
  width: 1px;
  height: 40%;
}
.top-navigation .right.menu .notification .unread-dot {
  position: absolute;
  left: 25px !important;
  top: 16px !important;
  background: #ea2027 !important;
  min-width: 15px;
  padding: 0 2px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
  color: #e2eeff;
  border-radius: 10px;
}
.top-navigation .right.menu .notification:hover .menu {
  display: none;
}
.top-navigation .right.menu .notification .menu {
  min-width: 400px;
  top: calc(100% + 15px) !important;
}
.top-navigation .right.menu .notification .menu .notify-title {
  padding: 1rem;
  margin: 0 !important;
}
.top-navigation .right.menu .notification .menu .notify-title span {
  color: #444;
}
.top-navigation .right.menu .notification .menu .notify-title a {
  color: #4099ff;
  font-weight: lighter;
  border-left: 0;
  font-size: 1rem;
}
.top-navigation .right.menu .notification .menu .notify-title a:hover {
  text-decoration: underline;
}
.top-navigation .right.menu .notification .menu .day {
  background: #E8E8E8 !important;
  pointer-events: none;
}
.top-navigation .right.menu .notification .menu .label {
  width: 100%;
  text-align: left;
  border-radius: 0;
  margin: 0;
  padding: 1rem !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  border-bottom: 1px solid #E8E8E8;
  background: white !important;
  white-space: unset;
  display: flex !important;
  font-weight: lighter !important;
  color: #444 !important;
  opacity: 0.7;
}
.top-navigation .right.menu .notification .menu .label span {
  line-height: 16px;
  white-space: initial;
}
.top-navigation .right.menu .notification .menu .label:hover {
  background: #F9F9F9 !important;
  font-weight: lighter !important;
}
.top-navigation .right.menu .notification .menu .label.unread {
  color: #242424 !important;
  opacity: 1;
}
.top-navigation .right.menu .notification .menu .point {
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  position: absolute;
  border-radius: 3px;
  top: -8px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 22;
  box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.1);
}
.top-navigation .right.menu .notification .menu .view-all {
  background: #F9F9F9 !important;
  font-size: 1rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
}
.top-navigation .right.menu .notification .menu .notification-list.menu {
  max-height: 400px !important;
  opacity: 1 !important;
  position: static !important;
  display: block;
  margin: 0 !important;
  height: unset !important;
  overflow-y: auto;
  box-shadow: none !important;
  border: none !important;
}
.top-navigation .right.menu .notification .label > i {
  font-size: 1.5rem;
}
.top-navigation .right.menu .notification .notify-icon {
  font-size: 1.5rem;
}
.top-navigation .ui.right.floated.dropdown {
  background: none !important;
}
.top-navigation .ui.right.floated.dropdown:hover .menu {
  display: none;
}
.top-navigation .ui.right.floated.dropdown .lnr {
  margin-right: 5px;
}
.top-navigation .ui.right.floated.dropdown .menu {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  min-width: 200px;
  position: absolute;
  top: calc(100% + 15px) !important;
}
.top-navigation .ui.right.floated.dropdown .menu .item i {
  font-weight: bold;
}
.top-navigation .ui.right.floated.dropdown .menu .point {
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  position: absolute;
  border-radius: 3px;
  top: -8px;
  right: 15px;
  transform: rotate(45deg);
  z-index: 22;
  box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.1);
}
.top-navigation .page-logo {
  float: left;
  width: 230px;
  height: 65px;
  padding: 10px 20px;
  transition: 0.5s;
  border-right: 1px solid #E8E8E8;
}
@media only screen and (max-width : 576px) {
  .top-navigation .page-logo {
    border-right: none;
    width: 60px;
    padding: 0;
  }
}
.top-navigation .page-logo .brand-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.top-navigation .page-logo a {
  float: left;
}
.top-navigation .page-logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.dropdown.nesting:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.dropdown.nesting .menu {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  min-width: 200px;
  position: absolute;
  top: calc(100% + 15px) !important;
}
.dropdown.nesting .menu .item:nth-child(2) i {
  color: #4099ff;
}
.dropdown.nesting .menu .item:nth-child(3) i {
  color: #2ed7b6;
}
.dropdown.nesting .menu .item:nth-child(4) i {
  color: #ff536f;
}
.dropdown.nesting .menu .item:nth-child(5) i {
  color: #ffb64d;
}
.dropdown.nesting .menu .item:nth-child(6) i {
  color: #4099ff;
}
.dropdown.nesting .menu .item:nth-child(7) i {
  color: #2ed7b6;
}
.dropdown.nesting .menu .item:nth-child(8) i {
  color: #ff536f;
}
.dropdown.nesting .menu .item:nth-child(9) i {
  color: #ffb64d;
}
.dropdown.nesting .menu .item:nth-child(10) i {
  color: #2ed7b6;
}
.dropdown.nesting .menu .item:nth-child(11) i {
  color: #ff536f;
}
.dropdown.nesting .menu .item:nth-child(12) i {
  color: #4099ff;
}
.dropdown.nesting .menu .point {
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
  border-top-color: #fff;
  position: absolute;
  border-radius: 3px;
  top: -8px;
  left: 15px;
  transform: rotate(45deg);
  z-index: 22;
  box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.1);
}

.main-title {
  display: flex !important;
  align-items: center;
  font-size: 22px;
}
.main-title .lnr {
  color: white;
  background: #707070;
  height: 27px;
  line-height: 27px;
  width: 27px;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin-right: 10px;
}
@media only screen and (max-width : 576px) {
  .main-title .lnr {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
}
@media only screen and (max-width : 576px) {
  .main-title {
    font-size: 16px;
  }
}

.table.cs-table {
  width: 100%;
}
.table.cs-table thead {
  background: #F9F9F9;
}
.table.cs-table thead th {
  color: #626262;
  background: none;
}

.statistics-section .card, .table-wrapper .card {
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border-radius: 5px;
  background: white;
}
@media only screen and (max-width : 992px) {
  .statistics-section .card, .table-wrapper .card {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.statistics-section .card .table, .table-wrapper .card .table {
  width: 100%;
}
.statistics-section .card .table thead, .table-wrapper .card .table thead {
  background: #F9F9F9;
}
.statistics-section .card .table thead th, .table-wrapper .card .table thead th {
  padding: 15px !important;
  font-size: 1rem;
  color: #626262;
  font-weight: bold;
}
.statistics-section .card .table tbody td, .table-wrapper .card .table tbody td {
  padding-left: 15px !important;
}
.statistics-section .card .table h2, .table-wrapper .card .table h2 {
  font-size: 1.3rem;
}
.statistics-section .card .card-header, .table-wrapper .card .card-header {
  background: #253544;
  padding: 15px 20px;
  color: white;
}
.statistics-section .card .card-header h2, .table-wrapper .card .card-header h2 {
  font-size: 1.3rem;
}
.statistics-section .card .card-header i, .table-wrapper .card .card-header i {
  margin-right: 10px;
}
.statistics-section .card .card-content, .table-wrapper .card .card-content {
  padding: 20px;
}
.statistics-section .card .card-content .table, .table-wrapper .card .card-content .table {
  width: 100%;
}
.statistics-section .card .card-content .table th, .table-wrapper .card .card-content .table th {
  color: black;
  font-weight: bold;
  border-bottom: 1px solid #C3C3C3;
  font-size: 1rem;
}
.statistics-section .card .card-content .table .checkmark, .table-wrapper .card .card-content .table .checkmark {
  color: #2ed7b6;
}
.statistics-section .card .card-content .table .close, .table-wrapper .card .card-content .table .close {
  color: #ff536f;
}
.statistics-section .card .card-content .table .buttons, .table-wrapper .card .card-content .table .buttons {
  text-align: center;
}
.statistics-section .card .card-content .table .buttons a, .table-wrapper .card .card-content .table .buttons a {
  font-size: 1rem;
}
.statistics-section .card .card-content .table .buttons a:first-child, .table-wrapper .card .card-content .table .buttons a:first-child {
  color: #4099ff;
}
.statistics-section .card .card-content .table .buttons a:last-child, .table-wrapper .card .card-content .table .buttons a:last-child {
  color: #ff536f;
}
.statistics-section .card .card-content .grid .column:nth-child(1) .dashboard-statistics, .table-wrapper .card .card-content .grid .column:nth-child(1) .dashboard-statistics {
  background: linear-gradient(to right, #4099ff, #0d7eff);
}
.statistics-section .card .card-content .grid .column:nth-child(1) .dashboard-statistics .icon-section i, .table-wrapper .card .card-content .grid .column:nth-child(1) .dashboard-statistics .icon-section i {
  color: #4099ff;
  font-weight: bold;
}
.statistics-section .card .card-content .grid .column:nth-child(2) .dashboard-statistics, .table-wrapper .card .card-content .grid .column:nth-child(2) .dashboard-statistics {
  background: linear-gradient(to right, #2ed7b6, #22b094);
}
.statistics-section .card .card-content .grid .column:nth-child(2) .dashboard-statistics .icon-section i, .table-wrapper .card .card-content .grid .column:nth-child(2) .dashboard-statistics .icon-section i {
  color: #2ed7b6;
}
.statistics-section .card .card-content .grid .column:nth-child(3) .dashboard-statistics, .table-wrapper .card .card-content .grid .column:nth-child(3) .dashboard-statistics {
  background: linear-gradient(to right, #ffb64d, #ffa11a);
}
.statistics-section .card .card-content .grid .column:nth-child(3) .dashboard-statistics .icon-section i, .table-wrapper .card .card-content .grid .column:nth-child(3) .dashboard-statistics .icon-section i {
  color: #ffb64d;
  font-weight: bold;
}
.statistics-section .card .card-content .grid .column:nth-child(4) .dashboard-statistics, .table-wrapper .card .card-content .grid .column:nth-child(4) .dashboard-statistics {
  background: linear-gradient(to right, #ff536f, #ff2044);
}
.statistics-section .card .card-content .grid .column:nth-child(4) .dashboard-statistics .icon-section i, .table-wrapper .card .card-content .grid .column:nth-child(4) .dashboard-statistics .icon-section i {
  color: #ff536f;
  font-weight: bold;
}
.statistics-section .card .card-content .grid .column .dashboard-statistics, .table-wrapper .card .card-content .grid .column .dashboard-statistics {
  border-radius: 6px;
  height: 100px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
}
.statistics-section .card .card-content .grid .column .dashboard-statistics .icon-section, .table-wrapper .card .card-content .grid .column .dashboard-statistics .icon-section {
  height: 50px;
  text-align: center;
  margin-right: 20px;
  width: 50px;
  background: white;
  color: blue;
  border-radius: 50%;
  padding-right: 0;
  margin-top: 0;
  box-shadow: 0 8px 15px rgba(62, 57, 107, 0.2);
}
.statistics-section .card .card-content .grid .column .dashboard-statistics .icon-section i, .table-wrapper .card .card-content .grid .column .dashboard-statistics .icon-section i {
  font-size: 2rem;
  line-height: 45px;
}
.statistics-section .card .card-content .grid .column .dashboard-statistics .card-label, .table-wrapper .card .card-content .grid .column .dashboard-statistics .card-label {
  margin-top: 8px;
}
.statistics-section .card .card-content .grid .column .dashboard-statistics .card-label .card-label-text, .table-wrapper .card .card-content .grid .column .dashboard-statistics .card-label .card-label-text {
  font-size: 14px;
}

.dashboard {
  margin-bottom: 20px;
}
.dashboard .main-title {
  margin-bottom: 20px;
}
@media only screen and (max-width : 992px) {
  .dashboard .main-title {
    margin-bottom: 25px;
  }
}
.dashboard .top-line-cards .card {
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: hidden;
  background: white;
  padding: 15px 20px;
}
@media only screen and (max-width : 992px) {
  .dashboard .top-line-cards .card {
    margin: 0;
  }
}
.dashboard .top-line-cards .card .left p {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #626262;
}
.dashboard .top-line-cards .card .left h2 {
  margin-top: 10px;
  font-size: 2.2rem;
  color: black;
  opacity: 0.8;
}
.dashboard .overview-cards {
  margin-top: -1em !important;
}
.dashboard .overview-cards .card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  background: white;
}
.dashboard .overview-cards .card .title {
  padding: 10px 20px;
  border-bottom: 1px solid #E8E8E8;
}
.dashboard .overview-cards .card .title p {
  font-size: 1.1rem;
  font-weight: bold;
}
.dashboard .overview-cards .card .lists .row .column {
  border-bottom: 1px solid #E8E8E8;
}
.dashboard .overview-cards .card .lists .row .column .icon-wrapper i {
  color: #C3C3C3;
}
.dashboard .overview-cards .card .lists .row .column .text {
  padding: 20px 20px;
}
.dashboard .overview-cards .card .lists .row .column .text h6 {
  font-size: 1.8rem;
  margin: 0;
}
.dashboard .overview-cards .card .lists .row .column .text p {
  font-size: 1rem;
  margin-top: 8px;
  color: #626262;
}
.dashboard .overview-cards .card .lists .row .column .icon-wrapper {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.2rem;
  height: 100%;
}
.dashboard .overview-cards .card .lists .row .column .icon-wrapper i {
  font-weight: bold;
  opacity: 0.8;
}
.dashboard .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.dashboard .title p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px !important;
  color: #626262;
}
.dashboard .title a {
  background: none;
  color: #919191;
  display: inline-block;
  transition: 0.3s;
}
.dashboard .title a:hover {
  color: #525252;
}
.dashboard .title a i {
  font-weight: bold;
  margin-right: 5px;
}
.dashboard .summary-blocks {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.dashboard .summary-blocks .card {
  border: 1px solid #f3f3f3 !important;
}
.dashboard .sales-by-category .card {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  padding: 15px 20px;
}
.dashboard .sales-by-category .card .table {
  width: 100%;
}
.dashboard .sales-by-category .card .table th {
  color: #626262;
  font-weight: bold;
  opacity: 0.8;
  border-bottom: 1px solid #E8E8E8;
  font-size: 1rem;
  border-left: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dashboard .sales-by-category .card .table td {
  border-left: none !important;
}
.dashboard .sales-by-category .card .table td p {
  font-size: 1rem;
}

.hour-setting-page .table-wrapper .card {
  width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding: 20px;
}
@media only screen and (max-width : 992px) {
  .hour-setting-page .table-wrapper .card {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.hour-setting-page .table-wrapper .card tr.days-head th:first-child {
  min-width: 440px;
}
.hour-setting-page .ui.checkbox {
  max-width: unset !important;
}
.hour-setting-page .days .checkbox-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hour-setting-page .days .checkbox-wrapper .col {
  min-width: 100px;
}
.hour-setting-page .calendar input {
  width: 100%;
}
.hour-setting-page .table tbody tr:nth-child(even) {
  background: #F9F9F9;
}
.hour-setting-page .table td {
  border-top: none !important;
}

.order-list-table .card, .popup-table .card, .categories-table .card {
  width: 100%;
}
@media only screen and (max-width : 768px) {
  .order-list-table .card, .popup-table .card, .categories-table .card {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.order-list-table .card th, .popup-table .card th, .categories-table .card th {
  white-space: nowrap;
}
@media only screen and (max-width : 992px) {
  .order-list-table .card th, .popup-table .card th, .categories-table .card th {
    min-width: 100px;
  }
}
.order-list-table .card th.list-item-name, .popup-table .card th.list-item-name, .categories-table .card th.list-item-name {
  min-width: 300px;
}
.order-list-table .card th.description, .popup-table .card th.description, .categories-table .card th.description {
  min-width: 300px;
}

td .buttons {
  display: flex;
}

.reset-password .password-div {
  padding: 20px !important;
  margin: auto;
  max-width: 500px;
}
@media only screen and (max-width : 576px) {
  .reset-password .password-div .ui.form {
    text-align: left;
  }
}
.reset-password .password-div .field input {
  width: 100% !important;
  max-width: 300px;
}
.reset-password h3.header {
  text-align: left;
  color: #626262;
}

.popup-table .list-item-actions {
  width: 14%;
}

.tabs.ui.tabular.menu {
  margin-bottom: 30px;
  border-bottom: none !important;
}
.tabs.ui.tabular.menu .item {
  cursor: pointer;
  position: relative;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden;
  padding: 1em 2em;
  z-index: 1;
  border-bottom: 2px solid #C3C3C3 !important;
}
.tabs.ui.tabular.menu .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 100%;
  background: #E8E8E8;
  transition: 0.3s;
  z-index: -1;
}
.tabs.ui.tabular.menu .item:hover {
  background: #f1f1f1;
}
.tabs.ui.tabular.menu .item:focus::after {
  width: 100%;
}
.tabs.ui.tabular.menu .item.active {
  background: transparent !important;
  color: #bd1b23 !important;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  border-bottom: 2px solid #bd1b23 !important;
}

.setting-page .ui .column {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
.setting-page .ui .column .setting-each {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.setting-page .ui .column .setting-each .field {
  flex: 0 0 100%;
}
.setting-page .ui .column .setting-each .field input, .setting-page .ui .column .setting-each .field .selection {
  width: 100%;
  max-width: 500px;
}
.setting-page .ui .column .setting-each .name {
  min-width: 250px;
  display: inline-block;
  font-size: 1.1rem;
  color: #333 !important;
  font-weight: bold;
}

.toggle .d-none-icon {
  display: none;
}
.toggle .d-none-toggle {
  display: none;
}
@media only screen and (max-width : 576px) {
  .toggle .d-none-toggle {
    display: block;
  }
}

#main-sidebar {
  position: fixed;
  height: 100%;
  background: #2d2d2d;
  padding-bottom: 50px;
  top: 65px;
  left: 0;
  transition: 0.5s;
  z-index: 111;
  overflow-y: auto;
  width: 230px;
}
#main-sidebar.toggle {
  left: 0;
  width: 60px;
}
#main-sidebar.toggle .sidebar-scroll #sidebar-menu li .drop-items {
  padding-left: 0px !important;
}
#main-sidebar.toggle .sidemenu li.nesting .drop-items {
  display: none;
}
#main-sidebar.toggle .text {
  display: none;
}
@media only screen and (max-width : 576px) {
  #main-sidebar.toggle .text {
    display: inline-block;
  }
}
#main-sidebar.toggle .sidemenu li.nesting:hover .drop-items {
  display: block;
}
#main-sidebar.toggle .sidemenu > li > .drop-items.content-class {
  background-color: #2d2d2d;
  border-radius: 0;
  min-width: 100px;
  position: fixed;
  margin-top: -50px;
  margin-left: 60px;
}
#main-sidebar.toggle .ui.accordion .active.content-class {
  display: none;
}
#main-sidebar.toggle .hidden.transition {
  display: block;
  visibility: visible;
}
@media only screen and (min-width : 993px) {
  #main-sidebar .close {
    display: none;
  }
}
@media only screen and (min-width : 769px) {
  #main-sidebar .close {
    display: none;
  }
}
@media only screen and (max-width : 576px) {
  #main-sidebar {
    width: 0 !important;
    left: 0;
  }
  #main-sidebar.toggle {
    left: 0;
    width: 230px !important;
  }
}
#main-sidebar .sidebar-scroll #sidebar-menu {
  margin: 0;
  padding-left: 0;
  font-weight: 400;
}
#main-sidebar .sidebar-scroll #sidebar-menu .nesting .has-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-sidebar .sidebar-scroll #sidebar-menu .nesting .menu .item i {
  color: #ffffff;
}
#main-sidebar .sidebar-scroll #sidebar-menu li {
  transition: all 0.3s ease-in-out;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item.nesting {
  position: relative;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item.active {
  background: #8b4646;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item .drop-items .item.active {
  background: #8b4646;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item .drop-items.show {
  max-height: 400px;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item:hover {
  background: #3c3c3c;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item:hover .icon-rotate.rotate {
  transform: rotate(90deg);
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item:hover .drop-items.menu-expanded {
  max-height: 400px;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.nav-item:hover .ai-icon {
  color: #fff;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.mm-active .ai-icon {
  font-weight: bold;
}
#main-sidebar .sidebar-scroll #sidebar-menu li.mm-active .ai-icon .svg-icon svg {
  fill: white;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon {
  color: #e2eeff;
  text-decoration: none;
  padding: 15px 10px 15px 20px;
  width: 100%;
  display: inline-block;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon .badge {
  background: #EA2027;
  border-radius: 10px;
  color: white;
  box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 5px 10px !important;
  font-size: 13px;
  float: right;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon.active {
  background: #3c3c3c;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon.active .badge {
  background: white;
  color: #626262;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon .svg-icon svg {
  width: 20px;
  height: 20px;
  fill: #626262;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .ai-icon .fa.rotate {
  transform: rotate(90deg);
}
#main-sidebar .sidebar-scroll #sidebar-menu li .drop-items.menu-expanded {
  background: #464f52;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .drop-items .ui.header > .icon + .content {
  padding-left: 0.25rem;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .drop-items li:hover {
  background: #8b4646 !important;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .drop-items a {
  color: #e2eeff;
  padding: 12px 15px 12px 30px;
  display: inline-flex;
  text-decoration: none;
  width: 100%;
  font-weight: lighter;
  font-size: 1rem;
  align-items: center;
}
#main-sidebar .sidebar-scroll #sidebar-menu li .drop-items a .icon {
  font-size: 1rem;
}
#main-sidebar .sidebar-scroll #sidebar-menu li:last-child .drop-items {
  border-bottom: none;
}

.footer.segment {
  padding-left: 225px;
  transition: 0.5s;
}
@media only screen and (max-width : 576px) {
  .footer.segment {
    padding-left: 0;
    text-align: center;
  }
  .footer.segment .d-block-sm {
    display: block !important;
  }
}
.footer.segment.toggle {
  padding-left: 50px;
}
.footer.segment a {
  color: black;
}

.coupon-code-details .brief strong {
  color: #000;
  margin-left: 5px;
}

.loyalty-redeem-page .dividing.header {
  padding: 15px 20px !important;
  background: #f8fbff;
  border-top: 1px solid #E8E8E8;
}
.loyalty-redeem-page .loyalty-redeem-result {
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
.loyalty-redeem-page .loyalty-redeem-result.info {
  box-shadow: 0 0 15px #e8e8e8 !important;
  background: #e8f3ff !important;
}
.loyalty-redeem-page .loyalty-redeem-result.success {
  box-shadow: 0 0 15px #d9f8f2 !important;
  background: #d9f8f2 !important;
}
.loyalty-redeem-page .loyalty-redeem-result .ui.header {
  margin-bottom: 10px;
  font-size: 1rem;
}

.two.fields.equals {
  justify-content: space-between;
}
.two.fields.equals .field {
  width: 48% !important;
}
.two.fields.equals .field:first-child {
  position: relative;
}
.two.fields.equals .field:first-child::before {
  content: "=";
  position: absolute;
  left: 100%;
  text-align: center;
  width: 8%;
  bottom: 0;
  line-height: 33px;
  height: 37px;
  font-size: 2rem;
  color: #626262;
}

.reservation-detail.notification-page {
  max-width: 750px;
  width: 100%;
  margin: auto;
  background: white;
  padding: 25px;
  border: 1px solid #E8E8E8;
}

.print-div {
  display: none;
}

@media print {
  #main-sidebar {
    left: -250px;
  }
  .top-navigation .ui.menu, .v-gap {
    padding-left: 0;
  }
  #toast-container, #hamburger, .footer.segment, .ui.pagination, .ui.top.menu, .filter-form, .ui.message, .main-title .lnr {
    display: none !important;
  }
  .print-div {
    display: block;
  }
  .main.container {
    margin-top: 0 !important;
  }
  .card {
    box-shadow: none !important;
  }
  table th, table td {
    white-space: nowrap;
    font-weight: bold;
    color: black !important;
    border: 1px solid #626262 !important;
  }
  .table-wrapper .card .table tbody td {
    padding: 10px !important;
  }
  .table-wrapper .card .table thead th {
    padding: 10px !important;
  }
  .table-wrapper .card .table tbody .total-row td {
    padding: 10px !important;
  }
}
.redeem-result thead th {
  white-space: nowrap;
}
.redeem-result tfoot .item-name {
  padding: 15px !important;
  background: whitesmoke !important;
}

.permission-table .card {
  padding: 25px;
}
.permission-table thead th {
  text-align: center !important;
}
.permission-table thead th:first-child {
  text-align: left !important;
}
.permission-table tbody td {
  text-align: center !important;
}
.permission-table tbody td:first-child {
  text-align: left !important;
}
.permission-table tbody td:first-child .logo {
  height: 25px;
  width: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}
.permission-table tbody td:first-child .item {
  display: flex;
  align-items: center;
}

.permission-detail {
  background: rgba(241, 248, 255, 0.8235294118);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.permission-detail .card {
  padding: 25px;
}
.permission-detail .card .img-box img {
  transform: scale(1.5);
}

.area-field .input-area {
  display: none;
}

.category_option_content, .inner_category {
  display: none;
}

#category_option > .form-group {
  position: relative;
}
#category_option > .form-group .close_category_option {
  position: absolute;
  top: -12px;
  right: -15px;
  padding: 7px;
}

.download-icon[data-tooltip="Download Excel"] i {
  color: #00733a;
  font-size: 1.6rem;
}

.main.container.toggle {
  padding-left: 100px;
}
@media only screen and (max-width : 576px) {
  .main.container.toggle {
    padding-left: 10px;
  }
}

@media only screen and (max-width : 576px) {
  .main.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.feature-list .table .ui.checkbox {
  max-width: 100%;
}
.feature-list .table-wrapper .card {
  box-shadow: none;
}
.feature-list .table tbody tr td {
  vertical-align: top;
}
.feature-list .ui.accordion .features .item {
  padding: 5px 0 5px 25px;
  color: #000;
}
.feature-list .content {
  display: none;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.feature-list .show-features .content {
  display: block;
  transition: all 0.5s ease-in-out;
}

.package-label {
  height: 20px;
  margin-top: 1.6rem !important;
  margin-left: 15px !important;
}

.website-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  height: 20px;
  margin-top: 1.6rem;
  width: auto;
  padding: 10px !important;
}
@media only screen and (max-width : 1200px) {
  .website-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width : 992px) {
  .website-btn {
    margin-left: 10px;
  }
}
@media only screen and (max-width : 576px) {
  .website-btn {
    display: none;
  }
}

.pricing-section.ui.column.grid > [class*="five wide large screen"].column, .pricing-section.ui.grid > .column.row > [class*="five wide large screen"].column, .pricing-section.ui.grid > .row > [class*="five wide large screen"].column, .pricing-section.ui.grid > [class*="five wide large screen"].column {
  width: 33.33% !important;
}
@media only screen and (max-width : 1200px) {
  .pricing-section.ui.column.grid > [class*="five wide large screen"].column, .pricing-section.ui.grid > .column.row > [class*="five wide large screen"].column, .pricing-section.ui.grid > .row > [class*="five wide large screen"].column, .pricing-section.ui.grid > [class*="five wide large screen"].column {
    width: 50% !important;
  }
}
@media only screen and (max-width : 992px) {
  .pricing-section.ui.column.grid > [class*="five wide large screen"].column, .pricing-section.ui.grid > .column.row > [class*="five wide large screen"].column, .pricing-section.ui.grid > .row > [class*="five wide large screen"].column, .pricing-section.ui.grid > [class*="five wide large screen"].column {
    width: 100% !important;
  }
}
@media only screen and (max-width : 576px) {
  .pricing-section.ui.column.grid > [class*="five wide large screen"].column, .pricing-section.ui.grid > .column.row > [class*="five wide large screen"].column, .pricing-section.ui.grid > .row > [class*="five wide large screen"].column, .pricing-section.ui.grid > [class*="five wide large screen"].column {
    width: 100% !important;
  }
}
.pricing-section .single-pricing-box {
  font-family: "Inter", sans-serif;
  padding: 20px;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-section .single-pricing-box.active {
  background: #F9F9F9;
}
.pricing-section .single-pricing-box.active .theme-btn-style {
  background-image: linear-gradient(to right, #060404, #cbc7c1, #141111) !important;
}
.pricing-section .single-pricing-box.active .theme-btn-style.bg-red {
  background-image: linear-gradient(to right, #df2c27, #f3961c, #df2c27) !important;
}
@media only screen and (max-width : 576px) {
  .pricing-section .single-pricing-box {
    margin: 0 20px;
  }
}
.pricing-section .single-pricing-box .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #b3efb3;
  padding: 6px 13px;
  color: green;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 7px;
}
.pricing-section .single-pricing-box h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.pricing-section .single-pricing-detail .feature-list {
  padding: 0;
  margin: 0;
}
.pricing-section .single-pricing-detail .feature-list .mr-3 {
  margin-right: 1rem !important;
}
.pricing-section .single-pricing-detail .feature-list .mb-2 {
  margin-bottom: 1.5rem !important;
}
@media only screen and (max-width : 576px) {
  .pricing-section .single-pricing-detail {
    margin: 0 20px;
  }
}
.pricing-section .price-detail-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
.pricing-section .price-container {
  display: flex;
  margin-right: 8px;
}
.pricing-section .price__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 130px;
}
.pricing-section .p-detail {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  min-height: 50px;
}
@media only screen and (max-width : 1200px) {
  .pricing-section .p-detail {
    min-height: 60px;
  }
}
@media only screen and (max-width : 576px) {
  .pricing-section .p-detail {
    min-height: auto;
  }
}
.pricing-section .price {
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #171321;
}
.pricing-section .dollar-sign {
  position: relative;
  top: 15px;
}
.pricing-section .text-body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.pricing-section .text-body-2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.pricing-section .learn-more {
  font-size: 20px;
  color: #EA2027;
  text-decoration: underline;
}
.pricing-section .learn-more:hover {
  color: #272727;
}

.check-icon {
  background: #fee2b3;
  color: #EA2027;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 16px;
}
.check-icon i {
  font-size: 14px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  height: 18px;
  width: 18px;
}

.primary {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 16px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #df2c27, #f3961c) !important;
  display: flex;
  justify-content: center;
}
.primary:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  color: #fff;
}
@media only screen and (max-width : 576px) {
  .primary {
    display: none;
  }
}

.pt-5 {
  padding-top: 2rem;
}

.ui.card.card-style-account {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 100%;
  height: 100%;
}
.ui.card.card-style-account .icon-style {
  font-size: 40px;
  color: #ccc;
}
.ui.card.card-style-account .content-body {
  height: 100%;
  padding: 1.3rem !important;
}
.ui.card.card-style-account .content-body .card-detail {
  font-size: 14px;
  color: #ccc;
  padding-top: 50px;
}

.list-cat .list-title {
  padding: 0 0px 8px;
  display: flex;
  justify-content: space-between;
}
.list-cat .list-title .right-side {
  color: #000;
  font-size: 13px;
  font-weight: 800;
}
.list-cat .list-title .list-title-style {
  font-size: 13px;
  font-weight: 600;
  color: #9b9a9a;
}

.card-p-style {
  background: #f9f9f9;
  padding: 18px 10px;
  border-radius: 10px;
}
.card-p-style:not(:last-child) {
  margin-bottom: 18px;
}
.card-p-style.active {
  background: #2185d0;
  color: #fff;
}
.card-p-style.active .text-dark {
  color: #fff !important;
}

.calendar-style, .pdf-style {
  background: #fff;
  color: #EA2027;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.calendar-style.bg-light, .pdf-style.bg-light {
  background: #f9f9f9;
}
.calendar-style i, .pdf-style i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: auto;
  width: auto;
  line-height: unset !important;
}

.text-dark {
  color: #606060;
}

.fw-bold {
  font-weight: bold;
}

.w-auto {
  width: auto !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.response-text {
  padding: 5px;
  font-size: 14px;
}
.response-text.error {
  background: rgba(220, 53, 69, 0.0784313725);
  color: #dc3545;
}
.response-text.error p {
  color: #dc3545 !important;
}
.response-text.success {
  background: rgba(40, 167, 69, 0.1490196078);
  color: #28a745;
}
.response-text.success p {
  color: #28a745;
}

.ui.basic.blue.btn-sm {
  font-size: 12px !important;
  padding: 6px 10px !important;
}

.ui.basic.btn-md {
  font-size: 14px !important;
  padding: 8px 10px !important;
}

.card-header {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
}

.rounded {
  border-radius: 40px !important;
}

.text-red {
  color: #EA2027;
}

.f-20 {
  font-size: 20px !important;
}

.ui.green.label {
  background-color: #d0f5e0 !important;
  border-color: #d0f5e0 !important;
  color: #2dcc70 !important;
}

.account-payment .ui.button {
  font-weight: 600;
}

.border-top {
  border-top: 1px solid #ddd;
  padding: 10px 0 0 50px;
}

.border-top-style1 {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.h-auto {
  height: auto !important;
}

.f--18 {
  font-size: 18px;
}

.f-18 {
  font-size: 16px;
}

.text-gray {
  color: #797575;
}

.mb-style-10 {
  margin-bottom: 5px;
}

.billing-form .ui.dropdown:not(.button) > .default.text {
  color: #000 !important;
}

.brand-name-style {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.switch {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}
.switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked + .switch {
  background: #EA2027;
}

input:checked + .switch::before {
  left: 27px;
  background: #fff;
}

input:checked + .switch:active::before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.switch-btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  margin-left: auto;
}
.switch-btn-div .ml-3 {
  margin-left: 1rem !important;
}
.switch-btn-div .mr-3 {
  margin-right: 1rem !important;
}
.switch-btn-div h6 {
  font-weight: 600;
  color: #acbdcd;
  margin: 0;
  font-size: 14px;
}
.switch-btn-div h6.active {
  color: #EA2027;
}

.mt-auto {
  margin-top: auto;
}

.text-primary {
  color: #EA2027;
}

.badge-style {
  background: #fee2b3;
  border-radius: 0px 20px;
  padding: 7px 10px;
  font-size: 12px;
  color: #EA2027;
}

.menu-open .hidden.transition {
  display: block !important;
  visibility: visible;
}

.payment-card {
  padding: 30px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  width: 100% !important;
}
.payment-card .icon-success {
  font-size: 80px !important;
  line-height: 80px;
  color: #2ed7b6;
  margin-bottom: 30px;
}
.payment-card h1, .payment-card h3 {
  font-family: "Croissant One", cursive;
}

.text-orange {
  color: #f39614;
}

.bg-style {
  background: #f39614;
  color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 100px;
  font-size: 40px;
  margin: 0 auto;
}

.btn-small {
  padding: 8px 10px;
  font-size: 14px;
  max-width: 120px;
  margin: 0 auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.credit-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 200px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  background: linear-gradient(248.61deg, #EA2027 0.03%, #a7060e 99.03%);
  justify-content: space-between;
  font-family: "Dosis", sans-serif;
  overflow: hidden;
}
.credit-card:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  color: rgba(249, 249, 249, 0.1);
  background: linear-gradient(135deg, currentColor 25%, transparent 25%) -100px 0, linear-gradient(225deg, currentColor 25%, transparent 25%) -100px 0, linear-gradient(315deg, currentColor 25%, transparent 25%), linear-gradient(45deg, currentColor 25%, transparent 25%);
  background-size: 200px 200px;
}
.credit-card .logo {
  width: 72px;
  display: flex;
  align-self: flex-end;
  filter: drop-shadow(1px 1px 0 #555);
  z-index: 1;
}
.credit-card .name-and-expiry {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  color: #fff;
  letter-spacing: 3px;
  filter: drop-shadow(1px 0px 1px #555);
}
.credit-card .name-and-expiry h5 {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.credit-card .name-and-expiry h4 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.credit-card .numbers {
  font-size: 26px;
  letter-spacing: 6px;
  text-align: left;
  color: #fff;
  filter: drop-shadow(1px 0px 1px #555);
  z-index: 1;
}

.login-register .column {
  max-width: 100%;
}

.form-inner {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body-style {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
@media only screen and (max-width : 576px) {
  .body-style {
    display: block;
  }
}

.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.login-container {
  position: relative;
  width: 100%;
  max-width: 880px;
  min-height: 630px;
  height: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 3rem 0;
  overflow-x: hidden;
}
@media only screen and (max-width : 576px) {
  .login-container {
    min-height: 850px;
    margin: 2% auto;
  }
  .login-container.h-media1 {
    min-height: 1350px;
  }
  .login-container.h-media {
    min-height: 1050px;
  }
}
.login-container .ui.form .field > label {
  margin: 0 0 0.1rem 0;
}
.login-container .ui.form .field {
  margin: 0 0 0.7em;
}
.login-container .icon .lnr, .login-container .icon .btn-like-a {
  color: black;
  opacity: 0.8 !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 1.1rem;
  z-index: 5;
}
.login-container .icon .btn-like-a {
  left: unset;
  right: 0px;
  padding: 5px;
  text-decoration: none;
}
.login-container .form-container {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width : 576px) {
  .login-container .form-container {
    width: 100%;
  }
}
.login-container form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width : 576px) {
  .login-container form {
    display: block;
  }
}
.login-container label {
  text-align: left;
  text-transform: capitalize;
}
.login-container .ui.form .field .ui.input input {
  width: 350px;
}
.login-container .header {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.login-container .sign-in-container {
  width: 50%;
  height: 100%;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width : 576px) {
  .login-container .sign-in-container {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .login-container .sign-in-container form {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
.login-container .sign-in-container .ui.form .fields {
  flex-wrap: nowrap;
}

@media only screen and (max-width : 576px) {
  .login-container.right-panel-active {
    height: 1000px;
  }
}
.login-container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}
.login-container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}
@media only screen and (max-width : 576px) {
  .login-container.right-panel-active .overlay-container {
    transform: none;
  }
}
.login-container.right-panel-active .overlay {
  background: linear-gradient(230deg, #FF9800, #EA2027);
  transform: translateX(50%);
  clip-path: polygon(0 0, 48% 0, 31% 100%, 0% 100%);
}
@media only screen and (max-width : 576px) {
  .login-container.right-panel-active .overlay {
    clip-path: none;
  }
}
.login-container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}
@media only screen and (max-width : 576px) {
  .login-container.right-panel-active .sign-up-container {
    padding-left: 3rem;
    padding-right: 0;
    margin-top: 3rem;
    transform: none;
  }
}

.restaurant-register .ui.form .field .dropdown {
  font-size: 1rem;
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.87);
}
.restaurant-register em {
  color: red;
}
.restaurant-register .login-container .ui.form .field .ui.input input {
  width: 170px;
}
@media only screen and (max-width : 992px) {
  .restaurant-register .login-container .ui.form .field .ui.input input {
    width: 100%;
  }
}
.restaurant-register .ui.form .fields {
  margin: 0 -0.5em 0;
}
.restaurant-register .overlay-panel h1 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width : 576px) {
  .restaurant-register .login-container .sign-in-container .ui.form .fields {
    flex-wrap: wrap;
  }
}
.restaurant-register .form-container {
  transition: none;
}
.restaurant-register .overlay-container {
  transition: none;
}
@media only screen and (max-width : 576px) {
  .restaurant-register .overlay-container {
    top: 95%;
    left: 0;
    width: 100%;
  }
}
.restaurant-register .pricing-section .price-detail-container {
  margin-bottom: 5px !important;
}
.restaurant-register .pricing-section .single-pricing-box h3 {
  margin-bottom: 0;
}
.restaurant-register .sign-up-container {
  width: 880px !important;
  transform: none !important;
}
@media only screen and (max-width : 992px) {
  .restaurant-register .sign-up-container {
    width: 725px !important;
  }
}
@media only screen and (max-width : 576px) {
  .restaurant-register .sign-up-container {
    width: 100% !important;
  }
}
.restaurant-register .single-pricing-box {
  height: auto;
}
@media only screen and (max-width : 576px) {
  .restaurant-register .single-pricing-box {
    height: auto;
  }
}
@media only screen and (max-width : 992px) {
  .restaurant-register .single-pricing-box {
    height: auto;
  }
}
.restaurant-register .single-pricing-box .price-container {
  width: 150px;
  justify-content: right !important;
}
@media only screen and (max-width : 576px) {
  .restaurant-register .login-container form {
    text-align: left;
  }
}
@media only screen and (max-width : 576px) {
  .restaurant-register .login-container .sign-in-container form {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (max-width : 576px) {
  .restaurant-register .login-container.right-panel-active {
    height: 1360px;
  }
}
@media only screen and (max-width : 576px) {
  .restaurant-register .login-container.right-panel-active .sign-up-container {
    padding-left: 20px;
    margin-top: 0;
  }
}
.restaurant-register .overlay-right {
  left: 56%;
}
.restaurant-register .ui.card.card-style-account {
  height: auto;
}

.sign-up-container {
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
@media only screen and (max-width : 576px) {
  .overlay-container {
    top: 62%;
    left: 0;
    width: 100%;
  }
}

.overlay {
  position: relative;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  color: #fff;
  transform: translateX(0);
  background: #EA2027;
  background: linear-gradient(135deg, #FF9800, #EA2027);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s ease-in-out;
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 67% 100%);
}
@media only screen and (max-width : 576px) {
  .overlay {
    clip-path: none;
  }
}

.overlay-panel {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 4.4rem;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}
@media only screen and (max-width : 576px) {
  .overlay-panel {
    padding: 4rem 4rem 0 0;
    justify-content: flex-start;
  }
}
.overlay-panel h1 {
  font-size: 18px;
}

.overlay-left {
  left: 2%;
  transform: translateX(-15%);
}
@media only screen and (max-width : 576px) {
  .overlay-left {
    left: 11%;
  }
}

@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
.overlay-right {
  right: 0;
  top: 0;
  left: 54%;
  transform: translateX(0);
}

.nice-select::after {
  margin-top: -2px;
}

.form-inner-padding {
  padding: 30px;
}

.success-message .icon-success {
  font-size: 45px;
  color: #167616;
}
.success-message .ui.success.message {
  padding: 30px;
  background-color: #adf1b0;
  color: #000;
}
.success-message .ui.success.message .header {
  color: #000;
}
.success-message .ui.success.message p {
  color: #000;
}

.forgot-password-form .icon .lnr, .forgot-password-form .icon .btn-like-a {
  color: black;
  opacity: 0.8 !important;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 1.1rem;
  z-index: 5;
}

.select-package .list-cat .list-title .right-side {
  color: #9e9e9e;
}
.select-package .list-title-style span {
  color: #000;
}
.select-package .badge {
  background: #b3efb3;
  padding: 6px 13px;
  color: green !important;
  font-size: 12px;
  text-transform: capitalize;
  border-radius: 7px;
}
.select-package .radio {
  margin: 0 !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
}
.select-package .single-pricing-box {
  transition: border-color 0.2s ease-out;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.select-package .single-pricing-box h3 {
  line-height: 32px;
}
.select-package .single-pricing-box.checked {
  background: #fee2b3;
}
.select-package .ui.card.card-style-account {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 0;
  padding: 0;
}
.select-package .ui.checkbox input:checked ~ label:before {
  border-color: #EA2027;
}
.select-package .ui.radio.checkbox input:checked ~ label:after {
  background-color: #EA2027;
}
.select-package .ui.checkbox input:checked ~ label:after {
  color: #EA2027;
}
.select-package .form label {
  white-space: normal;
}

.payment-card-style {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.form-inner-padding {
  padding: 30px;
}

.success-message .icon-success {
  font-size: 45px;
  color: #167616;
}
.success-message .ui.success.message {
  padding: 30px;
  background-color: #adf1b0;
  color: #000;
}
.success-message .ui.success.message .header {
  color: #000;
}
.success-message .ui.success.message p {
  color: #000;
}

.img-style {
  background: #fff;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-style .form-logo {
  height: 90px;
  margin-bottom: 0px;
  margin-top: 22px;
}
.img-style .form-logo-sm {
  height: 15px;
  width: auto;
}

.grecaptcha-badge {
  bottom: 7px !important;
}

.warning.compact {
  min-height: unset !important;
  padding: 10px 20px !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.warning.compact .header {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.warning.compact .header a {
  text-decoration: underline;
}

.order-id-btn {
  cursor: pointer;
}

.p-20 {
  padding: 20px;
}

.order-details-heading {
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}

.credit-card-style2 {
  border-radius: 0;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin: 0;
  transition: all 0.3s;
  padding: 15px 10px;
}
.credit-card-style2.h-card-auto {
  min-height: auto;
  height: auto;
}
.credit-card-style2.credit-card .logo {
  width: 62px;
}
.credit-card-style2 .name-and-expiry h4 {
  font-size: 12px;
  color: #000;
  filter: none;
}
@media only screen and (max-width : 576px) {
  .credit-card-style2 .name-and-expiry h4 {
    font-size: 12px;
    line-height: 16px;
    float: right;
  }
}
.credit-card-style2 .name-and-expiry {
  padding-left: 10px;
  display: block;
}
.credit-card-style2 .numbers {
  color: #000;
  filter: none;
  font-size: 20px;
  letter-spacing: 3px;
  margin-top: 5px;
}

.credit-card .icon {
  font-size: 3em !important;
}

.QR-detail-page {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width : 992px) {
  .QR-detail-page {
    display: block !important;
  }
  .QR-detail-page .column {
    max-width: none !important;
  }
}
@media only screen and (max-width : 576px) {
  .QR-detail-page {
    display: block !important;
  }
}
.QR-detail-page .card-style {
  background: #fff !important;
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border-radius: 5px;
}
@media only screen and (max-width : 576px) {
  .QR-detail-page .card-style {
    padding: 10px;
  }
}

.main-section {
  padding: 16px 16px 16px 16px;
  margin: auto;
}

.very-compact-container {
  max-width: 650px !important;
}

.floating-btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 11;
}

.order-now-page .leftSidebar .sidemenu .menu-nav, .menu-page .leftSidebar .sidemenu .menu-nav {
  transition: all 400ms ease;
  font-size: 12px;
  padding: 10px 28px;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  color: #000;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.order-now-page .leftSidebar .sidemenu .menu-nav.inline-block, .menu-page .leftSidebar .sidemenu .menu-nav.inline-block {
  min-width: 100px;
  display: inline-block;
}
.order-now-page .leftSidebar .sidemenu .menu-nav:last-child, .menu-page .leftSidebar .sidemenu .menu-nav:last-child {
  margin: 0 0 0 10px;
}
.order-now-page .leftSidebar .sidemenu .menu-nav:first-child, .menu-page .leftSidebar .sidemenu .menu-nav:first-child {
  margin: 0 10px 0 0;
}
.order-now-page .leftSidebar .sidemenu .menu-nav img, .menu-page .leftSidebar .sidemenu .menu-nav img {
  height: 20px;
  margin-right: 10px;
}
.order-now-page .leftSidebar .sidemenu .menu-nav img.center-img, .menu-page .leftSidebar .sidemenu .menu-nav img.center-img {
  width: auto;
  height: 30px;
  margin: 10px auto;
}
.order-now-page .leftSidebar .sidemenu h4, .menu-page .leftSidebar .sidemenu h4 {
  position: relative;
}
.order-now-page .leftSidebar .sidemenu .menu-list, .menu-page .leftSidebar .sidemenu .menu-list {
  padding: 10px 0;
}
.order-now-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar, .menu-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar {
  width: 2px;
  background: #E8E8E8;
}
.order-now-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar-thumb, .menu-page .leftSidebar .sidemenu .menu-list::-webkit-scrollbar-thumb {
  width: 2px;
  background: #d6d6d6;
  border-radius: 8px;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav:hover, .order-now-page .leftSidebar .sidemenu .menu-list .menu-nav.active, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav:hover, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav.active {
  background: #EA2027;
  color: white;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav:hover img, .order-now-page .leftSidebar .sidemenu .menu-list .menu-nav.active img, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav:hover img, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav.active img {
  filter: brightness(0) invert(1);
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav:last-child, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav:last-child {
  border: none;
}
.order-now-page .leftSidebar .sidemenu .menu-list .menu-nav.dis, .menu-page .leftSidebar .sidemenu .menu-list .menu-nav.dis {
  pointer-events: none;
}
@media only screen and (max-width : 576px) {
  .order-now-page .leftSidebar, .menu-page .leftSidebar {
    padding: 0 !important;
    margin-top: -40px;
    margin-bottom: 30px;
    min-height: 50px !important;
  }
  .order-now-page .leftSidebar .theiaStickySidebar, .menu-page .leftSidebar .theiaStickySidebar {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E8E8E8;
  }
}
@media only screen and (max-width : 576px) and (max-width : 576px) {
  .order-now-page .leftSidebar .theiaStickySidebar, .menu-page .leftSidebar .theiaStickySidebar {
    display: block;
    border: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width : 576px) {
  .order-now-page .leftSidebar .theiaStickySidebar .search-food, .menu-page .leftSidebar .theiaStickySidebar .search-food {
    height: 100%;
    flex: 0 0 55%;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    border-top: 1px solid #E8E8E8;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food .input-group, .menu-page .leftSidebar .theiaStickySidebar .search-food .input-group {
    position: relative;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food .input-group i, .menu-page .leftSidebar .theiaStickySidebar .search-food .input-group i {
    top: -3px;
  }
  .order-now-page .leftSidebar .theiaStickySidebar .search-food input, .menu-page .leftSidebar .theiaStickySidebar .search-food input {
    border-radius: 0 !important;
    border: none !important;
    height: 44px;
    font-size: 15px;
  }
  .order-now-page .leftSidebar .theiaStickySidebar.onscroll, .menu-page .leftSidebar .theiaStickySidebar.onscroll {
    z-index: 5;
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    background: white;
    animation: menuscroll 0.5s forwards;
  }
  @keyframes menuscroll {
    0% {
      top: -60px;
    }
    100% {
      top: 60px;
    }
  }
}
.order-now-page .middleContent .box, .menu-page .middleContent .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: white;
  border-radius: 10px;
  margin-top: 20px;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .box, .menu-page .middleContent .box {
    margin-top: 20px;
  }
}
.order-now-page .middleContent .box:first-child, .menu-page .middleContent .box:first-child {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.order-now-page .middleContent .p-menu, .menu-page .middleContent .p-menu {
  padding: 0.85rem !important;
  margin-bottom: 0;
  font-size: 18px;
}
.order-now-page .middleContent .menu-each, .menu-page .middleContent .menu-each {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .menu-each, .menu-page .middleContent .menu-each {
    flex-direction: row;
    height: auto !important;
  }
}
.order-now-page .middleContent .menu-each .menu-content, .menu-page .middleContent .menu-each .menu-content {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.order-now-page .middleContent .menu-each .food-title, .menu-page .middleContent .menu-each .food-title {
  font-size: 18px;
  color: #EA2027;
}
.order-now-page .middleContent .menu-each .food-description, .menu-page .middleContent .menu-each .food-description {
  padding-bottom: 0.5rem !important;
}
.order-now-page .middleContent .menu-each .menu-img, .menu-page .middleContent .menu-each .menu-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  min-height: 200px;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .menu-each .menu-img, .menu-page .middleContent .menu-each .menu-img {
    min-height: auto;
  }
}
.order-now-page .middleContent .menu-each .menu-img img, .menu-page .middleContent .menu-each .menu-img img {
  height: 200px;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.order-now-page .middleContent .menu-each .menu-img.small-img, .order-now-page .middleContent .menu-each .no-image.small-img, .menu-page .middleContent .menu-each .menu-img.small-img, .menu-page .middleContent .menu-each .no-image.small-img {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  min-height: 150px;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .menu-each .menu-img.small-img, .order-now-page .middleContent .menu-each .no-image.small-img, .menu-page .middleContent .menu-each .menu-img.small-img, .menu-page .middleContent .menu-each .no-image.small-img {
    min-height: auto;
  }
}
.order-now-page .middleContent .menu-each .menu-img.small-img img, .order-now-page .middleContent .menu-each .no-image.small-img img, .menu-page .middleContent .menu-each .menu-img.small-img img, .menu-page .middleContent .menu-each .no-image.small-img img {
  height: 150px;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.order-now-page .middleContent .menu-each:hover .menu-img img, .menu-page .middleContent .menu-each:hover .menu-img img {
  transform: scale(1.2);
}
.order-now-page .middleContent .menu-each .theme-btn, .menu-page .middleContent .menu-each .theme-btn {
  padding: 0;
  min-width: unset;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.order-now-page .middleContent .menu-each .theme-btn.btn-sm, .menu-page .middleContent .menu-each .theme-btn.btn-sm {
  height: 30px;
  width: 30px;
}
.order-now-page .middleContent .menu-each .theme-btn .icon, .menu-page .middleContent .menu-each .theme-btn .icon {
  margin: 0;
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .menu-each, .menu-page .middleContent .menu-each {
    display: flex;
  }
  .order-now-page .middleContent .menu-each .menu-img, .order-now-page .middleContent .menu-each .no-image, .menu-page .middleContent .menu-each .menu-img, .menu-page .middleContent .menu-each .no-image {
    flex: 0 0 80px;
    height: 100%;
  }
  .order-now-page .middleContent .menu-each .menu-img img, .order-now-page .middleContent .menu-each .no-image img, .menu-page .middleContent .menu-each .menu-img img, .menu-page .middleContent .menu-each .no-image img {
    height: 80px !important;
  }
  .order-now-page .middleContent .menu-each .menu-content, .menu-page .middleContent .menu-each .menu-content {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    padding-left: 10px;
    padding-top: 0 !important;
  }
  .order-now-page .middleContent .menu-each .food-title, .menu-page .middleContent .menu-each .food-title {
    font-size: 16px;
  }
  .order-now-page .middleContent .menu-each .food-description, .menu-page .middleContent .menu-each .food-description {
    font-size: 13px;
    min-height: unset;
  }
  .order-now-page .middleContent .menu-each .price, .menu-page .middleContent .menu-each .price {
    font-size: 18px;
    font-weight: bold;
  }
  .order-now-page .middleContent .menu-each .theme-btn, .menu-page .middleContent .menu-each .theme-btn {
    width: 30px;
    height: 30px;
  }
}
.order-now-page .rightSidebar .sticky-cart-content, .menu-page .rightSidebar .sticky-cart-content {
  position: static;
  transform: none;
}
@media only screen and (max-width : 992px) {
  .order-now-page .rightSidebar .sticky-cart-content, .menu-page .rightSidebar .sticky-cart-content {
    position: fixed;
    transform: translateY(-50%);
  }
}
.order-now-page .rightSidebar .sticky-cart-content .cart-inner, .menu-page .rightSidebar .sticky-cart-content .cart-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.order-now-page .rightSidebar .sticky-cart-content .cart-inner .close, .menu-page .rightSidebar .sticky-cart-content .cart-inner .close {
  display: none;
}
@media only screen and (max-width : 992px) {
  .order-now-page .rightSidebar .sticky-cart-content .cart-inner .close, .menu-page .rightSidebar .sticky-cart-content .cart-inner .close {
    display: block;
  }
}

.sticky-cart-content .cart-inner .cart-price {
  font-size: 16px;
  font-weight: bold;
  color: #EA2027;
}
.sticky-cart-content .cart-inner .quantity-wrap {
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 0 3px;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-btn {
  border: none;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-count {
  width: 25px;
}
.sticky-cart-content .cart-inner .action .remove-btn {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.sticky-cart-content .cart-inner .total-wrap .text {
  font-size: 18px;
}
.sticky-cart-content .cart-inner .total-wrap .total-price {
  font-size: 25px;
  margin: 8px 0 20px;
}

.filter-button {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border: none;
  padding: 15px;
}
.filter-button .filter {
  background: transparent;
  padding-left: 0;
  padding-top: 0;
  border: none;
}

.search-food {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.search-food .input-group input {
  border-radius: 10px !important;
  border: none !important;
  padding-left: 15px !important;
}
.search-food .search-loader {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 17px;
}
.search-food .search-loader i {
  position: absolute;
}
.search-food .input-group {
  max-width: unset !important;
  margin: auto;
}
.search-food .input-group input {
  height: 50px;
  border: none;
  padding-right: 40px !important;
  padding-left: 20px !important;
}
.search-food .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.search-food .input-group .srch-btn {
  border: none;
  padding: 6px 15px;
  position: absolute;
  border-radius: 50px;
  background: #ffb64d;
  color: white;
  z-index: 3;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.search-food .input-group .srch-btn:hover {
  background: #EA2027;
}
.search-food .input-group .srch-btn:focus {
  outline: none;
  box-shadow: none;
}

.sticky-cart-content {
  transition: 0.4s;
  position: fixed;
  right: -430px;
  top: 52%;
  transform: translateY(-50%);
  max-width: 420px;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width : 992px) {
  .sticky-cart-content {
    max-width: 420px;
  }
}
@media only screen and (min-width: 1300px) {
  .sticky-cart-content {
    min-width: 100%;
  }
}
.sticky-cart-content .cart-items .p-title {
  margin-left: 80px;
}
@media only screen and (max-width : 992px) {
  .sticky-cart-content .cart-items .p-title {
    margin-left: 0;
  }
}
.sticky-cart-content .cart-items .p-title p {
  font-size: 14px !important;
}
.sticky-cart-content .cart-items .cart-image img {
  height: 70px;
  width: 70px;
  border-radius: 10px;
}
@media only screen and (max-width : 992px) {
  .sticky-cart-content .cart-items .cart-image img {
    display: none;
  }
}
.sticky-cart-content .cart-inner {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.sticky-cart-content .cs-scrollbar {
  max-height: 400px;
}
.sticky-cart-content .cs-scrollbar * {
  font-size: 0.8rem;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content .cs-scrollbar * {
    font-size: 13px;
  }
}
.sticky-cart-content .close i {
  font-size: 1.5rem;
}
.sticky-cart-content.toggle {
  right: 0;
}
@media only screen and (max-width : 576px) {
  .sticky-cart-content {
    top: calc(50% + 25px);
  }
  .sticky-cart-content p, .sticky-cart-content li {
    font-size: 0.9rem;
  }
}
.sticky-cart-content .cart-items {
  overflow-x: auto;
  position: relative;
}
.sticky-cart-content .table {
  border-collapse: collapse;
}
.sticky-cart-content .table td {
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}
.sticky-cart-content .table tr.blocker {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.sticky-cart-content .table tr.blocker::after {
  opacity: 1 !important;
  content: "\f110";
  position: absolute;
  top: 25%;
  left: 45%;
  font-family: "Font Awesome 5 Free";
  z-index: 3;
  font-weight: 600;
  color: grey;
  animation: spinner-border 0.75s linear infinite;
  color: #EA2027;
  font-size: 1.5rem;
}

.cart-counter .qty-btn {
  border: 1px solid #EA2027;
  border-radius: 50%;
  background: none;
  color: #EA2027;
  outline: none;
  transition: 0.3s;
  padding: 0;
  height: 25px;
  width: 25px;
  display: grid;
  place-items: center;
}
.cart-counter .qty-btn i {
  vertical-align: middle;
}
@media only screen and (max-width : 576px) {
  .cart-counter .qty-btn {
    font-size: 0.8rem;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 0 !important;
  }
}
.cart-counter .qty-btn:hover {
  background: #EA2027;
  color: white;
}
.cart-counter .qty-count {
  line-height: 30px;
  width: 30px;
}

.sticky-cart-content .cart-inner .cart-price {
  font-size: 16px;
  font-weight: bold;
}
.sticky-cart-content .cart-inner .quantity-wrap {
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 0 3px;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-btn {
  border: none;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-count {
  width: 25px;
}
.sticky-cart-content .cart-inner .action .remove-btn {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.sticky-cart-content .cart-inner .total-wrap .text {
  font-size: 18px;
}
.sticky-cart-content .cart-inner .total-wrap .total-price {
  font-size: 25px;
  margin: 8px 0 20px;
}

.sticky-cart-content .cart-inner .cart-price {
  font-size: 16px;
  font-weight: bold;
}
.sticky-cart-content .cart-inner .quantity-wrap {
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 0 3px;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-btn {
  border: none;
}
.sticky-cart-content .cart-inner .quantity-wrap .qty-count {
  width: 25px;
}
.sticky-cart-content .cart-inner .action .remove-btn {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.sticky-cart-content .cart-inner .total-wrap .text {
  font-size: 18px;
}
.sticky-cart-content .cart-inner .total-wrap .total-price {
  font-size: 25px;
  margin: 8px 0 20px;
}

.cart-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
}
.cart-empty .svg-cart-icon svg {
  height: 50px;
  width: 50px;
  fill: #C3C3C3;
}

.cart-empty {
  min-height: 200px;
  display: grid;
  place-items: center;
}

.btn-padding {
  padding: 1rem !important;
}

.order-now-page .p-cart {
  padding: 0.75rem !important;
  font-size: 18px;
}
.order-now-page .p-1 {
  padding: 0.25rem !important;
}
.order-now-page .pb-3, .order-now-page .py-3 {
  padding-bottom: 1.5rem !important;
}
.order-now-page .pt-3, .order-now-page .py-3 {
  padding-top: 1.5rem !important;
}
.order-now-page .pl-2, .order-now-page .px-2 {
  padding-left: 0.5rem !important;
}
.order-now-page .pr-2, .order-now-page .px-2 {
  padding-right: 0.5rem !important;
}
.order-now-page .middleContent .icons img {
  width: 33px;
  height: auto;
}
@media only screen and (min-width : 769px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 1rem;
  }
  .order-now-page .middleContent .icons img {
    width: 30px;
  }
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0.8rem;
  }
  .order-now-page .middleContent .icons img {
    width: 25px;
  }
}

@media only screen and (min-width : 1201px) {
  .menu-page .middleContent .icons {
    margin-left: 0 !important;
    padding: 0;
  }
}
@media only screen and (min-width : 993px) {
  .menu-page .middleContent .icons {
    margin-left: 0 !important;
    padding: 0;
  }
}

@media only screen and (min-width : 1201px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0 1rem;
  }
}
@media only screen and (min-width : 993px) {
  .order-now-page .middleContent .icons {
    margin-left: auto;
    padding: 0 1rem;
  }
}
.order-now-page .middleContent .ui.grid > [class*="five wide large screen"].column {
  width: 33.33% !important;
}
@media only screen and (max-width : 1200px) {
  .order-now-page .middleContent .ui.grid > [class*="five wide large screen"].column {
    width: 50% !important;
  }
}
@media only screen and (max-width : 992px) {
  .order-now-page .middleContent .ui.grid > [class*="five wide large screen"].column {
    width: 33.33% !important;
  }
}
@media only screen and (max-width : 576px) {
  .order-now-page .middleContent .ui.grid > [class*="five wide large screen"].column {
    width: 100% !important;
  }
}

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cs-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}
.cs-scrollbar::-webkit-scrollbar {
  width: 5px;
  background: #E2E2E2;
  border-radius: 5px;
}
.cs-scrollbar::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width : 576px) {
  .cs-scrollbar::-webkit-scrollbar {
    width: 2px;
  }
}

.order-now-page .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.order-now-page .table td, .order-now-page .table th {
  padding: 0.75rem;
}

.border-bottom-dashed td {
  border-top: 1px dashed #C3C3C3;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.text-left {
  text-align: left !important;
}

.discount .list-item {
  padding-left: 15px;
}
.discount .discount-title {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #484747;
}

.bg-light-theme {
  background: #f59598;
}

.rotate-180 {
  transform: rotate(180deg);
}

.add_to_cart_Modal p {
  line-height: 1.8;
  margin: 0;
}
.add_to_cart_Modal .p-2 {
  padding: 0.5rem !important;
}
.add_to_cart_Modal .p-4 {
  padding: 1.5rem !important;
}
.add_to_cart_Modal .pb-2, .add_to_cart_Modal .py-2 {
  padding-bottom: 0.5rem !important;
}
.add_to_cart_Modal .pt-2, .add_to_cart_Modal .py-2 {
  padding-top: 0.5rem !important;
}
.add_to_cart_Modal .ml-4, .add_to_cart_Modal .mx-4 {
  margin-left: 1.5rem !important;
}
.add_to_cart_Modal .mr-4, .add_to_cart_Modal .mx-4 {
  margin-right: 1.5rem !important;
}
.add_to_cart_Modal .mt-4, .add_to_cart_Modal .my-4 {
  margin-top: 1.5rem !important;
}
.add_to_cart_Modal .pl-4, .add_to_cart_Modal .px-4 {
  padding-left: 1.5rem !important;
}
.add_to_cart_Modal .pr-4, .add_to_cart_Modal .px-4 {
  padding-right: 1.5rem !important;
}
.add_to_cart_Modal .pb-3, .add_to_cart_Modal .py-3 {
  padding-bottom: 1rem !important;
}
.add_to_cart_Modal .pt-3, .add_to_cart_Modal .py-3 {
  padding-top: 1rem !important;
}
.add_to_cart_Modal .close {
  color: #fff !important;
  background: #EA2027;
  border-radius: 50%;
  right: -15px !important;
  opacity: 1 !important;
  top: -20px !important;
  font-size: 1rem !important;
}
.add_to_cart_Modal .form-control {
  border-radius: 0 !important;
  width: 100%;
}
.add_to_cart_Modal .form-control:focus {
  outline: none;
  box-shadow: none;
}
.add_to_cart_Modal .product-img img {
  max-width: 350px;
  height: 230px;
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add_to_cart_Modal .food-name {
  border-bottom: 1px solid #C3C3C3;
}
.add_to_cart_Modal .toppings-drop .drop-head {
  border-bottom: 1px solid #C3C3C3;
  background: #F9F9F9;
  cursor: pointer;
  transition: 0.4s;
}
.add_to_cart_Modal .toppings-drop .drop-head:hover {
  background: #E8E8E8;
}
.add_to_cart_Modal .toppings-drop .drop-content {
  border-bottom: 1px solid #C3C3C3;
  display: none;
}
.add_to_cart_Modal .toppings-drop .drop-content .drop-content-each {
  border-bottom: 1px dashed #C3C3C3;
}
.add_to_cart_Modal .toppings-drop .drop-content .drop-content-each:last-child {
  border: none;
}
.add_to_cart_Modal .instruction {
  border-bottom: 1px solid #ffb64d;
}
.add_to_cart_Modal .instruction input {
  box-shadow: none;
  border: none;
}
.add_to_cart_Modal .cart-footer .qty-count .bttn {
  border: 1px solid lightgrey;
  width: 40px;
  padding: 0;
  text-align: center;
}
.add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn, .add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn {
  transition: 0.3s;
  cursor: pointer;
}
.add_to_cart_Modal .cart-footer .qty-count .bttn.add-btn:hover, .add_to_cart_Modal .cart-footer .qty-count .bttn.minus-btn:hover {
  background: #E8E8E8;
}
.add_to_cart_Modal .cart-footer .qty-count .bttn.value {
  pointer-events: none;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  width: 60px;
}
.add_to_cart_Modal .cart-footer .qty-count .bttn.value input {
  border: none;
  border: none;
  padding: 0;
  background: none;
  width: 25px;
  text-align: center;
}
@media only screen and (max-width : 576px) {
  .add_to_cart_Modal .cart-footer {
    display: block !important;
  }
  .add_to_cart_Modal .cart-footer button.theme-btn {
    width: 100%;
    margin-top: 15px;
  }
  .add_to_cart_Modal .cart-footer button.theme-btn span.text-white {
    float: right;
    margin-left: 0 !important;
  }
  .add_to_cart_Modal .cart-footer .qty-count .minus-btn, .add_to_cart_Modal .cart-footer .qty-count .add-btn {
    flex: 0 0 20%;
  }
  .add_to_cart_Modal .cart-footer .qty-count .value {
    flex: 0 0 60%;
  }
  .add_to_cart_Modal .cart-footer .qty-count .bttn {
    height: 50px;
    line-height: 35px;
  }
}

.owl-carousel.style2.owl-drag .owl-item {
  width: auto !important;
}
.owl-carousel.style2 .owl-prev {
  position: absolute;
  left: -6%;
  top: 25%;
  background: none;
  font-size: 1.5rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.owl-carousel.style2 .owl-prev:hover {
  background: #ddd !important;
}
.owl-carousel.style2 .owl-next {
  position: absolute;
  right: -4%;
  top: 25%;
  background: none;
  font-size: 1.5rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.owl-carousel.style2 .owl-next:hover {
  background: #ddd !important;
}
.owl-carousel.style2 .owl-nav {
  margin-top: 0;
}
@media only screen and (max-width : 576px) {
  .owl-carousel.style2 .owl-nav {
    margin-top: 0;
  }
}
.owl-carousel.style2.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background: transparent;
  font-size: 14px;
  border-radius: 50px !important;
  padding: 0 !important;
  transition: all linear 0.3s;
}
.owl-carousel.style2 i.icon {
  margin: 0;
}

.owl-carousel.style1.owl-drag .owl-item {
  width: auto !important;
}
.owl-carousel.style1 .owl-prev {
  position: absolute;
  left: -6%;
  top: 1%;
  background: none;
  font-size: 1.5rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.owl-carousel.style1 .owl-prev:hover {
  background: #ddd !important;
}
.owl-carousel.style1 .owl-next {
  position: absolute;
  right: -4%;
  top: 1%;
  background: none;
  font-size: 1.5rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.owl-carousel.style1 .owl-next:hover {
  background: #ddd !important;
}
.owl-carousel.style1 .owl-nav {
  margin-top: 0;
  display: none;
}
@media only screen and (max-width : 576px) {
  .owl-carousel.style1 .owl-nav {
    margin-top: 0;
  }
}
.owl-carousel.style1.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  background: transparent;
  font-size: 14px;
  border-radius: 50px !important;
  padding: 0 !important;
  transition: all linear 0.3s;
}
.owl-carousel.style1 i.icon {
  margin: 0;
}

.floating-cart-btn {
  position: fixed;
  width: 90%;
  left: 10%;
  bottom: 0;
  z-index: 4;
}
.floating-cart-btn .bg-orange {
  background: #EA2027;
}
.floating-cart-btn .btn {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.floating-cart-btn .svg-cart-icon {
  position: relative;
}
.floating-cart-btn .svg-cart-icon svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}
.floating-cart-btn .svg-cart-icon .num {
  position: absolute;
  top: -5px;
  right: -15px;
  text-align: center;
  width: 10px;
}

.btn-group {
  background: #ddd;
  border-radius: 50px;
}

.main-chart-container {
  display: grid;
  margin: auto 0;
}

.box-container {
  width: 100%;
  text-align: center;
}

.chartCircular {
  position: relative;
  width: 160px;
  height: 160px;
  text-align: center;
  font-size: 40px;
  line-height: 160px;
  color: #000;
  margin: 0 auto;
}
.chartCircular canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
}

.sticky-cart-content .btn-sm {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 0.14285714em;
  background-color: #e8e8e8;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
  border-radius: 0.28571429rem;
  cursor: pointer;
}

.ml-auto {
  margin-left: auto;
}

.text-danger {
  color: #dc3545 !important;
}

.mt--4px {
  margin-top: 4px !important;
}

#checkout_Modal .modal-dialog {
  max-width: 600px;
}
#checkout_Modal .loyalty-details {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#checkout_Modal .loyalty-details .img-box {
  border: 3px solid #E8E8E8;
  border-radius: 50%;
  padding: 15px;
  height: 66px;
  width: 66px;
}
#checkout_Modal .loyalty-details .img-box img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
#checkout_Modal .loyalty-details .pts {
  font-weight: bold;
  font-size: 1.3rem;
  color: #bd1b23;
}
#checkout_Modal .redeem .redeem-text {
  display: none;
}
@media only screen and (max-width : 576px) {
  #checkout_Modal .redeem .redeem-text .alert {
    font-size: 0.8rem;
  }
}
#checkout_Modal input {
  border: 1px solid #E8E8E8;
  height: 45px;
}
#checkout_Modal input:focus {
  border: 1px solid #5c6165 !important;
}
#checkout_Modal .creditcard-exp-wrap {
  display: flex;
  justify-content: space-between;
}
#checkout_Modal .creditcard-exp-wrap .creditcard-exp {
  flex: 0 0 48%;
}
@media only screen and (max-width : 576px) {
  #checkout_Modal .creditcard-exp-wrap .creditcard-exp {
    padding: 6px 16px;
    border: 1px solid #E8E8E8 !important;
    background: white !important;
  }
}

.redeem-text {
  color: #dd3722;
}

.order_success_modal .mt-5 {
  margin-top: 2.5rem !important;
}
.order_success_modal.ui.tiny.modal {
  max-width: 500px;
  padding: 15px;
}
.order_success_modal .table th {
  border-top: none;
}
.order_success_modal .table .item {
  width: 70%;
}
.order_success_modal .table td p {
  line-height: 20px;
}
.order_success_modal .check-icon-btn {
  text-align: center;
}
.order_success_modal .check-icon-btn svg {
  height: 60px;
  width: 60px;
  background: #3cbe98;
  padding: 10px;
  border-radius: 50%;
  fill: white;
}

.checkout-modal-content .cart-items .p-title {
  margin-left: 80px;
}
@media only screen and (max-width : 992px) {
  .checkout-modal-content .cart-items .p-title {
    margin-left: 0;
  }
}
.checkout-modal-content .cart-items .p-title p {
  font-size: 14px !important;
}
.checkout-modal-content .cart-items .cart-image img {
  height: 70px;
  width: 70px;
  border-radius: 10px;
}
@media only screen and (max-width : 992px) {
  .checkout-modal-content .cart-items .cart-image img {
    display: none;
  }
}
.checkout-modal-content .cs-scrollbar {
  max-height: 500px;
}
.checkout-modal-content .cs-scrollbar * {
  font-size: 0.9rem;
}
@media only screen and (max-width : 576px) {
  .checkout-modal-content .cs-scrollbar * {
    font-size: 13px;
  }
}
.checkout-modal-content .close i {
  font-size: 1.5rem;
}
.checkout-modal-content.toggle {
  right: 0;
}
@media only screen and (max-width : 576px) {
  .checkout-modal-content {
    top: calc(50% + 25px);
  }
  .checkout-modal-content p, .checkout-modal-content li {
    font-size: 0.9rem;
  }
}
.checkout-modal-content .cart-items {
  overflow-x: auto;
  position: relative;
}
.checkout-modal-content .table {
  border: none;
}
.checkout-modal-content .table td {
  vertical-align: middle !important;
  background: #fff !important;
}
.checkout-modal-content .table tfoot tr:first-child td {
  border-top: 1px dashed #C3C3C3 !important;
}
.checkout-modal-content .table tfoot tr:first-child td.border-top-none {
  border-top: none !important;
}

.checkout-modal-content .cart-price-discount {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
  color: #ba1022;
  font-size: 16px !important;
}
.checkout-modal-content .cart-inner .cart-price {
  font-size: 16px;
  font-weight: bold;
}
.checkout-modal-content .cart-inner .quantity-wrap {
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 0 3px;
}
.checkout-modal-content .cart-inner .quantity-wrap .qty-btn {
  border: none;
}
.checkout-modal-content .cart-inner .quantity-wrap .qty-count {
  width: 25px;
}
.checkout-modal-content .cart-inner .action .remove-btn1 {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  margin-right: 5px;
}
.checkout-modal-content .cart-inner .action .remove-btn {
  border: 1px solid lightgrey;
  background: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkout-modal-content .cart-inner .total-wrap .text {
  font-size: 18px;
}
.checkout-modal-content .cart-inner .total-wrap .total-price {
  font-size: 25px;
  margin: 8px 0 20px;
}

.border-bottom-dashed td {
  border-top: 1px dashed #C3C3C3 !important;
}

.border-top-dashed td {
  border-top: 1px dashed #C3C3C3 !important;
}

.border-left-none {
  border-left: none !important;
}

@media only screen and (max-width : 576px) {
  .checkout_modal.ui.modal > .content {
    padding: 0 !important;
  }
}
.checkout_modal .theme-btn {
  font-size: 16px;
  text-transform: capitalize;
}
.checkout_modal .ui.header p.sub-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #484747;
  line-height: 15px;
}
.checkout_modal .content .header {
  font-size: 1.1rem !important;
}
.checkout_modal .content.has-header {
  padding: 0.8rem !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.full--width-card {
  width: 95% !important;
  box-sizing: border-box !important;
  padding: 16px;
  margin: 15px auto !important;
  box-shadow: none !important;
  border: 1px solid #dee2e6 !important;
}

.bg-disabled {
  background: rgba(150, 150, 150, 0.08) !important;
}
.bg-disabled .qty-btn {
  color: #cdcdcd !important;
}
.bg-disabled .qty-btn:hover {
  background: none !important;
}
.bg-disabled .qty-count {
  color: rgba(150, 150, 150, 0.8) !important;
}

.cart-item-summary .ui.table td {
  padding: 0.75rem;
}
.cart-item-summary .content.pt-0 {
  padding: 0 1rem 1rem 1rem !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

/*********************************************************************************************************************************/
/*********************************************************** S.T.Y.L.E ***********************************************************/
/*********************************************************************************************************************************/
.order-page .heading-section, .reservation-page .heading-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-page .heading-section .select-wrapper, .reservation-page .heading-section .select-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.order-page .heading-section .select-wrapper .input-field .fields, .reservation-page .heading-section .select-wrapper .input-field .fields {
  margin: 0;
}
.order-page .heading-section .select-wrapper .input-field .icon, .reservation-page .heading-section .select-wrapper .input-field .icon {
  color: #272727;
}
.order-page .heading-section .select-wrapper .input-field input, .reservation-page .heading-section .select-wrapper .input-field input {
  margin-right: 15px;
  background: white;
  border: 1px solid #f1f1f1;
  min-width: 200px;
  height: 40px;
  font-size: 0.9rem;
}
.order-page .heading-section .select-wrapper .input-field input[type=email], .order-page .heading-section .select-wrapper .input-field input[type=number], .reservation-page .heading-section .select-wrapper .input-field input[type=email], .reservation-page .heading-section .select-wrapper .input-field input[type=number] {
  min-width: 220px;
}
.order-page .heading-section .select-wrapper .input-field input::-moz-placeholder, .reservation-page .heading-section .select-wrapper .input-field input::-moz-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 0.3;
}
.order-page .heading-section .select-wrapper .input-field input::placeholder, .reservation-page .heading-section .select-wrapper .input-field input::placeholder {
  color: black;
  font-size: 1rem;
  opacity: 0.3;
}
.order-page .heading-section .select-wrapper .button, .reservation-page .heading-section .select-wrapper .button {
  height: 40px;
}
.order-page .heading-section .select-wrapper .selectbox, .reservation-page .heading-section .select-wrapper .selectbox {
  margin-right: 15px;
  background: white;
  border: 1px solid #f1f1f1;
  height: 40px;
}
.order-page .heading-section .select-wrapper .selectbox span, .reservation-page .heading-section .select-wrapper .selectbox span {
  font-weight: normal;
}
.order-page .heading-section .select-wrapper .selectbox.day span, .reservation-page .heading-section .select-wrapper .selectbox.day span {
  position: relative;
  padding-left: 20px;
}
.order-page .heading-section .select-wrapper .selectbox.day span:before, .reservation-page .heading-section .select-wrapper .selectbox.day span:before {
  content: "\f073";
  position: absolute;
  left: 0;
  font-family: Icons;
  font-weight: 400;
  opacity: 0.8;
}
.order-page .heading-section .select-wrapper .selectbox:last-child, .reservation-page .heading-section .select-wrapper .selectbox:last-child {
  margin-right: 0;
}

.order-list-table tbody td {
  padding: 15px !important;
}
.order-list-table tbody .status {
  padding: 5px;
  margin: 0 auto !important;
}
.order-list-table h4 {
  font-size: 1rem !important;
}

.order-detail.modal .customer-name {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-detail.modal .buttons a i {
  font-size: 1rem;
}
.order-detail.modal .item-image {
  min-width: 80px;
}
.order-detail.modal .item-name .list-category-name {
  margin-bottom: 0;
  text-transform: uppercase;
}
.order-detail.modal .contact-map {
  margin-top: 20px;
}
.order-detail.modal .contact-map .card {
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  padding: 20px;
}
.order-detail.modal .contact-map .card .icon {
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  color: #4099ff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.order-detail.modal .contact-map .order-note {
  background: #3f4953;
  margin-bottom: 25px;
  border-radius: 8px;
}
.order-detail.modal .contact-map .order-note .note-title {
  color: #fff;
  margin-bottom: 15px;
}
.order-detail.modal .contact-map .order-note p {
  color: #E8E8E8;
  font-weight: lighter;
  letter-spacing: 1px;
}

.order-detail .top-head, .reservation-detail .top-head, .customer-detail.modal .top-head, .add-owner.modal .top-head {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.order-detail .top-head .status, .reservation-detail .top-head .status, .customer-detail.modal .top-head .status, .add-owner.modal .top-head .status {
  padding: 2px;
}
.order-detail .head, .reservation-detail .head, .customer-detail.modal .head, .add-owner.modal .head {
  margin-bottom: 0;
  display: inline-block;
}
.order-detail .order-detail-table tr td:first-child, .reservation-detail .order-detail-table tr td:first-child, .customer-detail.modal .order-detail-table tr td:first-child, .add-owner.modal .order-detail-table tr td:first-child {
  font-weight: bold;
  padding: 0.8rem 1rem !important;
  color: #111;
  opacity: 1;
}
.order-detail .product-detail-table th, .reservation-detail .product-detail-table th, .customer-detail.modal .product-detail-table th, .add-owner.modal .product-detail-table th {
  background: none !important;
  color: black !important;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1) !important;
}
.order-detail .product-detail-table td p, .reservation-detail .product-detail-table td p, .customer-detail.modal .product-detail-table td p, .add-owner.modal .product-detail-table td p {
  font-weight: normal !important;
}
.order-detail .table-title, .reservation-detail .table-title, .customer-detail.modal .table-title, .add-owner.modal .table-title {
  white-space: nowrap;
  width: 25%;
}

#datestart .ui.bottom.popup::before, #dateend .ui.bottom.popup::before, #date-cal .ui.bottom.popup::before {
  background: #F9F9F9;
}
#datestart .calendar .table th, #dateend .calendar .table th, #date-cal .calendar .table th {
  background: #F9F9F9;
  color: black;
}
#datestart .calendar .table .link:hover, #dateend .calendar .table .link:hover, #date-cal .calendar .table .link:hover {
  background: #E8E8E8;
}

.customer-detail .ui.sub.header {
  text-transform: capitalize;
}

.modal .slide-div {
  display: none;
}

.order-list-table .day-wrapper {
  align-items: center;
}
.order-list-table .day-wrapper:nth-child(even) {
  background: #F9F9F9;
}
.order-list-table .day-wrapper .day {
  font-weight: bold;
}
.order-list-table .day-wrapper label {
  text-transform: capitalize;
}
.order-list-table .day-wrapper .time-wrapper {
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width : 576px) {
  .order-list-table .day-wrapper .time-wrapper {
    justify-content: flex-start;
  }
}
.order-list-table .day-wrapper .time-wrapper .column {
  padding-top: 0 !important;
}

.categories-table tbody td:first-child {
  width: 100px;
}
@media only screen and (max-width : 992px) {
  .categories-table tbody td:first-child {
    max-width: 100px;
  }
}
.categories-table tbody td a.name {
  color: #626262;
}
.categories-table tbody td a.name:hover {
  color: #0059c0;
}
.categories-table tbody img {
  border: 1px solid #ececec;
  width: 100%;
}

.category-detail-page .table th {
  white-space: nowrap;
}
.category-detail-page .item-image {
  width: 100px;
}
.category-detail-page .item-buttons .buttons {
  white-space: nowrap;
}
.category-detail-page:not(.product-list-page) .heading-section .lnr {
  background: none;
  color: black;
  box-shadow: none;
}

.restaurant-page .heading-section {
  margin-bottom: 30px;
}
.restaurant-page .restaurant-details .inner-content p {
  font-weight: bold;
  margin-bottom: 25px;
}
.restaurant-page .restaurant-details .inner-content p span {
  color: #929292;
}
.restaurant-page .restaurant-details .inner-content p span.name {
  min-width: 200px;
  display: inline-block;
  font-size: 1.1rem;
  color: #444 !important;
}
.restaurant-page .restaurant-details .inner-content .img {
  width: 100%;
  height: 215px;
  margin-left: auto;
  transition: 0.4s;
  position: relative;
}
.restaurant-page .restaurant-details .inner-content .img .upload-btn {
  display: none;
}
.restaurant-page .restaurant-details .inner-content .img.img-empty .upload-btn {
  display: block;
}
.restaurant-page .restaurant-details .inner-content .img.img-empty label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.restaurant-page .restaurant-details .inner-content .img.img-empty .icons {
  display: none;
}
.restaurant-page .restaurant-details .inner-content .img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.restaurant-page .restaurant-details .inner-content .img:hover .icons {
  opacity: 1;
}
.restaurant-page .restaurant-details .inner-content .img .icons {
  position: absolute;
  top: 0;
  right: 10px;
  opacity: 0;
  transition: 0.4s;
}
.restaurant-page .restaurant-details .inner-content .img .icons i {
  font-size: 1.1rem;
}
.restaurant-page .restaurant-details .inner-content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.restaurant-page .restaurant-owners .add-owner-btn {
  margin-left: auto;
}
.restaurant-page .contact-settings .ui.striped.table tbody tr:nth-child(even), .restaurant-page .social-settings .ui.striped.table tbody tr:nth-child(even) {
  background: none !important;
}
.restaurant-page .contact-settings .ui.striped.table tbody tr:nth-child(even) td, .restaurant-page .social-settings .ui.striped.table tbody tr:nth-child(even) td {
  background: #F9F9F9;
}
.restaurant-page .contact-settings .ui.striped.table tbody td.empty-td, .restaurant-page .social-settings .ui.striped.table tbody td.empty-td {
  border-top: none;
  background: none !important;
}
.restaurant-page .contact-settings .table th, .restaurant-page .contact-settings .table td, .restaurant-page .social-settings .table th, .restaurant-page .social-settings .table td {
  padding: 1rem 1.3rem;
  font-weight: bold;
}
.restaurant-page .contact-settings .table .text-dark, .restaurant-page .social-settings .table .text-dark {
  color: #929292;
}
.restaurant-page .contact-settings .table .collapsing, .restaurant-page .social-settings .table .collapsing {
  width: 20% !important;
}
.restaurant-page .contact-settings .table .field, .restaurant-page .social-settings .table .field {
  width: 100%;
}
.restaurant-page .contact-settings .table tr, .restaurant-page .social-settings .table tr {
  background: none !important;
}
.restaurant-page .social-settings tbody td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.restaurant-page .checkbox-settings .slide-div {
  display: none;
}
.restaurant-page .checkbox-settings .slide-div .input-group h5 {
  min-width: 150px;
}
.restaurant-page .remove-row {
  display: none;
}
.restaurant-page .update-btn {
  margin-top: 20px;
}
.restaurant-page .icon.facebook {
  color: #3b5999;
}
.restaurant-page .icon.twitter {
  color: #55acef;
}
.restaurant-page .icon.instagram {
  color: #49769d;
}
.restaurant-page .icon.youtube {
  color: #fe0000;
}
.restaurant-page .icon.linkedin {
  color: #1f88bf;
}
.restaurant-page .notification-settings label {
  min-width: 120px;
}
.restaurant-page .notification-settings label span {
  white-space: nowrap;
}
.restaurant-page .notification-settings .checkboxes .checkbox {
  max-width: unset;
}
.restaurant-page .notification-settings .checkboxes label {
  text-transform: capitalize;
}
.restaurant-page .section-each {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width : 992px) {
  .restaurant-page .section-each {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.restaurant-page .section-each:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.restaurant-page .inner-title {
  display: flex;
}
.restaurant-page .inner-title .text p {
  opacity: 0.6;
}
.restaurant-page .inner-title .num {
  font-size: 1.6rem;
  opacity: 0.5;
  width: 55px;
  text-align: center;
  margin-top: 5px;
}
.restaurant-page .inner-title h2 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 1.5rem;
}
.restaurant-page .inner-title .status {
  width: 80px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 0;
}
.restaurant-page .inner-content .dividing.header {
  padding: 15px 20px;
  color: #606060 !important;
}
.restaurant-page .inner-content .field {
  padding: 0 20px;
}
.restaurant-page .inner-content .field:last-child {
  margin-bottom: 1em;
}
.restaurant-page .inner-content .field:first-child {
  margin-top: 1em;
}
.restaurant-page .inner-content .fields .field:first-child {
  margin-top: 0;
}

#calendar-event {
  transform: translate3d(0, 0, 0);
  width: 420px;
  margin: 0 auto;
  height: 570px;
  overflow: hidden;
  box-shadow: 0 0 20px #E8E8E8;
}
#calendar-event .header {
  height: 50px;
  width: 420px;
  background: linear-gradient(to right, #EA2027, #bd1b23);
  text-align: center;
  position: relative;
  z-index: 100;
}
#calendar-event .header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  color: white;
}
#calendar-event .left, #calendar-event .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}
#calendar-event .left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
  left: 20px;
}
#calendar-event .right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  right: 20px;
}
#calendar-event .month {
  /*overflow: hidden; */
  opacity: 0;
}
#calendar-event .month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}
#calendar-event .month.in.next {
  animation: moveFromTopFadeMonth 0.4s ease-out;
  opacity: 1;
}
#calendar-event .month.out.next {
  animation: moveToTopFadeMonth 0.4s ease-in;
  opacity: 1;
}
#calendar-event .month.in.prev {
  animation: moveFromBottomFadeMonth 0.4s ease-out;
  opacity: 1;
}
#calendar-event .month.out.prev {
  animation: moveToBottomFadeMonth 0.4s ease-in;
  opacity: 1;
}
#calendar-event .week {
  background: none;
}
#calendar-event .day {
  display: inline-block;
  width: 60px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: #f9f9f9;
  position: relative;
  z-index: 100;
  border: 1px solid #E8E8E8;
}
#calendar-event .day:hover {
  background: #f1f1f1;
}
#calendar-event .day.other {
  color: rgba(255, 255, 255, 0.3);
}
#calendar-event .day.today {
  color: #EA2027;
}
#calendar-event .day-name {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #C3C3C3;
  letter-spacing: 0.7px;
}
#calendar-event .day-name .day-number {
  font-size: 26px;
  letter-spacing: 1.5px;
}
#calendar-event .day-name .day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}
#calendar-event .day-name span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  margin: 0 1px;
}
#calendar-event .blue {
  background: rgb(156, 202, 235);
}
#calendar-event .orange {
  background: rgb(247, 167, 0);
}
#calendar-event .green {
  background: rgb(153, 198, 109);
}
#calendar-event .yellow {
  background: rgb(249, 233, 0);
}
#calendar-event .details {
  position: relative;
  width: 420px;
  background: rgb(164, 164, 164);
  border-radius: 4px;
}
#calendar-event .details.in {
  animation: moveFromTopFade 0.5s ease both;
}
#calendar-event .details.out {
  animation: moveToTopFade 0.5s ease both;
}
#calendar-event .arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 111;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgb(164, 164, 164) transparent;
  transition: all 0.7s ease;
}
#calendar-event .events {
  min-height: 75px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#calendar-event .events.in {
  animation: fadeIn 0.3s ease both;
  animation-delay: 0.3s;
}
#calendar-event .details.out .events {
  animation: fadeOutShink 0.4s ease both;
}
#calendar-event .events.out {
  animation: fadeOut 0.3s ease both;
}
#calendar-event .event {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  padding: 2px 16px;
  vertical-align: top;
}
#calendar-event .event.empty {
  color: #eee;
}
#calendar-event .event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}
#calendar-event .event span {
  display: inline-block;
  padding: 0 0 0 7px;
  color: #F9F9F9;
}
#calendar-event .legend {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgb(60, 60, 60);
  line-height: 30px;
}
#calendar-event .entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
  color: white;
}
#calendar-event .entry:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}
#calendar-event .entry.blue:after {
  background: rgb(156, 202, 235);
}
#calendar-event .entry.orange:after {
  background: rgb(247, 167, 0);
}
#calendar-event .entry.green:after {
  background: rgb(153, 198, 109);
}
#calendar-event .entry.yellow:after {
  background: rgb(249, 233, 0);
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}

.gallery-page .gallery-upload-status {
  box-shadow: 0 0 20px #E8E8E8 !important;
  background: #e8f3ff !important;
}
.gallery-page .gallery-upload-status .ui.active.progress .bar {
  min-width: 13rem;
  background: #5aa7ff;
}
.gallery-page .gallery-upload-status .ui.active.progress .bar::after {
  background: black;
  opacity: 1;
}
.gallery-page .main-container .img-box {
  position: relative;
}
.gallery-page .main-container .img-box:hover .image {
  transform: scale(1.02);
  box-shadow: 0 0 20px #E8E8E8;
}
.gallery-page .main-container .img-box:hover i {
  opacity: 1;
  visibility: visible;
}
.gallery-page .main-container .img-box .image {
  border: 2px solid #E8E8E8;
  padding: 3px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transition: 0.4s;
}
.gallery-page .main-container .img-box .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width : 576px) {
  .gallery-page .main-container .img-box .image img {
    height: 100%;
  }
}
.gallery-page .main-container .img-box .caption {
  word-break: break-all;
}
.gallery-page .main-container .img-box i {
  position: absolute;
  top: calc(0% + 3px);
  right: calc(0% + 3px);
  padding: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.gallery-page .main-container .img-box i:hover {
  background: #EA2027;
}
.gallery-page #gallery-img-preview img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}
.gallery-page #gallery-img-preview .img-box {
  position: relative;
  max-width: 120px;
}
.gallery-page #gallery-img-preview .img-box:hover i {
  opacity: 1;
  visibility: visible;
}
.gallery-page #gallery-img-preview .img-box i {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.gallery-page #gallery-img-preview .img-box i:hover {
  background: #EA2027;
}

.uploaded-lists .lists .list-each {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 10px;
}
.uploaded-lists .lists .list-each:last-child {
  border: none;
  margin-bottom: 0;
}
.uploaded-lists .lists .list-each .thumbnail {
  flex: 0 0 15%;
}
.uploaded-lists .lists .list-each .filename {
  flex: 0 0 75%;
  line-break: anywhere;
}
.uploaded-lists .lists .list-each .status {
  flex: 1;
  text-align: right;
}
.uploaded-lists .lists .list-each .icon {
  font-size: 1.2rem;
}
.uploaded-lists .lists .list-each .icon.check {
  color: #2ed7b6;
}
.uploaded-lists .lists .list-each .icon.times {
  color: #ff536f;
}

.restaurant-page.superadmin .heading-section {
  margin-bottom: 30px;
}
.restaurant-page.superadmin .tab-users .add-owner-btn {
  margin-left: auto;
}
.restaurant-page.superadmin .tab-contact .ui.striped.table tbody tr:nth-child(even), .restaurant-page.superadmin .tab-social .ui.striped.table tbody tr:nth-child(even) {
  background: none !important;
}
.restaurant-page.superadmin .tab-contact .ui.striped.table tbody tr:nth-child(even) td, .restaurant-page.superadmin .tab-social .ui.striped.table tbody tr:nth-child(even) td {
  background: #F9F9F9;
}
.restaurant-page.superadmin .tab-contact .ui.striped.table tbody td.empty-td, .restaurant-page.superadmin .tab-social .ui.striped.table tbody td.empty-td {
  border-top: none;
  background: none !important;
}
.restaurant-page.superadmin .tab-contact .table th, .restaurant-page.superadmin .tab-contact .table td, .restaurant-page.superadmin .tab-social .table th, .restaurant-page.superadmin .tab-social .table td {
  padding: 1rem 1.3rem;
  font-weight: bold;
}
.restaurant-page.superadmin .tab-contact .table .text-dark, .restaurant-page.superadmin .tab-social .table .text-dark {
  color: #929292;
}
.restaurant-page.superadmin .tab-contact .table .collapsing, .restaurant-page.superadmin .tab-social .table .collapsing {
  width: 15% !important;
}
.restaurant-page.superadmin .tab-contact .table .collapsing.form-field, .restaurant-page.superadmin .tab-social .table .collapsing.form-field {
  width: 46.1% !important;
}
.restaurant-page.superadmin .tab-contact .table .field, .restaurant-page.superadmin .tab-social .table .field {
  max-width: 300px;
  width: 100%;
}
.restaurant-page.superadmin .tab-contact .phone-field .field {
  max-width: unset;
  width: 100%;
}
.restaurant-page.superadmin .tab-contact .phone-field .field input {
  max-width: 300px;
}
.restaurant-page.superadmin .remove-row {
  display: none;
}
.restaurant-page.superadmin .update-btn {
  margin-top: 20px;
}
.restaurant-page.superadmin .icon.facebook {
  color: #3b5999;
}
.restaurant-page.superadmin .icon.twitter {
  color: #55acef;
}
.restaurant-page.superadmin .icon.instagram {
  color: #49769d;
}
.restaurant-page.superadmin .icon.youtube {
  color: #fe0000;
}
.restaurant-page.superadmin .icon.linkedin {
  color: #1f88bf;
}
.restaurant-page.superadmin .tab-notification .form {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.restaurant-page.superadmin .tab-notification .form label {
  min-width: 120px;
}
.restaurant-page.superadmin .tab-notification .form label span {
  white-space: nowrap;
}
.restaurant-page.superadmin .tab-notification .form input[type=text] {
  max-width: 265px;
}
.restaurant-page.superadmin .tab-notification .form .checkboxes {
  margin-top: 20px;
}
.restaurant-page.superadmin .tab-notification .form .checkboxes label {
  text-transform: capitalize;
}
.restaurant-page.superadmin .inner-title {
  display: flex;
  align-items: center;
}
.restaurant-page.superadmin .inner-title h2 {
  margin-bottom: 0;
  margin-right: 20px;
}
.restaurant-page.superadmin .inner-title .status {
  width: 80px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 6px;
  margin-top: 0;
}
