﻿.card {
    -webkit-box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    border: none;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    transition: all ease 0.5s;
    /* overflow: hidden; */
}

card-header:first-child {
    border-radius: 12px 12px 0 0;
}

.card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7eaee;
    padding: 15px 20px;
    background-color: transparent;
    margin: 0;
}

    .card .card-header .h5, .card .card-header h5 {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 1.2rem;
    }

.btn {
    border-radius: 8px;
    font-size: 16px;
}

.control-label {
    font-size: 14px;
    color: #444543;
    font-weight: 500;
}

.custom-select, .dataTable-input, .dataTable-selector, .datatable-input, .form-control {
    display: block;
    width: 100%;
    padding: .6rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    min-height: 42px;
    color: #131920;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bec8d0;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .form-control[type=file] {
        font-size: 12px;
    }

.selectDropdown-list .dropdown-toggle {
    min-height: 42px;
}

.record-count-label {
    font-size: 16px;
    font-weight: 600;
    color: #4CAF50;
    background-color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    border: 1px solid #4CAF50;
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    transition: background-color 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
    width: auto;
}

.img-logo {
    width: 40px;
    border-radius: 5px;
}

.btn-xs {
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 8px;
}

.img-preview-logo {
    height: 40px;
    margin-top: 30px;
    border-radius: 8px;
}

.modal-content {
    border-radius: 20px;
}

.error-msg {
    font-size: 12px;
    margin-top:2px;
    padding-left:5px;
}
.bootstrap-select > .dropdown-toggle {
    min-height: 42px;
}
.new-btn {
    border-radius: 8px;
    font-size: 16px;
    /*min-height: 42px;*/
}