.chabok-rwa-container {
  overflow: hidden;
  margin-bottom: 20px;
}
.rwa-25 {
  width: 25%;
  float: right;
}
.rwa-20 {
  width:20%;
  float: right;
}
.rwa-100 {
  width: 100%;
  float: right;
}
.rwa-pdd {
  padding:0 10px;
}
.rwa-info {
  background-color: #c6e6fc;
  border-radius: 10px;
  padding: 6px 13px;
}
.rwa-warning {
    background-color: #fce6c6;
    border-radius: 10px;
    padding: 6px 13px;
}
.rwa-item {
  padding:0 10px;
}
.rwa-25:nth-child(1) .rwa-item {
  padding-right: 0;
}
.rwa-25:nth-child(4) .rwa-item {
  padding-left: 0;
}
.rwa-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.rwa-item.rwa-course-item {
  padding: 0 10px;
}
.rwa-25:nth-child(4) .rwa-item.rwa-course-item,
.rwa-25:nth-child(1) .rwa-item.rwa-course-item {
  padding: 0 10px;
}
.rwa-course-item img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.rwa-flex {
  display: flex;
}
.rwa-course-image-container {
  position: relative;
  overflow: hidden;
  display: flex;
}
.rwa-hover-visible {
  visibility: hidden;
  opacity: 0;
  transition: all 400ms;
  position: absolute;
  z-index: 88;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rwa-btn-group {
  width: 80%;
  text-align: center;
  margin: auto;
}
.rwa-course-object:hover .rwa-hover-visible {
  visibility: visible;
  opacity: 1;
  transition: all 400ms;
}
.rwa-hover-visible button.rwa-course-zoom {
  background-color: rgb(0, 0, 114);
}
.rwa-hover-visible button {
  width: 100%;
  margin-bottom: 10px;
  border:1px solid #fff;
}
.rwa-course-content h4{
  margin:3px 0;
  text-align: center;
}
.rwa-course-content .price {
  text-align: left;
}

.rwa-btn-group .price {
  background: #fff;
  margin-top: 18px;
  color: #535353;
  border-radius: 3px 3px 0 0;
  margin-bottom: -3px;
  font-size: 12px;
  padding: 1px 0 3px;
}
.rwa-btn-group .price ins {
  text-decoration: none;
}

/** forms **/
.rwa-label {
  display: block;
}
.rwa-33 {
  width: 33.3333%;
  float: right;
}
.rwa-50 {
  width: 50%;
  float: right;
}
.rwa-100 {
  width: 100%;
  float: right;
}
.rwa-field-group input,
.rwa-field-group textarea,
.rwa-field-group select {
  width: 100%;
  background: #f7f7f7;
  padding:13px;
}
.rwa-field-group input:read-only {
  cursor: not-allowed;
}
span.legal-only.chabok-active.inline-bl {
    display: inline-block;
}
.rwa-field-group select {
  padding:12px;
}
.rwa-field-group {
  padding: 0 10px;
  margin-bottom: 22px;
}

.rwa-hidden-now.rwa-hidden {
  opacity: 0;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
}
.rwa-show {
  display: none;
}
.rwa-show-now.rwa-show {
  opacity: 1;
  height: auto;
  width: auto;
  position: unset;
  display: inherit;
}
.rwa-form-message.rwa-success {
  background: #ceffce;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.rwa-form-message.rwa-error {
  background: #ffcece;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.rwa-preview label {
  font-weight: bold;
  margin-bottom: 7px;
}
.rwa-course-table ins {
  text-decoration: none;
}
.rwa-preview label {
  font-weight: bold;
  margin-bottom: 7px;
}
.rwa-field-group .rwa-error {
  color: red;
  font-size: 11px;
  position: absolute;
}
.rwa-form-message.rwa-error {
  position: relative;
  font-size: inherit;
  color: inherit;
}
.rwa-preview-value {
  color: #333;
}
.rwa-preview .rwa-field-group {
  border: 1px solid #ccc;
  margin: 0;
  padding: 12px;
}
.rwa-result {
  padding: 0 10px;
}
.rwa-preview {
  border: 1px solid #ccc;
  overflow: hidden;
}
.rwa-form-container {
  position: relative;
}
.rwa-form-container.submiting form {
  filter: blur(5px);
}
.rwa-form-container.submiting::before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  border: 3px solid #000;
  border-right: 3px solid transparent;
  margin: auto;
  animation: rwa-spin infinite ease 2s;
}
@keyframes rwa-spin {
  from {transform: rotate(0deg);}
  to {transform:rotate(360deg);}
}


.rwa-box-group {
    margin-bottom: 10px;
}
.rwa-switch-btn {
    padding: 28px 20px;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #000;
    border-radius: 6px;
    transition: background-color 0.3s;
    font-weight: 900;
    color: #2848c4;
}
.rwa-switch-btn:hover {
    background-color: #063283;
    color:#fff;
}
.rwa-content-box {
    display: none;
}
.rwa-select-container {
  position: relative;
}
.rwa-reset-input {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 43px;
}


#course-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

#course-table th,
#course-table td {
    padding: 14px 20px;
    text-align: right;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
}

#course-table th {
    background-color: #f5f7fa;
    font-weight: bold;
    color: #111;
    font-size: 16px;
}

#course-table tbody tr:hover {
    background-color: #f0f8ff;
    transition: background-color 0.3s ease;
}

#submit-courses {
    margin-top: 16px;
    padding: 10px 25px;
    font-size: 15px;
    background-color: #007aff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#submit-courses:hover {
    background-color: #005fcc;
}

#submit-status {
    margin-top: 10px;
    font-size: 14px;
}
.step-status {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  padding: 4px 10px;
  border-radius: 28px;
  background: #fff;
  margin-left: 10px;
}
.remove-course {
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 400ms;
    line-height: 0;
}
.remove-course:hover {
    background-color: transparent;
    transform: rotate(360deg);
    transition: all 400ms;
}
.rwa-icon-item h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 5px;
  color:#193182;
}
.rwa-icon-item {
  position: relative;
}
.rwa-icon-item {
  background-color: #fcfcfc;
  border-radius: 10px;
  padding: 24px 66px 60px;
  height: 100%;
  border: 1px solid #ccc;
}
.rwa-25 .rwa-item {
  height: 100%;
}
.rwa-item a .rwa-icon-item img {
  transform: scale(1);
  transition: all 300ms;
}
.rwa-item a:hover .rwa-icon-item img {
  transform: scale(1.1);
  transition: all 300ms;
}
.rwa-item a:hover h4 {
  color:rgb(222, 3, 2);
}
.rwa-details-header {
  display: flex;
  justify-content: space-between;
}
.step-details p {
  margin: 5px 0;
}
.step-details {
  background: #eee;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.responsive-table {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  font-family: inherit;
  margin-top: 24px;
  direction: rtl;
}
.table-row-details {
  padding: 0 20px;
}
.table-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.table-header {
  background: #1976d2;
  color: #fff;
  font-weight: bold;
}
.table-row > div {
  flex: 1 1 120px;
  padding: 12px 8px;
  min-width: 100px;
  text-align: center;
  word-break: break-word;
}
.table-row:last-child {
  border-bottom: none;
}
@media (max-width: 800px) {
  .table-row, .table-header {
    flex-direction: column;
  }
  .table-row > div, .table-header > div {
    min-width: unset;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
  }
  .table-row > div:last-child, .table-header > div:last-child {
    border-bottom: none;
  }
}