body {
    background: url(../imgs/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card {
    border: none;
    background: transparent
}

.search {
    width: 100%;
    margin-bottom: auto;
    /* background-color: #fff; */
    /* padding: 10px; */
    border-radius: 5px
}

.search-input {
    transition: width 0.4s linear
}

.search .search-input {
    /* padding: 0 10px;
    width: 100%;
    caret-color: #536bf6;
    font-size: 19px;
    font-weight: 300;
    color: black; */
    transition: width 0.4s linear
}

.search-field {
    width: calc(100% - 45px);
    margin-right: 5px;
    position: relative;
}

.search-icon {
    /* height: 50px;
    padding: 12px;
    width: 50px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; */
    /* background-color: #536bf6; */
    /* font-size: 10px;
    position: relative;
    border-radius: 8px */
}

.search-icon:hover {
    color: #fff !important
}

.search form {
    padding: 10px;
}

a:link {
    text-decoration: none
}

.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border: none;
    cursor: pointer;
    transition: all .5s
}

.card-inner:hover {
    transform: scale(1.08)
}

.mg-text span {
    font-size: 12px
}

.mg-text {
    line-height: 14px
}

.select2-selection.select2-selection--single{
    height: 31px;
    margin-right: 5px;
}