@media screen and (max-width: 850px){
.zest-form-table tr {
    flex-direction: column;
    align-items: flex-start;
}
}

.zest-block-global {
    padding: 1px 20px;
    border-radius: 8px;
    background: white;
    box-shadow: 1px 1px 0px 0px rgb(59 65 94 / 28%), 1px 1px 2px 0px rgb(0 0 0 / 18%);;
	margin: 10px 0px;
}
.zest-view-block-footer .zest_save_settings {
    padding: 10px 40px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    background: #003985;
    color: white;
	cursor:pointer;
}
.zest-view-heading {
    margin-top: 10px;
	margin-bottom: 10px;
}
.zest-view {
    margin-right: 20px;
}
h3.zest-view-heading-01 {
    font-size: 20px;
}
.zest-view-block-heading {
    padding: 17px 20px;
    font-size: 18px;
    background: #ebfff1;
    border-bottom: 1px solid grey;
    margin: -1px -20px 10px -20px;
    border-radius: 8px 8px 0px 0px;
}
h4.zest-view-block-heading-01 {
    margin: 0;
}
.zest-form-table input,.zest-cust-table input {
    width: 100%;
    max-width: 600px;
    border: 1px solid #d1d1d1;
}
.zest-form-table tr,.zest-cust-table tr {
    display: flex;
    margin: 30px 0px;
	gap : 5px;
	align-items: center;
}
table.zest-cust-table tr td div {
    font-size: 13px;
}
.zest-form-table th,.zest-cust-table th {
    width : 30%;
	white-space:nowrap;
	font-size: 15px;
    font-weight: 600;
	text-align: left;
}
.zest-form-table td,.zest-cust-table td {
	width : 70%;
}
input.zest-banner-toggle {
    width: auto;
    transform: translate(140px, 0px);
}

.zest_suggestion_div p {
	display:none;
    background: #5b5b5b;
    padding: 6px 10px;
    border-radius: 5px;
    color: white;
    position: absolute;
    bottom: 20px;
    margin-left: -45px;
	width: 150px;
	text-wrap: wrap;
	z-index: 999;
}
.zest_suggestion_div p:after {
    content: " ";
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-top: 12px solid #5B5B5B;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    transform: translate(34px, 5px);
}
.zest_suggestion_div span {
    cursor: pointer;
}
.zest_suggestion_div {
    position: relative;
}
input.zest-empty-field {
    box-shadow: -1px -2px 4px 2px rgb(250 41 41 / 13%), 0 3px 6px 0 rgb(255 0 0 / 29%);
}
input.zest_color_input {
    width: 50px;
}
.loader {
	width: 100%;
	height: 100%;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.loader span{
    color: #fa0000;
    letter-spacing: 15px;
    font-size: 25px;
    animation: loading 1.5s ease-in-out infinite;
    opacity: 0;
}
.loader span:nth-child(1){
    animation-delay: .1s;
}
.loader span:nth-child(2){
    animation-delay: .2s;
}
.loader span:nth-child(3){
    animation-delay: .3s;
}
.loader span:nth-child(4){
    animation-delay: .4s;
}
.loader span:nth-child(5){
    animation-delay: .5s;
}
.loader span:nth-child(6){
    animation-delay: .6s;
}
.loader span:nth-child(7){
    animation-delay: .7s;
}
.loader span:nth-child(8){
    animation-delay: .8s;
}
@keyframes loading {
    50%{
        opacity: 1;
    }
}
.chart-container-month {
    position: relative;
    margin: auto;
    height: 80vh;
    /* width: 80vw; */
    padding: 10px;
  }
#user-round-chart-state {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 20px;
}
.self-detail-chunk {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 80%;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}
.self-detail-chunk label {
    z-index: 111;
    background: #6e008f;
    width: fit-content;
    margin: auto;
    margin-bottom: -9px;
    border: none;
    border-radius: 25px;
    font-size: 12px;
    color: white;
    padding: 0px 10px;
}
.self-detail-chunk input {
    padding: 5px 10px;
    border-radius: 25px;
    border: 1px solid #6e008f;
    text-align: center;
}
.self-detail-submit{
    width: fit-content;
    margin: auto;
    padding: 5px 40px !important;
    border-radius: 25px;
    border: none ;
    background: #6e008f;
    color: white;
}
span.zest-act,span.zest-dct {
    font-size: 15px;
    background: red;
    padding: 0px 10px;
    vertical-align: text-bottom;
    border: none;
    border-radius: 15px;
    color: white;
    margin-left: 10px;
}
span.zest-act{
	background:#029313;
}