/* ////// */
.font-20{
    font-size: 20px;
    font-weight: 600;
}
.box {
    width: 30%;
    background-color: #EBF5E6;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    color: #54AF1A;
    display: inline-block;
    box-sizing: border-box;
    flex: 0 0 30%;
    border: 1px solid #ccc;
}
.box-item {
    display: flex;
    flex-wrap: wrap;
}

.subpoint {
    margin: 0;
}

.box h3,
.box p {
    display: inline-block;
    margin: 0;
}
.mr-10{
    margin-right: 10px !important;
}

.ml-35{
    margin-left: 35px;
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .box {
        width: 100%;
        flex: 0 0 100%; /* Adjust the width of each box for larger screens */
    }
}

/* file css */
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.popup {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 30%;
    font-weight: bolder;
    border-radius: 10px;
}

.popup-content button {
    display: inline;

    margin: 0 auto;
    height: 35px;
    margin-top: 10px;
    width: 100px;
    padding: 0px 10px;
}

.show {
    display: block;
}

h1 {
    color: green;
}

.err {
    color: red;
    font-weight: 500;
}

.popup-content table {
    border: none !important;
}

.popup-content table tr td {
    padding: 0px !important;
    border: none !important;
}


.popup-content input,select {
    margin-top: 20px;
    border: 1px #ccc solid !important;
    border-radius: 5px;
    height: 33px;
}

@media (max-width: 570px) {
    .popup-content {
        width: 80%;
        margin-top: 103px;
    }

}

#closePopup {
    background: #9f1f1f;
}

.avldiv {
    font-size: 20px;
    font-weight: 500;
    color: rgb(13 12 68);
    margin-bottom: 10px;
}

#avldiv {
    border: 2px solid;
    text-align: center;
    padding: 20px;
    margin: 40px;
    border-radius: 20px;
}

body .header h4.site-title,
		body .header p.site-description {
			color: #252525;
}

button:disabled {
    cursor: not-allowed !important;
}