html,
body {
  font-size: 13px !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.brand-color {
  color: #0e97ad;
}

.kv-file-upload {
  display: none !important;
}

/*table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
	padding-right: 155px !important;
}*/
.login-1 .form-group .input-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f6f9;
}
.select2-container {
  z-index: 9;
  /* min-width: 100%; */
  max-width: 100%;
}

.theme-color {
  color: #ff4c00;
}
.site-confi-tbl td {
  word-break: break-all;
  min-width: 100px;
}
.login-1 .form-group .password-eye {
  position: absolute;
  right: 16%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.login-1t .form-group .password-eye i {
  color: #747775;
  font-size: 18px;
}
.login-1 .form-group .input-icon i {
  color: #ff4c00;
  text-align: center;
  font-size: 24px;
}
.login-1.form-group input.form-control:focus {
  background: #f1f3f6;
}
.login-1 .forgot-text {
  color: #ff4c00;
  text-decoration-line: underline;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
.login-1 .forgot-text:hover {
  text-decoration-line: underline !important;
}
.login-1 .login-btn {
  background: #ff4c00;
  box-shadow: 0px 8px 12px rgba(14, 151, 173, 0.3);
  font-size: 18px;
  color: #fff;
  width: 100%;
  font-weight: 600;
}

.aside-menu {
  background-color: #140900;
}
.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
  color: #fff;
}
body {
  background: #f1f3f6;
}
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(
    .menu-item-here
  ):not(.menu-item-active):hover
  > .menu-heading,
.aside-menu
  .menu-nav
  > .menu-item:not(.menu-item-parent):not(.menu-item-open):not(
    .menu-item-here
  ):not(.menu-item-active):hover
  > .menu-link {
  background: rgba(248, 248, 248, 0.1);
}

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-heading,
.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link {
  background-color: rgba(248, 248, 248, 0.1);
}
.aside-menu
  .menu-nav
  > .menu-item
  .menu-submenu
  .menu-item
  > .menu-heading
  .menu-text,
.aside-menu
  .menu-nav
  > .menu-item
  .menu-submenu
  .menu-item
  > .menu-link
  .menu-text {
  color: #fff;
}
.brand .btn .svg-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #fff;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading,
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
  display: flex;
  align-items: center;
  background: rgba(248, 248, 248, 0.1);
}
.aside-menu .menu-nav > .menu-item > .menu-link i {
  color: #ff4c00;
  font-size: 23px;
  min-width: 30px;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text,
.aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
  margin-left: 10px;
}
.brand {
  background: #140900;
  box-shadow: none;
  border-bottom: 1px solid #ebedf340;
}

.aside {
  background-color: #140900;
}
/*.card.card-custom > .card-header .card-title, .card.card-custom > .card-header .card-title .card-label {
	
	
	color: #FF4C00;
}*/

.card.card-custom {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
p {
  font-size: 16px;
  line-height: 19px;
  color: #9c9c9c;
}
#carousel1_indicator {
  padding-bottom: 50px;
}

.w-30 {
  width: 30% !important;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;

  background-color: #ff4c00;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;

  border-radius: 50%;
}
.file-preview {
  display: inline-block;
}
.file-drop-zone {
  display: flex;
}

.btn.btn-primary {
  color: #ffffff;
  background-color: #ff4c00;
  border-color: #ff4c00;
  font-weight: 600 !important;
}
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #d74406;
  border-color: #d74406;
}
.dataTables_wrapper
  .dataTables_paginate
  .pagination
  .page-item.active
  > .page-link {
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  background-color: #ff4c00;
  color: #ffffff;
}
.dataTables_wrapper
  .dataTables_paginate
  .pagination
  .page-item:hover:not(.disabled)
  > .page-link {
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  /*background-color: #078088;*/
  background-color: #d74406;
  color: #ffffff;
}
.dataTables_wrapper .dataTable th.sorting_desc,
.dataTables_wrapper .dataTable td.sorting_desc {
  color: #181c32 !important;
}

.dataTables_length select {
  width: auto;
  margin: 0 10px;
}
.dataTables_filter label {
  display: flex;
  align-items: center;
}
.aside-menu .menu-nav > .menu-item > .menu-link {
  align-items: center;
}
.btn.btn-hover-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-hover-primary:focus:not(.btn-text),
.btn.btn-hover-primary.focus:not(.btn-text) {
  color: #ffffff !important;
  background-color: #ff4c00 !important;
  border-color: #ff4c00 !important;
}
.dataTables_filter label input {
  width: auto;
  margin-left: 10px;
}
.dataTables_filter {
  float: right;
}

