.header-profile-user-custom {
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px;
}

.btn-primary {
    color: #fff;
    background-color: rgb(255, 138, 25);
    border-color: rgb(255, 138, 25);
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: rgb(192, 120, 59);
    border-color: rgb(192, 120, 59);
}

.bg-primary.bg-soft {
    background-color: rgb(255, 212, 180)!important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(255, 138, 25)!important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: rgb(249 192 136);
    border-color: rgb(249 192 136);
}

.btn-outline-main {
    color: rgb(255, 138, 25);
    background-color: #fff;
    border-color: rgb(255, 138, 25);
}


.cover-upload-image {
    background:#fff;
    border-radius: 12px;
}
.card-shadow {
    width:516px;
    height: 202px;
}
.card-shadow:before {
    content: ' ';
    position: absolute;
    top: 0;
    width:516px;
    height: 202px;
    z-index: 1;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}
.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card-header-b {
    color: #ffffff;
    position: absolute;
    z-index: 2;
}

.card-header-b .title-2 {
    font-size: 1rem;
}

.card-header-b .title-2 {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.kgo-btn2 {
    --background: #FF8A19FF;
    border-radius: 8px;
}

.image-cover-main {
    border-radius: 12px;
    object-fit: cover !important;
    width:516px;
    height: 202px;
}

.image-cover-sub {
    border-radius: 12px;
    object-fit: cover !important;
    width:116px;
    height: 116px;
}

.border-success {
    border: 1px solid #34c38f;
}
