.no-padding {
    padding: 0;
}

.ca-card {
    border: #d0d1d1 1px solid;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ca-card-title {
    font-size: 18px;
    color: #001919;
    background-color: rgb(249, 249, 249);
    height: 50px;
    line-height: 50px;    
}

.ca-card-text {
    font-size: 18px;
    color: #001919;
    height: 50px;
    line-height: 50px; 
}

.corporate-select {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #ffffff;
    border: solid 1px #d0d1d1;
    border-radius: 3px;
    box-shadow: none;
    color: #001919;
    height: 34px;
    padding-right: 8px;
    padding-left: 8px;
}

.ca-don-date {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #ffffff;
    border: solid 1px #d0d1d1;
    border-radius: 3px;
    box-shadow: none;
    color: #001919;
    height: 34px;
    padding-right: 8px;
    padding-left: 8px;
}

.report-header {
    color: #fff;
    height: 150px;
    padding: 15px;
    border-radius: 3px;
}

.report-header-main {
    font-size: 24px;
    margin-top: 8px;
}

.report-header-sub {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
}

.search-block {
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-button input{
    background-color: #ff7a49;
    color: #ffffff;
    border: 1px solid #ff7a49;
    text-transform: uppercase;
}

td .connect-admin-volunteer{
    vertical-align: middle;
}

.settlement-list{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    min-width: 200px;
}

.settlement-list-item{
    display: flex;
    flex-grow: 0;
    width: 70%;
    margin-bottom: 20px; 
    height: 55px;
    background-color: white;
    justify-content: space-between;
    padding: 10px;
    border-radius: 3px;
}
.list-item-element {
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
    align-content: center;
}

