.cookie-consent{
    position: fixed; 
    z-index: 999; 
    bottom: 15px;
    left: 15px;
}

.cc-topic{
    font-size: 14px;
}

.cc-detail{
    font-size: 12px;
}

.cc-btn-accept{
    background-color: #4DCBA3;
    border: none;
    color: white;
    padding: 5px 0;
}

.cc-btn-setting{
    border: none;
    padding: 5px 0;
}

.company-name{
    color: #4DCBA3;
}

.main-approve-card {
    max-height: 365px;
    overflow-x: auto;
}

.left-detail{
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4;
}

.approve-card {
    /* padding: 15px; */
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.approve-card h6 {
    font-size: .875rem;
    line-height: 1.4;
    font-weight: 600;
    padding: 15px;
    padding-bottom: 0;
}

.approve-check .form-inline{
    display: flex;
}

.approve-card .details {
    font-size: .875rem;
    line-height: 1.4;
    padding: 15px;
    text-indent: 15px;
}

.approve-check {
    padding: 5px;
    background-color: #e9e9e9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.approve-warning{
    font-size: .795rem;
    margin-bottom: 0;
}