@charset "UTF-8";
/* Block */
.wp-block-create-block-block-symptoms {
  width: 100% !important;
  max-width: 90% !important;
}

.ck-editor__editable {
  min-height: 300px;
}

.showOption {
  display: none;
}
.showOption.show {
  display: block;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
}
.c-card.custom {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.c-card.hover:hover {
  box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.2);
}

.c-card-body {
  flex: 1 1 auto;
}

.c-card-title {
  margin-bottom: 0.5rem;
}
.c-card-title h4 {
  font-size: 1.25rem !important;
  margin: 0px;
  font-weight: 600 !important;
}
.c-card-title.custom {
  margin-bottom: 0.5rem;
  margin-left: 0px !important;
  border-bottom: none !important;
  padding-left: 0px !important;
}
.c-card-title.custom h3 {
  font-size: revert !important;
  color: revert !important;
  line-height: revert !important;
  font-weight: bold !important;
}

.c-card-subtitle {
  margin-top: -0.25rem;
}

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

.justify-content-between {
  justify-content: space-between;
  align-items: center;
}

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

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

.w-25 {
  width: 25%;
}

.w-33 {
  width: calc(33.3333333333% - 20px) !important;
  margin: 0px 10px;
}

.w-50 {
  width: calc(50% - 20px) !important;
  margin: 0px 10px;
}

.w-20 {
  width: 20%;
}

