﻿body {
    background-color: #dde3da !important;
}

.ant-table {
    font-size: 12px !important;
    background: #eef1ef !important;
}

.ant-table-title {
    background: #e0e9dc !important;
}

.tpc-menuleiste {
    background-color: #f2f2f2 !important;
}

.ant-switch-checked {
    background-color: #82977e !important;
}

    .ant-switch-checked:focus {
        box-shadow: 0 0 0 2px #465244 !important;
    }

.ant-modal-content {
    border-radius: 30px !important;
}

.ant-modal-header {
    border-radius: 30px !important;
}

.ant-btn {
    border-radius: 30px !important;
}

    .ant-btn:active {
        border-radius: 30px !important;
    }

    .ant-btn:focus {
        background: #a4ab9c !important;
        border-color: #a4ab9c !important;
        border-radius: 30px !important;
        color: #ffffff !important;
    }

    .ant-btn:hover {
        background: #a4ab9c !important;
        border-color: #a4ab9c !important;
        color: #ffffff !important;
    }

a:hover {
    color: #465244 !important;
}

.ant-btn-link:hover {
    background: transparent !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
    background-color: #82977e !important;
    border-color: #82977e !important;
}

.ant-form-item {
    margin-bottom: 10px !important;
}

.ant-picker {
    margin-bottom: 10px !important;
}

.ant-input:hover {
    border-color: #82977e !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #465244 !important;
}

    .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) first-child {
        border-color: #82977e !important;
        border: 2px solid #82977e !important;
    }

.ant-modal-close {
    display: none !important;
}

.ant-radio-button-wrapper:first-child last-child {
    border-radius: 30px !important;
}

.ant-btn-primary {
    background: #82977e !important;
    border-color: #82977e !important;
    border-radius: 30px !important;
    color: #ffffff !important;
}

    .ant-btn-primary:hover {
        background: #a4ab9c !important;
        border-color: #a4ab9c !important;
    }

    .ant-btn-primary:focus {
        background: #a4ab9c !important;
        border-color: #a4ab9c !important;
    }

.ant-select:not(.ant-select-disabled) hover .ant-select-selector {
    border-color: #82977e !important;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #82977e !important;
    border-radius: 30px !important;
    border: 1px solid #82977e !important;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: #82977e !important;
    color: #ffffff !important;
}

.ant-select-focused:not(.ant-select-disabled) .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-color: #82977e !important;
}
