.custom-input {
    height: 50px;
    background: transparent;
    border-radius: 13px;
}
.product-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 10px;
}
.dt-buttons.btn-group.flex-wrap {
    display: none;
}
.logo-text {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
button.btn.btn-primary.btn-custom {
    width: 100%;
    height: 50px;
    padding: 0 var(--btn-padding);
    transition: inherit;
    transition-property: color, background-color, border, border-radius,
        visibility;
    border: #e34f4d;
    border-radius: var(--btn-border-radius, 9999999px);
    background-color: #e34f4d;
    color: white;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
    font-size: medium;
    white-space: nowrap;
    cursor: pointer;
}
label {
    font-weight: 600;
    color: #0f254d;
    margin-bottom: 0.5rem;
}
.update-profile-sec {
    margin-left: 38px !important;
    margin-top: 14px;
    padding: 27px;
    background: white;
    border-radius: 15px;
}
.card-heading {
    font-weight: bolder;
    line-height: 43px;
    font-size: xx-large;
    width: 55%;
    font-family: system-ui;
    color: #e34f4d;
    text-transform: capitalize;
    margin-bottom: 39px;
}

.custom-btn {
    color: #ffffff !important;
    background: #e34f4d;
    border: 1px solid #e34f4d;
}
.custom-btn:hover {
    color: #ffffff !important;
    background: #25a8de;
    border: 1px solid #25a8de;
}

.btn-dark,
.btn-secondary {
    color: #ffffff !important;
    background: #e34f4d;
    border: 1px solid #e34f4d;
}

.btn-dark:hover,
.btn-secondary:hover {
    color: #ffffff !important;
    background: #25a8de;
    border: 1px solid #25a8de;
}

.custom-textarea {
    height: 150px;
    background: transparent;
    border-radius: 13px;
}
.btn-back {
    width: max-content;
    height: 45px;
    padding: 11px 18px 13px 18px;
    contain-intrinsic-block-size: auto 100px;
    border: #e34f4d;
    border-radius: 12px;
    background-color: #e34f4d;
    color: white;
    font-size: medium;
    float: right;
}
img.small-img {
    width: 100px;
    object-fit: cover;
    height: 50px;
    border-radius: 0px 10px 10px 0px;
}
.form-control[type="file"] {
    border-radius: 10px 0px 0px 10px !important;
}
.flex {
    display: flex;
}
.success {
    background: #10254d;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.img-cover {
    object-fit: contain;
    border: 1px solid #49505747;
}

.error {
    background: red;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.cke_notification.cke_notification_warning {
    display: none;
}

.bg-login-overlay {
    background: #fd85b2 !important;
}


.btn-primary {
    background-color: #fc88b3;
    border-color: #fc88b3;
}