.chabok-dashi-menu {
	background: var(--mainBg);
	border-radius: 10px;
	height: auto;
    width: 20%;
    float: right;
    color:#fff;
}
.dashi-content {
    width: 80%;
    float: right;
    padding-right: 34px;
}
p.dashi-no-record {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 25px;
	text-align: center;
}
.dashi-content-block .check-out-food {
    display: none;
}
.chabok-dashi-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dashi-content-block {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 11px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 9px #eee;
}
.chabok-dashi-menu ul li a.chabok-active::after,
.chabok-dashi-menu ul li a:hover::after {
    content: '';
    background: red;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    right: 0;
    z-index: 2;
    width: 5px;
    border-radius: 100px;
    height: 37px;
    margin: auto 0;
}
.chabok-dashi-menu ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
	margin-bottom: 9px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.chabok-dashi-menu ul li a span {
    z-index: 3;
    position: relative;
}
.chabok-dashi-menu ul li a img {
    filter: invert();
    position: relative;
    z-index: 3;
    width: 25px;
    height: 25px;
}
.dashi-content .chabok-error,
.chabok-message.error {
	background: #ffc9c9;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.dashi-content .chabok-success,
.chabok-message.success {
	background: #c9ffe6;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.dashi-content .chabok-form-field.chabok-error {
	background: none;
	color: red;
	padding-top: 0;
	padding-bottom: 0;
}
.dashi-content .error-help {
	font-size: 12px;
}


.dashi-content {
   
    overflow: hidden;
    transition: filter 0.3s ease;
}

.dashi-content.chabok-loading {
    filter: blur(5px); /* محو کردن محتوا */
}

.dashi-content.chabok-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

.dashi-content.chabok-loading::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.tabs {
  display: flex;
  background: transparent !important;

}
#tab-links {
    width: 20%;
    background: #eee;
  border-top: 0;
  display: block;
  border-radius: 11px;
}
.dashi-start .tabs section {
    width: 80%;
    padding: 31px;
    border-top: 0;
}
.tabs > ul {
    flex-wrap: wrap;
}
.chabok-container.dashi-start .tabs > ul li {
    width: 100%;
}
.tabs > ul li a.active {
  background: #182769 !important;
  color: #FFF !important;
}
.tabs > ul li a:hover {
      background: #192b7c !important;
  color: #FFF !important;
}
.tabs > ul li a {
  background: transparent !important;
  color: #000 !important;
}
.chabok-container.dashi-start .ftr.chabok-col-100.mgt-25 {
  margin-top: 50px;
}