.custom-input {
    height: 50px;
    background: transparent;
    border-radius: 13px;
}

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;
}
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;
}

.img-thumbnail {
    display: inline-block;
    max-width: 70px;
    height: auto;
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.img-thumbnail:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.update-testimonials-sec {
    background: white;
    padding: 30px;
    border-radius: 50px;
}

.card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-dash .avatar-sm {
    width: 30%;
    margin: 0 auto;
}

.main-dash .avatar-title {
    font-size: 30px;
    background-color: transparent !important;
}

.main-dash i {
    color: #fff;
}

.main-dash .btn {
    background-color: transparent;
    border-color: #fff;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 14px;
}

.dashhead {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.main-dash .card {
    background: #0d2248;
}


.main-dash .card {
    padding: 18px 0;
}


@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .main-dash .col-xl-3 {
        width: 33%;
    }
}
.main-dash i {
    color: #f5a61e;
}

span.theme-color {
    color: #f5a61e !important;
}

.header-profile {
    display: flex;
}


  .header-item {
        display: flex;
        align-items: center;
    }
    
    .lg-avatar-in {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ccc;
        color: #fff;
        font-weight: bold;
        font-size: large;
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .initials-avatar {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ccc;
        color: #fff;
        font-weight: bold;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .header-profile-user {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .input-group-text {
    height: 50px;
}


    .lg-avatar-img {
    height: 40px !important;
    width: 40px !important;
}