﻿.form-select {
    height: 37px;
    border: none;
    border-radius: 0px;
}
input[type="text"] {
    border: none;
    border-radius: 0px;
    height: 37px;
}
.btn-IQ {
    border: none;
    border-radius: 0px;
}
@media(min-width: 960px) {
    .searchEventGuereh {
        grid-template-columns: auto auto auto auto auto auto;
    }
    .gridFormEvent {
        display: grid;
        grid-template-columns: auto auto auto auto auto !important;
        grid-gap: 3px;
    }
    .dFlexColtemp {
        display: flex
    }
}
@media(max-width: 960px) {
    .gridFormEvent {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 7px;
    }
    .dFlexColtemp {
        display: flex;
        grid-column: 1 / -1;
        justify-self: center;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
    }
}
.carnNewStyle a {
    color: #474747;
    font-weight: normal;
    text-decoration: none;
    /*    height: 188px;*/
}
.datepicker {
    box-shadow: none;
}
.datepicker-dropdown {
    right: auto;
}
.card-title {
    line-height: normal !important;
}
.carnNewStyle {
    display: block;
}
.mtn {
    padding: 3px;
    margin: 0px;
}
.form-select:focus {
    border: #92a458 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 164, 88, .4) !important;
}
.titleEvents {
    box-shadow: none;
}
