﻿.card-box {
    border-radius: 14px;
    color: #fff;
    padding: 20px;
    position: relative;
    overflow: hidden
}

    .card-box h3 {
        font-weight: 700
    }

.gradient-orange {
    background: linear-gradient(45deg,#ff7a18,#ffb347);
}

.gradient-blue {
    background: linear-gradient(45deg,#396afc,#2948ff);
}

.gradient-green {
    background: linear-gradient(45deg,#11998e,#38ef7d);
}

.gradient-purple {
    background: linear-gradient(45deg,#6a11cb,#8e54e9);
}

.btn-custom {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    font-weight: 500
}

.btn-purple {
    background: #6e1f77
}

.btn-orange {
    background: #f7941d
}

.btn-blue {
    background: #007aff
}

.section-box {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05)
}

.badge-active {
    background: #28a745
}

.badge-expired {
    background: #dc3545
}

.badge-draft {
    background: #6c757d
}

.applicant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

    .applicant img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 10px
    }

.message {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

    .message img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px
    }

.profile-box {
    text-align: center
}

@media(max-width:768px) {
    .card-box {
        margin-bottom: 15px
    }
}
