@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #212723;
    text-align: left;
    background-color: #f5f5f5;
    min-height: 100dvh;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック", "Yu Gothic", "メイリオ", "游ゴシック体", YuGothic, sans-serif;*/
}

/* Remove outline of readonly input */
.no-outline {
    outline: 0px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.scroll-bar-none::-webkit-scrollbar {
    width: 0px;
}

.scroll-bar-none::-webkit-scrollbar {
    width: 0px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100dvh;
    z-index: 999;
    background: #333;
    color: #fff;
    transition: all 0.3s;
}

.sidebar-menu-body {
    max-height: 100dvh;
    overflow-y: scroll;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top:0;
}
.overlay.active {
    display: block;
    opacity: 1;
}
/*
#sidebar ul li a{
	color:#fff;
}*/

#sidebar .sidebar-header {
    padding: 10px;
    background: #86bc42;
    padding-top: 15px;
    position: relative;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

/*hide tool text editor summernote*/
.note-popover.popover {
    display: none;
}

/*#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}*/

/*#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}*/

/*#sidebar ul li.active a,
a[aria-expanded="true"] {
    color: #333;
    background: #fff;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.container{
    /* padding-bottom: 40px;
    padding-top: 20px; */
    padding: 20px 14px 40px 14px;
}
.homepage{
    /*padding-bottom: 100px;*/
}
#content {
    width: 100%;
    min-height: 100dvh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e2f2ef;
}
.authpage{
	padding: 20px;
}
.button{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
    color: #333;
}
.button:hover{
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    color: #000;
    background: pink;
    text-decoration: none;
}
.col-left {
    display: inline-block;
    line-height: inherit;
    white-space: nowrap;
}
.col-right{

}
.head-box-step{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.content-box-step{
	padding: 10px;
}
.date-picker{
	height: 40px;
	display: block;
	line-height: 32px;
}
.nav-tabs .nav-link{
	font-size: 12px;
}
.tab-content{
	padding: 10px;
}
.under-line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	display: table;
	margin: 0;
}
.table-mypage{
	display: table;
	padding: 0;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}
.table-cell-content {
  display: inline-block; /* important !! */
  width: 100%;
}
.clickable-row {
    cursor: pointer;
}
.margin-center{
	margin: 0 auto;
}
.pl-20{
	padding-left: 20px;
}
.pl-30{
	padding-left: 30px;
}
.mt-20{
	margin-top: 20px;
}
.input-edit-mypage{
	border: 0;
    background: #fffae6;
    border-radius: 0;
}
.mb-15{
    margin-bottom: 15px;
}
.requirement{
    /*font-size: 8px;*/
    color: red;
}

