/*====== CMS sets ========  */
.showing_dlt_box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  align-items: center;
}

.showing_selected_box {
  display: flex;
  gap: 30px;
  align-items: center;
}

.show_page_block {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
}

h4.showing_title {
  color: #40444d;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.show_page_block .form-label {
  color: #40444d;
  font-size: 14px;
  margin-bottom: 0;
}

.cms_action_box .interface_icon svg path {
  fill: #e53f9e;
}
.cms_action_box .interface_icon .svg-icon-danger svg rect {
  fill: #e53f9e;
}
.cms_action_box .interface_icon .svg-icon-danger svg {
  width: 27px;
  height: 27px;
}
.cms_action_box .interface_icon svg:hover path {
  fill: #dd057f;
}

.cms_action_box .interface_icon {
  background-color: transparent;
  border: 0;
}

/* Cms page details */

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

.cms_dlt_option li {
  display: flex;
  gap: 10px;
  width: 100%;
}

.cms_list_name {
  display: block;
  flex: 0 0 320px;
  font-size: 16px;
  color: #40444d;
  font-weight: 400;
}

.cms_list_policy {
  color: #40444d;
  font-weight: 500;
  display: block;
  padding-bottom: 18px;
  font-size: 16px;
}

.new_btn_box button {
  border-radius: 4px;
  border: 1px solid #e53f9e;
  background: #e53f9e;
  display: flex;
  width: 154px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.7s ease-in-out;
}

/* cms edit */
textarea.form-control {
  min-height: 180px;
  resize: none;
}

.cms_edit_box {
  padding-top: 20px;
}
.payment_plan_management_wrap table tr .min-widht-0 {
  min-width: 0;
}
.cms_edit_box .data_save_btn {
  justify-content: end;
}

.max_hightFixd {
  max-height: 140px;
  display: block;
  overflow-y: scroll;
  width: 600px;
}

.max_hightFixd::-webkit-scrollbar {
  background-color: transparent;
  border-radius: 5px;
  width: 5px;
}
.max_hightFixd::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}
.table_fixd_content .table > tbody {
  vertical-align: baseline;
}
/* 09-11-23 */
.ck.ck-rounded-corners {
  height: 150px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .max_hightFixd {
    width: 300px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
  .showing_dlt_box {
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 18px;
  }
  .chaets_table_text {
    white-space: normal;
}
  .showing_selected_box {
    gap: 15px;
    flex-wrap: wrap;
  }

  .payment_plan_management_wrap.cms_wrap_box table tr th {
    min-width: unset;
    white-space: nowrap;
  }

  .payment_plan_management_wrap.cms_wrap_box table td {
    white-space: nowrap;
  }
}

@media (max-width: 991.98px) {
  .cms_list_name {
    flex: 0 0 270px;
  }

}

@media (max-width: 767.98px) {
  .cms_list_name {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .cms_dlt_option li {
    gap: 1px;
    flex-direction: column;
  }

  .cms_list_policy {
    padding-bottom: 12px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
}
