.feature-block {
    padding: 10px 10px;
}

.feature-block h5 {
    color: #212529;
}

.feature-block p {
    color: #6c757d;
}

.img-fluid {
    height: 50px;
    margin-bottom: 20px;
    /* width: 60px; */
}

.img-fluid-pin {
  height: 40px;
  margin-bottom: 10px;
  width: 40px;
}

.select2-container--krajee-bs5 .select2-selection {
  border-radius: 20px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    right: 10px;
    font-size: 1.6rem !important;
    top: -2px;
}

.select2-container--krajee-bs5 .select2-selection {
    box-shadow: none !important;
}

.select2-container--krajee-bs5 .select2-selection--single {
    padding: 0.375rem 1.5rem 0.375rem 1rem !important;
}

.announcement-view p, .announcement-view a {
    font-size: 16px !important;
}

.link-in-announce a {
    text-decoration: underline;
}

a:hover, a:visited, a:focus, a:hover, a:active {
    text-decoration: none;
    color: #495057;
}

.pang-breadcrumb {
    color: #495057;
    background-color: rgb(222 233 234);
    padding: 0 5px;
    border-radius: 5px;
    font-size: 14px !important;
    width: fit-content;
    margin: 0 5px 0 0;
    line-height: 2rem;
}

#announcementsearch-date_update, #announcementsearch-date_create {
    border-radius: 0 20px 20px 0 !important;
    background-color: #eee !important;
}

.pbold {
    font-weight: 400;
}

.search-button-group {
    border-radius: 0px 15px 15px 0px !important;
    padding: 6px 15px !important;
}

.search-icon {
    color: gray;
}

.datepicker {
    z-index: 2000 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 1px solid #495057;
}

.mybtn {
    border: none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    color: white !important;
    /* letter-spacing:1px; */
    border-radius: 28px;
}

.minibtn {
    border: none;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    /* letter-spacing:1px; */
    border-radius: 28px;
}

.btn-green {
    background-color: #88cab5;
    color: white;
}

.btn-green:hover {
    background-color: #69ad97;
    color:white
}

.btn-orange {
    background-color: #e9ca63;
    color: #363430 !important;
}

.btn-orange:hover {
    background-color: #e8bb68;
}

.btn-yellow {
    background-color: #ece1b8;
    color:grey !important
}

.btn-yellow:hover {
    background-color: #e9ca63;
}

.btn-blue {
    color: #fff;
    background-color: #a5c4e6;
    color: #030650 !important;
    padding: 10px 20px !important;
}

.btn-blue:hover {
    background-color: #8daed2;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c02f3d;
}

button.kv-file-remove.btn-link {
    border: 1px solid gray !important;
    border-radius: 5px !important;
    background: #ffffff !important;
}