.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
    background-color: #eee;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color:#978e89;
}

.panel {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.btn-group {
    border-radius: 0px;
}

.pager li > a, .pager li > span {
    border-radius: 0px;
}

.well {
    border: 0px;
    background-color: #eee;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 25px;
    padding-right: 25px;
}

.container .jumbotron {
    border-radius: 0px;
}

.thumbnail {
    border-radius: 0px;
    background-color: #eee;
}

.input-group-addon {
    border-radius: 0px;
    border: 0px;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
    border-color: #ddd;
}

.breadcrumb {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb > li {
    padding: 0;
}

.caption {
    margin-left: 25px;
}

.country-select-position {
    margin-top: 8px;
}

.country-select {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10px;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #103f60;
    border: 1px solid #fff;
    border-radius: 0px;
}

.country-select > li {
    padding-left: 0px;
}

.country-select > li > a {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 3ch;
    margin-top: -9px;
    margin-left: -22px;
    content: "\f00c";
}