.img-box {
    height: 25px;
    width: 25px;
    display: inline-block;
    /* margin-right: 10px; */
}

.modal {
    --bs-modal-margin: 20px;
    --bs-modal-width: calc(var(--content-max-width) - (var(--bs-modal-margin) * 2));
    --bs-modal-border-radius: 20px;
    --bs-modal-padding: 38px 25px;
}

.modal-dialog {
    /* max-width: var(--bs-modal-width); */
    margin-left: auto;
    margin-right: auto;
    pointer-events: stroke;
}

/* .modal-backdrop {
    --bs-backdrop-opacity: 1;
    background: rgba(0, 0, 0, 0.30);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
} */

.hide {
    display: none !important;
}

.content {
    font-family: "Skranji", cursive;
    background: radial-gradient(#fffbf3, #ffe19e);
    padding: 24px;
    box-sizing: border-box;
    /* border-radius: 20px 18px 20px 18px; */
    box-shadow: 0px 0px 0px 6px #5e1e21, 0px 0px 8px 6px #84222b,
        inset 0px 0px 15px 0px #614506, 6px 6px 1px 1px #e66565,
        -6px 6px 1px 1px #e66565;
    text-align: center;

    p {
        font-size: 45px;
        padding: 25px;
        box-sizing: border-box;
        color: #461417;
        margin-top: 0px;
        line-height: 60px;
    }
}

.info-box {
    margin-top: 20px;
}

.width-100 {
    width: 100%;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.account-box {
    max-width: 400px;
    margin: auto;
}

.avatar-box {
    margin: auto;
    width: 120px;
    height: 120px;
}

.input-style {
    margin-top: 0px;
}

.button-box {
    background-color: #222;
    border: 0;
    padding: 10px;
    border-radius: 10px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.button-box :hover {
    background-color: red;
}

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

.p-error {
    font-size: 20px !important;
}

.reset-container {
    text-align: right;
    margin-top: 20px;
}

.noClick {
    pointer-events: none;
    color: grey !important;
}

.danger {
    background-color: red;
}

.cancel {
    /* max-width: 150px; */
}

.icon img {
    width: 100%;
    height: 100%;
}