.btn-green {
    color: #fff;
    background-color: #86bc42;
    border-color: #86bc42;
}
.btn-blue {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-not-active {
    color: #fff;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}
.txt-content {
    white-space: pre-line;
    word-wrap: break-word;
}
.txt-red {
    color: red;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.invalid-feedback {
    display: block;
}
.error{
    color: red;
}
input.error{
    border: 1px solid red;
}
input.valid{
    border: 1px solid green;
}
.error.valid{
    color: green;
}
.error.valid::after{
    content: "\2713";
    position: absolute;
    right: -10px;
    top: 0px;
    font-size: 24px;
    font-weight: bold;
}
#gender-radio span.error{
    position: absolute;
    top: 22px;
    left: 15px;
}
.hidden{
    display: none !important;
    width: 0;
    padding: 0;

}
.input-disable{
    border: 0;
    background: none;
}
.pt-0{
    padding-top: 0;
}
.pb-0{
    padding-bottom: 0;
}
.pd-5{
    padding: 5px;
}

.show-sp{
    display: block;
}
.show-pc{
    display: none;
}
.mb-20{
    margin-bottom: 20px;
}
.color-pink{
    color: #ff728a;
}
.handle-sortable{
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
}
.navbar-brand{
    margin-right: 0;
}
/* LINEリンク対応 by Kuzutani since 2019/12/16 */
.navbar-linelink{
	width:		auto;
	background:	white;
	padding: 	0 20px 0 20px;
}
.navbar-linelink:hover{
	background:	gainsboro;
	cursor:		pointer;
}
/* ここまで／LINEリンク対応 by Kuzutani since 2019/12/16 */

.pd-0{
    padding: 0;
}
.bt-login {
    border-width: 2px;
    border-color: rgb(134, 188, 66);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    /*width: 65px;*/
    height: 28px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 24px;
    color: rgb(134, 188, 66);
    font-weight: 600;
}

.cus-btn-login {
	border: none;
	background-color: transparent;
	padding: 0;
	/* background-image: url(../images/icons/icon_menuopen@2x.png); */
	background-size: 50px auto;
	width: 56px;
	height: 56px;
	border-radius: 0;
    background-color: #0B8B42;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.cus-btn-login img{
    width: 100%;
    height: 100%;
}
.cus-btn-login a{
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}
.bt-register-freelancer {
    border-width: 2px;
    border-color: #86bc42;
    border-style: solid;
    border-radius: 13px;
    background-color: #86bc42;
    /*width: 65px;*/
    height: 28px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}
.bt-register-farmer {
    border-width: 2px;
    border-color: #0b8b42;
    border-style: solid;
    border-radius: 13px;
    background-color: #0b8b42;
    /*width: 65px;*/
    height: 28px;
    padding: 0 8px;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
}
.banner-image{
    width: 100%;
}
.bt-register-freelancer-home{
    border-width: 1px;
    border-color: #86bc42;
    border-style: solid;
    background-color: #86bc42;
    width: 156px;
    height: 56px;
    color: #fff;
    font-size: 11px;
}
.bt-register-farmer-home{
    border-width: 1px;
    border-color: #0b8b42;
    border-style: solid;
    background-color: #0b8b42;
    width: 156px;
    height: 56px;
    color: #fff;
    font-size: 11px;
}
.bt-register-freelancer-home span{
    display: block;
    font-size: 14px;
}
.bt-register-farmer-home span{
    display: block;
    font-size: 14px;
}
.box-tutorial{
    background: #e2f2ef;
    padding-bottom: 35px;
}
.title-tutorial-home{
    font-size: 20px;
    text-align: center;
    padding: 20px 15px;
    font-weight: 600;
}
.title-tutorial-freelancer-home{
    font-size: 26px;
    font-weight: 600;
    color: #86bc42;
}
.title-tutorial-farmer-home{
    font-size: 26px;
    font-weight: 600;
    color: #0b8b42;
}
.item-slide-tutorial{
    padding: 0 10px;
}
.box-footer{
    background: #fff;
    padding: 35px 15px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.box-footer .text-title{
    font-size: 21px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.box-footer .divide{
    width: 48px;
    height: 4px;
    background-color: #089824;
    border-radius: 4px;
}
.box-footer .text-desc{
   font-size: 16px;
   font-weight: 700;
   margin-top: 10px;
}
.box-footer .text-copyright{
    font-size: 12px;
    text-align: center;
    margin: 0;
}
.box-footer .text-copyright span{
    text-decoration: underline;
}

/*Freelancer Registration*/
/*.freelancer-registration-title {
    color: #86bc42;
}*/
/*End Freelancer Registration*/

/*List Job*/
/*.modal-search-title {
    color: #86bc42;
}*/
/*End List Job*/

/*Job Info*/
.txt-green {
    color: #86bc42;
}

.select-time {
    width: 70px;
    height: 30px;
}

#map {
    width: 100%;
    height: 600px;
}

@media (max-width: 768px) {
    #map {
        height: 380px;
    }
}
/*End Job Info*/
/* ---------------------------------------------------
    vote star
----------------------------------------------------- */
/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 24px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/* Button add image */
.btn-browse-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.btn-browse-image input {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.btn-browse-image .btn-add-image {
    display: none;
    width: 120px;
    height: 120px;
    background-color: #d9d9d9;
}
.btn-browse-image .image-preview {
    display: block;
    max-width: 100%;
    max-height: 200px;
}
.btn-browse-image.no-image .btn-add-image {
    display: block;
}
.btn-browse-image.no-image .btn-add-image.btn-image {
    display: flex;
}
.btn-browse-image.no-image .image-preview {
    display: none;
}
.btn-image-browser {
    width: 120px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }

  /* Next & previous buttons */
  /* .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: black;
  } */

  /* Position the "next button" to the right */
  /* .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  } */

  /* On hover, add a black background color with a little bit see-through */
  /* .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  } */

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #0b8b42;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #0b8b42;  }

/* ---------------------------------------------------
    Medium devices (tablets, 768px and up)
----------------------------------------------------- */
@media (min-width: 768px) {
	#content {
	    width: 480px;
	    margin: 0 auto;
	    position: relative;
	}
    .show-sp{
        display: none;
    }
    .show-pc{
        display: block;
    }

}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    font-size: 20px;
    margin: -25px;
    color: #8aa4af;
}

#content {
    padding-bottom: 50px;
}

