.custom-input {
    height: 50px;
    background: transparent;
    border-radius: 13px;
}
body[data-topbar="colored"] .header-profile-user,
body[data-topbar="dark"] .header-profile-user {
    background-color: rgba(255, 255, 255, 0.25);
    display: inline-block;
}
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: #14467b;
    border-radius: var(--btn-border-radius, 9999999px);
    background-color: #14467b;
    color: white;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
    font-size: medium;
    white-space: nowrap;
    cursor: pointer;
}

.logotext {
    color: white;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: larger;
    line-height: normal;
    margin-top: 14px;
}
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: #14467b;
    text-transform: capitalize;
    margin-bottom: 39px;
}

.custom-btn {
    color: #ffffff !important;
    background: #14467b;
    border: 1px solid #14467b;
}
.custom-btn:hover {
    color: #ffffff !important;
    background: #25a8de;
    border: 1px solid #25a8de;
}

.btn-dark,
.btn-secondary {
    color: #ffffff !important;
    background: #14467b;
    border: 1px solid #14467b;
}

.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: #14467b;
    border-radius: 12px;
    background-color: #14467b;
    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;
}


.form-group .form-control {
    padding: 15px 20px;
    border-radius: 6px;
    box-shadow: none;
    background-color: #f7f7f7;
    margin-bottom: 18px;
}

#volunteer-form {
    padding: 30px 14px;
}

#volunteer-form hr {
    margin-bottom: 12px;
    margin-top: 6px;
}

#volunteer-form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.checkdiv {
    display: inline-block;
    width: 44%;
}

.voluntedit {
    display: flex;
    justify-content: start;
    align-items: center;
}

.voluntedit i {
    font-size: 20px;
}

.backbtn {
    width: auto;
    padding: 6px 34px;
    font-size: 16px;
    background-color: #4e7ca9;
    border-color: #4e7ca9;
}