.symbol-label img {
  width: 100%;
  height: 100%;
}
.pagination {
  justify-content: flex-end;
}
form .show-password {
  color: #ff4c00;
  font-size: 18px;
  cursor: pointer;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.table i {
  color: #ff4c00;
}

.table i:hover {
  /*color: #108598;*/
  color: #d74406;
}

.site-alert {
  position: absolute;
  right: 2%;
  top: 1%;
  z-index: 9999;
}

.login.login-1 .login-aside {
  max-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.login.login-1 .login-aside,
.login.login-1 .login-content {
  max-width: 100%;
  width: 100%;
}
.login-1 .form-group input {
  background-image: none;
}
form#changepassword_form .show-password,
form#user_form .show-password {
  color: #ff4c00;
  font-size: 18px;
  cursor: pointer;
  right: 5%;
  top: 30%;
  position: absolute;
}
.for-action {
  min-width: 225px;
}

.kt-form__help {
  color: red !important;
}
.checkbox {
  display: inline-flex;
}
.file-drop-zone-title {
  display: none;
}
.fileinput-remove {
  display: none;
}
/*.file-footer-buttons{
		        display: none;
		    }*/
.kv-file-upload {
  display: none;
}
.intl-tel-input.allow-dropdown.separate-dial-code {
  width: 100%;
}
/*.label.label-light-success {
			    color: #ffffff;
			    background-color: #FF4C00;
			}*/
#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img {
  left: 40%;
  position: absolute;
  top: 30%;
}

.viewport-box {
  display: none;
}