.c-card.w-20 {
  width: calc(20% - 20px);
  margin: 0px 10px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:disabled {
  cursor: no-drop;
}
.btn svg {
  position: relative;
  top: 2px;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.m--10 {
  margin: 0px -10px;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ms-5 {
  margin-left: 5px;
}

.remove-button {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove-button svg {
  position: relative;
  top: 2px;
}

.position-relative {
  position: relative !important;
}

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

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

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

.ps-2 {
  padding-left: 2rem !important;
}

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

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

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

.ps-1 {
  padding-left: 2rem !important;
}

.edit-post-visual-editor .components-button {
  padding: 0 10px !important;
}

.view-image {
  border: 1px solid #ebebeb;
  padding: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.view-image img {
  max-width: 150px !important;
  display: block !important;
  height: auto !important;
  border-radius: 5px;
}
.view-image-video {
  max-width: 400px;
}

.view-button {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

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

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

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

label {
  display: inline-block;
}

.form-label {
  margin-bottom: 0.5rem;
}

button:disabled {
  cursor: no-drop !important;
  opacity: 0.5;
}

* {
  box-sizing: border-box;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.components-select-control {
  border: none;
  padding: 0px;
}

.btn-absolute {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  max-width: 200px;
}
.btn-absolute-top {
  top: 10px;
  bottom: auto;
}

.wp-block-create-block-block-feature,
.wp-block-create-block-block-yayoidou,
.wp-block-create-block-block-pickup,
.wp-block-create-block-block-slider,
.wp-block-create-block-block-greeting,
.wp-block-create-block-block-group,
.wp-block-create-block-block-staff,
.wp-block-create-block-block-health,
.wp-block-create-block-block-headache,
.wp-block-create-block-block-trouble,
.wp-block-create-block-block-introduction,
.wp-block-create-block-block-author,
.wp-block-create-block-block-cause,
.wp-block-create-block-block-sub-staff,
.wp-block-create-block-block-sub-menu,
.wp-block-create-block-block-sub-profile,
.wp-block-create-block-block-sub-flow,
.wp-block-create-block-block-sub-for-first-time,
.wp-block-create-block-block-contact,
.wp-block-create-block-block-staff-back-color,
.wp-block-create-block-block-staff-back-white,
.wp-block-create-block-block-sub-faq,
.wp-block-create-block-block-trouble-two,
.wp-block-create-block-block-menu,
.wp-block-create-block-block-sns-links,
.wp-block-create-block-block-sub-menu-one,
.wp-block-create-block-block-sub-menu-two,
.wp-block-create-block-block-facilities,
.wp-block-create-block-block-history,
.wp-block-create-block-block-infomation,
.wp-block-create-block-block-time,
.wp-block-create-block-block-sub-new,
.wp-block-create-block-block-column,
.wp-block-create-block-block-sub-checkbox,
.wp-block-create-block-block-sub-wrap-around,
.wp-block-create-block-block-banner-list,
.wp-block-create-block-block-new,
.wp-block-create-block-block-image,
.wp-block-create-block-block-tab-content {
  max-width: 90% !important;
}

sup.count {
  color: red;
  font-size: 13px;
  font-weight: 500;
}

.ql-container {
  min-height: 75px !important;
}

.heading-block {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heading-block h1 {
  margin: 0px;
  font-size: 20px;
}

.border-block {
  padding: 2rem;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
}

.components-text-control__input:disabled {
  background: #ebebeb !important;
  cursor: no-drop !important;
}

.input-sort {
  max-width: 400px;
}

.heading-pc {
  position: relative;
}
.heading-pc:before {
  content: "PC";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #84b852;
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.inline-pc {
  background: blue;
}

.inline-sp {
  background: green;
}

.block-group-button {
  display: inline-block;
  width: 250px;
  position: relative;
  z-index: 1;
}
.block-group-button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #84b852;
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block-group-button:not(:first-of-type) {
  margin-left: 20px;
  margin-bottom: 20px;
}
.block-group-button .common-btn {
  padding: 12px 0;
  text-align: center;
  color: #84b852;
  display: block;
  position: relative;
  border: 1px solid #84b852;
  border-radius: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  cursor: pointer;
}
.block-group-button .common-btn:hover {
  transform: translate(5px, 5px);
  background-color: #84b852;
  color: #fff;
}
.block-group-button .common-btn:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #84b852;
  border-right: 2px solid #84b852;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.button-reset-config {
  font-size: 14px;
  cursor: pointer;
  padding: 0px !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-reset-config svg {
  width: 16px;
  height: 16px;
}

/* 
Button
*/
.common-btn-wrap-custom {
  display: inline-block;
  width: 250px;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  margin-bottom: 20px;
}

.common-btn-wrap-custom .underBtn-label {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-mainColor);
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: -1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.common-btn-wrap-custom:hover .underBtn-label {
  display: none;
}

.d-none {
  display: none;
}

.align-items-center {
  align-items: center;
}

.checkShowBlock {
  margin-left: 10px !important;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 600px) {
  .common-btn-wrap-custom {
    margin: 20px auto 10px;
    display: block;
  }
}
a.common-btn {
  padding: 12px 25px;
  text-align: center;
  color: var(--main-mainColor);
  display: block;
  position: relative;
  border: 1px solid var(--main-mainColor);
  border-radius: 7px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: var(--main-mainColorFont);
}

a.common-btn:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-mainColor);
  border-right: 2px solid var(--main-mainColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 8%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.common-btn:hover {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  background-color: var(--main-mainColor);
  color: var(--main-mainColorFont);
}

a.common-btn:hover:after {
  border-color: var(--main-mainColorFont);
}

/* ADD CLASSS REACT QUILL */
.my-custom-div {
  background-color: yellow;
  color: red;
  font-weight: bold;
}

.my-custom-span {
  color: blue;
  text-decoration: underline;
}

.ql-inline-pc {
  position: relative !important;
}
.ql-inline-pc:before {
  content: "PC";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000;
  font-size: 80%;
  font-weight: bold;
}

.ql-inline-sp {
  position: relative !important;
}
.ql-inline-sp:before {
  content: "SP";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000;
  font-size: 80%;
  font-weight: bold;
}

.ql-normal-size-one,
.ql-normal-size-two,
.ql-normal-size-three,
.ql-normal-size-four,
.ql-normal-size-five {
  position: relative;
  width: auto;
}
.ql-normal-size-one:before,
.ql-normal-size-two:before,
.ql-normal-size-three:before,
.ql-normal-size-four:before,
.ql-normal-size-five:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
}

.ql-normal-size-one {
  min-width: 114px;
}
.ql-normal-size-one:before {
  content: "より小さいテキスト";
}

.ql-normal-size-two {
  min-width: 114px;
}
.ql-normal-size-two:before {
  content: "小さいテキスト";
}

.ql-normal-size-three {
  min-width: 60px;
}
.ql-normal-size-three:before {
  content: "普通サイズ";
}

.ql-normal-size-four {
  min-width: 95px;
}
.ql-normal-size-four:before {
  content: "大きいサイズ";
}

.ql-normal-size-five {
  min-width: 114px;
}
.ql-normal-size-five:before {
  content: "より大きいサイズ";
}

.text-mostSmall {
  font-size: 0.8rem !important;
}

.text-Small {
  font-size: 1rem !important;
}

.text-Nomal {
  font-size: 2rem !important;
}

.text-Large {
  font-size: 3rem !important;
}

.text-mostLarge {
  font-size: 5rem !important;
}

.w-100 {
  display: block;
  width: 100%;
}

.table-history thead input {
  border: 1px solid red !important;
}

.news-list-item .cate-tag {
  display: inline-block;
  padding: 1px 5px;
  background-color: #84b852;
  color: #ffffff;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  margin: 0 3px 3px 0;
}
.news-list-item .cate-tag a {
  color: #fff;
  text-decoration: none;
}
.news-list-item .news-ttl {
  display: inline-block;
}

.close-block .close {
  display: none;
}
.close-block .open {
  display: block;
}
.close-block.active .open {
  display: none;
}
.close-block.active .close {
  display: block;
}

.wp-block-create-block-block-greeting .c-card {
  border-radius: 7px;
  border: 1px solid #ebebeb;
  margin-bottom: 2rem;
  padding: 0;
  max-width: 100%;
}
.wp-block-create-block-block-greeting .c-card-title {
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}
.wp-block-create-block-block-greeting .c-card-title h3 {
  font-size: 1rem;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}
.wp-block-create-block-block-greeting .c-card-body {
  padding: 1rem 1rem;
}
.wp-block-create-block-block-greeting .flex-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-create-block-block-greeting .flex-body .c-image {
  margin-left: 1.5rem;
}
.wp-block-create-block-block-greeting .flex-body .c-image img {
  max-width: 200px;
  display: block;
}

:root {
  --main-fontColor: #78635c;
  --main-mainColor: #84b852;
  --main-borderColor: #c9c1be;
  --main-sectionbg: #f7f1eb;
  --main-mainColorFont: #fff;
}

.wp-block-create-block-block-new .news-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-top: 1px solid var(--main-borderColor);
}

.wp-block-create-block-block-new .news-list-item:first-child {
  padding-top: 0;
  border-top: none;
}

@media screen and (max-width: 600px) {
  .wp-block-create-block-block-new .news-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wp-block-create-block-block-new .news-date {
  font-family: "Lato", sans-serif;
}

.wp-block-create-block-block-new .cate-tag a {
  background: var(--main-mainColor);
  color: var(--main-mainColorFont);
  text-align: center;
  font-size: 11px;
  padding: 1px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 15px;
}

.wp-block-create-block-block-new .news-ttl {
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wp-block-create-block-block-new .news-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 600px) {
  .wp-block-create-block-block-new .news-ttl a {
    display: block;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-create-block-block-new .news-ttl {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.wp-block-create-block-block-new .btn-wrap:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-fontColor);
  border-right: 2px solid var(--main-fontColor);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 1px;
  margin: 0 0 1px 7px;
}

.wp-block-create-block-block-new .btn-wrap .viewMore-btn {
  border-bottom: 1px solid var(--main-fontColor);
}

.wp-block-create-block-block-new .btn-wrap .viewMore-btn:hover {
  border-color: transparent;
}

.remove-listItem {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.main-page-4-block {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}

/* Tab */
.tab-block {
  margin-bottom: 2px;
}
.tab-block ul {
  margin: 0px;
  display: flex;
  justify-content: start;
  list-style: none;
}
.tab-block ul li {
  background: #ebebeb;
  margin-right: 5px;
  margin-bottom: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 10px;
}
.tab-block ul li input[type=checkbox] {
  position: relative;
  top: 3px;
  border-radius: 1px;
  border: 1px solid #fff;
  width: 1.3rem;
  height: 1.3rem;
}
.tab-block ul li input[type=checkbox]:checked::before {
  height: 1.475rem;
  width: 1.475rem;
  margin: -0.1975rem 0 0 -0.15rem;
}
.tab-block ul li a {
  display: block;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #212529;
}
.tab-block ul li a:focus {
  outline: none;
  box-shadow: none;
}
.tab-block ul li.active {
  background: #1babbb;
}
.tab-block ul li.active a {
  color: #Fff;
}

.content-block {
  border: 1px solid #ebebee;
  padding: 20px;
}

.allDataInfomation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

.containerLoader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.containerLoader.active {
  display: flex;
}

/* Loader */
.loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-align: center;
  margin: 0px !important;
}

.loader-wrapper .loader-admin {
  position: relative;
  top: calc(50% - 30px);
}

.loader-wrapper .loader-admin p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
  color: #444;
}

.loader-wrapper .loader-admin .preloader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

.loader-wrapper .loader-admin .preloader .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #007bff;
  -ms-opacity: 1;
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  display: flex;
}

.loader-wrapper .loader-admin .preloader .spinner-layer .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.loader-wrapper .loader-admin .preloader .spinner-layer .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.loader-wrapper .loader-admin .preloader .spinner-layer .circle-clipper.float-left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.loader-wrapper .loader-admin .preloader .spinner-layer .circle-clipper.float-right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
.allDataTime {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

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

.image-view {
  border: 1px solid #ebebeb;
  padding: 1rem;
  border-radius: 0.5rem;
}
.image-view img {
  max-width: 300px;
  width: auto;
  height: auto;
}

.grid__Contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.extension-mp4 {
  font-size: 14px;
  margin-top: 5px;
}
.extension-mp4 p {
  margin-bottom: 5px;
  line-height: 1;
  margin-top: 0px;
}
.extension-mp4 p:last-child {
  margin-bottom: 0px;
}
.extension-mp4 span {
  font-weight: bold;
  color: brown;
}

.show_haft_width {
  color: brown;
}

.wp-core-ui .button.input-danger {
  border-color: red;
  color: red;
  margin-left: 5px;
  display: inline-block !important;
  width: auto !important;
}/*# sourceMappingURL=boostrap.css.map */