@media (min-width: 991px) {
    #content {
        width: 768px;
        margin: 0 auto;
        position: relative;
    }

}

/* Tempus Dominus Bootstrap 4 Date Time Picker */
.datepicker .datepicker-years .picker-switch {
    pointer-events:none;
}
.datepicker .datepicker-decades th,
.datepicker .datepicker-years th,
.datepicker .datepicker-months th {
    padding: 1px;
}
.bootstrap-datetimepicker-widget table tr td {
    padding: 0;
}
.timepicker .timepicker-picker td {
    padding: 1px;
}
.datepicker .table-sm td, .datepicker .table-sm th {
    padding: .3rem;
}
.picker-switch .text-ja-select-time::after {
    content: " 時間指定";
}
.picker-switch .text-ja-select-date::after {
    content: " 日付指定";
}

/* FAQ page */
.faq-question {
    background-color: #F5F5F5;
	border-left: 4px solid #80BB00;
    padding: 10px 10px !important;
}
.faq-symbol {
	/* width: 50px; */
	font-size: 28px;
    font-weight: 700 !important;
    margin-right: 11px;
}
.faq-question .faq-symbol {
	color: #80BB00;
}
.faq-answer .faq-symbol {
	color: #888;
}
/* End FAQ page */

.price-group .form-group{
    margin-bottom: 0px;
}
.group-search .price-group  .form-group .form-control {
    margin-bottom: 0px;
}
.price-group .num-unit {
    margin-top: 8px;
}
.btn-job-manual {
    display: block;
    margin-bottom: 20px;
}
.custom-form-check {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.custom-form-check  .form-check {
    margin-right: 10px;
}
.custom-form-check  .form-check .form-check-label{
    margin-top: 2px;
}
.custom-form-check  .form-check-input {
    margin-top: 8px;
}

.text-error {
    margin: 0;
    color: red;
    position: absolute;
    bottom: -15px;
}
.none-net-bank {
    text-align: center;
    line-height: 1.3;
    margin-top: 30px;
}
.stop-scrolling {
    overscroll-behavior: none;
    overflow: hidden;
    height: 100%;
}
.icon-new {
    position: absolute;
    left: 5px;
    top: 5px;
    animation: zoom-in-zoom-out 2s ease infinite;
    -webkit-animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
    }
}

.bootstrap-datetimepicker-widget .datepicker-days thead {
    position: relative;
}