.last-child-0 .module_action_checkbox:nth-last-child(3) {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.c-last-child-0 .module_action_checkbox:nth-last-child(2) {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.action_child {
  display: grid;
  grid-template-columns: repeat(6, 100px);
}

.card-header {
  padding: 2.25rem 2.25rem;
}
.card-footer {
  padding: 2.25rem 2.25rem;
}
.selected_addon_class {
  cursor: pointer;
  text-align: center !important;
  padding: 27px 0px 0px;
  display: none;
  color: #ff4c00;
  font-size: 24px;
  font-weight: bold;
}
.bootstrap-timepicker-widget table td input {
  width: 30px;
}
.card.card-custom > .card-body {
  padding: 2.25rem 2.25rem !important;
}
.dt-buttons .buttons-csv,
.dt-buttons .buttons-excel,
.dt-buttons .buttons-pdf {
  border-radius: 0.42rem !important;
  min-width: 100px !important;
}
.text-align-end {
  text-align: end;
}

/* @media screen and (min-width: 987px) and (max-width: 1260px) {  
.report-filter .dropdown.mr-2{
	margin-right: 0px !important;
	margin-bottom: 3px;
}
.report-filter .text-align-end {
	text-align: center;
	margin-top: 0px !important;
}
} */
/* @media (min-width: 987px) and (max-width: 1260px) {  
	.report-filter .dropdown.mr-2{
		margin-right: 0px !important;
		margin-bottom: 3px;
	}
	.report-filter .text-align-end {
		text-align: center;
		margin-top: 0px !important;
	}
	} */
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  /* 25-09-2025 */
  /* .viewport-box {
    display: flex;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }
  .viewport-text {
    padding: 0 20px;
  } */
  .desktop-view {
    display: flex !important;
    flex-direction: column !important;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
  .login.login-1 .login-aside,
  .login.login-1 .login-content {
    max-width: 100%;
    width: 100%;
  }

  .login-aside img.site-logo {
    height: 75px;
  }
}

@media (max-width: 767px) {
  .login.login-1 .login-aside,
  .login.login-1 .login-content {
    max-width: 100%;
    width: 100%;
  }
  .login-aside img.site-logo {
    height: 75px;
  }
}

@media (max-width: 576px) {
  .viewport-box .view-port-logo img {
    width: 50%;
  }
}

/******************************************* 06-02-2025 *******************************************/

.login-logo {
  width: 250px !important;
  height: auto !important;
}
.login-form-wrapper form .input-icon {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-form-wrapper form p.problem-error {
  margin-top: 6.5px !important;
  font-size: 14px !important;
}
.login-form-wrapper form .forgot-text {
  margin: 0 !important;
  padding-top: 16.25px !important;
}
.login-form-wrapper form .login-button {
  padding-top: 16.25px !important;
}

.login-signin-on.login {
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form-wrapper {
  padding: 22.75px !important;
  padding-top: 0 !important;
}
.login-form-wrapper .login-form {
  padding: 30px 30px;
  border-radius: 15px;
  background: rgba(250, 250, 250, 0.14);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(13.1px);
}
.login-form-wrapper .login-form h3 {
  color: #fff;
  font-size: 34px;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.login-form-wrapper .login-form .otp-label {
  font-size: 14px !important;
  color: #ddd !important;
}
.login-form-wrapper .login-form .form-group label.login-form-label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.login-form-wrapper .login-form .form-group {
  margin-bottom: 14px !important;
}
.login-form-wrapper .login-form .form-group .input-feild input {
  background-color: #fff;
  padding: 15px 19px !important;
  border: none !important;
}
/* loginform-icon */
.login-form-wrapper .login-form .form-group .input-feild{
  overflow: hidden;
}
.login-form-wrapper .login-form .form-group .input-feild .input-icon {
  background-color: #fff !important;
  height: auto;
}
.login-form-wrapper .login-form .form-group .input-feild .password-icon {
  top: auto !important;
  display: flex;
  align-items: center;
}
.login-form-wrapper .login-form .show-password-wrapper.show-password {
  top: 0;
  padding-top: 12px;
}

.login-form-wrapper .login-form .form-group .input-feild .input-icon i {
  font-size: 18px;
  padding: 11px 0;
}
.login-form-wrapper .login-form .forgot-text {
  font-size: 18px !important;
  text-decoration: none !important;
  font-weight: 700;
  padding-top: 0 !important;
  transition: 0.3s ease-in-out;
}
.login-form-wrapper .login-form .forgot-text:hover {
  text-decoration: underline !important;
}
.login-form-wrapper .login-form .resend-otp-btn {
  font-size: 14px !important;
  color: #ddd !important;
}

@media (max-width: 576px) {
  .login-form-wrapper {
    padding: 15px !important;
  }
  .login-logo {
    width: 190px !important;
    height: auto !important;
  }
  .login-form-wrapper .login-form {
    padding: 20px;
  }
  .login-form-wrapper .login-form h3 {
    font-size: 24px;
  }
  .login-form-wrapper .login-form .form-group label.login-form-label {
    font-size: 14px;
  }
  .login-form-wrapper .login-form .form-group .input-feild input {
    padding: 10px 19px !important;
  }
  .login-form-wrapper .login-form .form-group .input-feild .input-icon i {
    font-size: 16px;
    padding: 7px 0;
  }
  .login-form-wrapper .login-form .show-password-wrapper.show-password {
    top: 20%;
  }
  form .show-password {
    font-size: 16px;
  }
  .login-form-wrapper .login-form .forgot-text {
    font-size: 16px !important;
  }
}

.dashboard-card {
  background-color: rgba(255, 76, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}
.subheader .subheader-title {
  font-size: 20px;
  color: #000 !important;
}

.user-details-wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2) !important;
}
.user-details-wrapper .password-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  flex-wrap: nowrap;
}
.user-details-wrapper .card-title {
  font-size: 18px !important;
}
.user-details-wrapper label {
  /* width: 30%; */
  font-size: 16px;
}
.user-details-wrapper input {
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.user-details-wrapper input:focus {
  border-color: #ff4c00;
}
/* .user-details-wrapper .form-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 16px;
	transition: 0.3s ease-in-out;
}
.user-details-wrapper .form-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:focus{
	border-color: #FF4C00 !important;
} */

.user-details-wrapper .upload-image-wrapper .file-caption-main {
  margin-top: 10px;
}
.user-details-wrapper
  .upload-image-wrapper
  .file-caption-main
  .file-caption:focus {
  border-color: #ff4c00 !important;
}
.user-details-wrapper
  .upload-image-wrapper
  .file-caption-main
  .file-caption
  span {
  padding-top: 6px;
}

/* 11-02-25 */
.user-details-wrapper .user-details-card-body-wrapper {
  padding-bottom: 16px;
}

.user-details-wrapper .form-title-wrapper {
  padding: 20px 10px;
  border: 0.75px solid #ddd;
  border-radius: 10px;
  margin-inline: 0;
}
.user-details-wrapper .form-title-wrapper label.title-label {
  width: 100%;
}
.user-details-wrapper form .module-actions {
  font-size: 18px;
  color: #000;
}
.user-details-wrapper form .module_action_checkbox {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 100%;
}
.user-details-wrapper .checkbox>input:checked~span{
  background: #ff4c00;
}
.user-details-wrapper form .module_action_checkbox .module_parent {
  margin-bottom: 10px;
}
.user-details-wrapper form .module_action_checkbox .module_parent label {
  font-size: 17px;
  width: 100%;
  align-items: start;
}
.user-details-wrapper form .module_action_checkbox .action_child {
  display: grid;
  grid-template-columns: repeat(2, 100px);
  gap: 10px;
}

.user-details-wrapper table thead th.table-title-action {
  padding-left: 26px;
}

/* 19.02.2025 */
.form-control:focus {
  border-color: #ff4c00;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
  .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #ff4c00;
}
.form-control:disabled {
  cursor: not-allowed;
}
.iti__country-list {
  z-index: 1062 !important;
}

/* 20.02.2025 */
.dataTables_wrapper .dataTable thead th {
  text-wrap: nowrap;
}
.plan-captiontext {
  min-height: 21px;
}
.restaurant-reports-tabale tbody tr td:nth-child(3) {
  min-width: 120px;
}