.bootstrap-datetimepicker-widget .datepicker-days thead .next,
.bootstrap-datetimepicker-widget .datepicker-days thead .prev {
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bootstrap-datetimepicker-widget .datepicker-days thead .prev span,
.bootstrap-datetimepicker-widget .datepicker-days thead .next span {
    font-size: 15px;
}

.bootstrap-datetimepicker-widget .datepicker-days thead .next.disabled,
.bootstrap-datetimepicker-widget .datepicker-days thead .prev.disabled {
    background-color: black!important;
    color: white!important;
    opacity: 0.3!important;
}

/* CategoryCropSelector */
.category-crop-selectors .selector {
    position: relative;
    display: inline-block;
}
.category-crop-selectors .selector > .main {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px;
    cursor: pointer;
    border: 1px solid gray;
    color: black;
}
.category-crop-selectors .grand-parent-list {
    width: 100%;
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px #0b8b4246;
    z-index: 11;
    display: none;
}
.category-crop-selectors .grand-parent-list .grand-parent-item {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}
.category-crop-selectors .grand-parent-list .grand-parent-item>.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.category-crop-selectors .parent-list {
    width: max-content;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: white;
    box-shadow: 0 0 10px #0b8b4246;
    display: none;
    z-index: 12;
}
.category-crop-selectors .parent-item {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}
.category-crop-selectors .parent-item >.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.category-crop-selectors .category-list {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: white;
    box-shadow: 0 0 10px #0b8b4246;
    display: none;
    z-index: 13;
}
.category-crop-selectors .category-list .category-item {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}
.category-crop-selectors .selector:hover > .grand-parent-list {
    display: block;
}
.category-crop-selectors .grand-parent-list .grand-parent-item:hover {
    background-color: #0b8b42;
}
.category-crop-selectors .grand-parent-list .grand-parent-item:hover > .main {
    color: white;
}
.category-crop-selectors .grand-parent-list .grand-parent-item:hover > .parent-list {
    display: block;
}
.category-crop-selectors .parent-item:hover {
    background-color: #0b8b42;
}
.category-crop-selectors .parent-item:hover > .main {
    color: white;
}
.category-crop-selectors .parent-item:hover > .category-list {
    display: block;
}
.category-crop-selectors .category-item:hover {
    background-color: #0b8b42;
    color: white;
}
@media screen and (max-width: 682px) {
    .category-crop-selectors .parent-list,
    .category-crop-selectors .category-list {
        left: 50%;
        top: 100%;
    }
}

.w-80 {
    width: 80%!important;
}
.w-20 {
    width: 20%!important;
}
.w-15 {
    width: 15%!important;
}
.item-category-expirence {
    display: flex;
    align-items: center;
    gap: 15px;
}
.item-category-expirence .wrap-icon {
    width: 10%;
}
.item-category-expirence img {
    width: 100%;
}
.item-category-expirence .text {
    font-size: 14px;
    width: 90%;
}

.home-title {
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 28px;
}

.home-content-container-1 {
    padding: 49px 100px 62px;
    background-color: #FFFFFF;
}

.home-title-underline {
    width: 48px;
    height: 4px;
    background-color: #089824;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 13px;
}

.home-content-1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
}

.home-title-2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    background-color: #F5F5F5;
    min-height: 35px;
    max-width: 491px;
    margin: 0 auto;
}

.home-content-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.margin-home-content-1 {
    margin: 44px 0 16px;
}

.button-title-1 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin: 20px 0 10px;
}

.btn-register-home {
    width: 296px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: #1537AB;
    align-self: center;
    line-break: auto;
}

.btn-register-supporter {
    border: 2px solid #04278A;
    background-color: #1537AB;
}

.btn-register-farmer {
    border: 1px solid #08761F;
    background-color: #0B8B42;
}

.box-guide-step {
    padding: 56px 0px 53px;
}

.introduce-image {
    width: 70%;
    margin-top: 33px;
}

.margin-home-title-2 {
    margin-top: 40px;
}

.margin-home-content-2 {
    margin: 15px 0;
}

.green-background {
    background-color: #E2F2EF;
}

.home-content-3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.margin-home-content-3 {
    margin-bottom: 23px;
}

.block-white {
    background-color: #FFFFFF;
    padding: 15px 45px;
    max-width: 509px;
    margin: 15px auto;
}

.margin-top-53 {
    margin-top: 53px;
}

@media (max-width: 575.98px) {
    .home-title {
        font-size: 21px;
    }

    .home-content-1 {
        font-size: 14px;
        text-align: left;
    }

    .home-content-container-1 {
        padding: 49px 24px 62px;
    }

    .box-guide-step {
        padding: 45px 34px 46px;
    }

    .introduce-image {
        width: 100%;
        margin-top: 19px;
    }

    .home-content-2 {
        text-align: left;
    }

    .block-white {
        padding: 15px 24px;
    }
}

@media (max-width: 990.98px) {
    .home-content-container-1 {
        padding: 49px 24px 62px;
    }

    .box-guide-step {
        padding: 45px 24px 46px;
    }

    .introduce-image {
        width: 100%;
        margin-top: 19px;
    }
}

.underline {
    text-decoration: underline;
}

.normal-href {
    color: inherit;
}

#sidebar .user-name {
    font-size: 13px;
    font-weight: 700;
}

.loading {
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

.loading::before {
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    position: absolute;
    border-radius: 7px;
    opacity: 0.4;
}

.loading:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    display: none;
    position: absolute;
    width: 100%;
    height: 39px;
    align-items: center;
    justify-content: center;
    background: rgb(201 201 201 / 50%);
    z-index: 5;
}

.lds-ellipsis div {
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #9b9b9b;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    display: inline-flex;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
