.list-info h4{
padding: 0px 0px;
padding-top: 10px;	
}
.form-submit button:disabled{
background-color: #ffce91;
cursor: no-drop;
color: #808080 !important;
}
.form_suc{
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.form_suc span{
font-weight: 700;
}
.form-submit{
display: flex;
align-items: end;
justify-content: end;
}
.form-submit button{
letter-spacing: 1px !important;
color: #000000 !important;
border-width: 0px !important;
border-radius: 100px;
font-size: 16px;
font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
font-weight: 600 !important;
text-transform: uppercase !important;
background-color: #ffab2d;
padding: 15px 50px;
border: 2px solid transparent;
box-shadow: 0px 8px 18px -6px rgba(0, 137, 242, 0.61);
cursor: pointer;
}
.error-eve-form{
position: absolute;
bottom: -22px;
color: #ff3333;
font-weight: 700;
text-transform: capitalize;
}
.form_eve{
margin: 65px auto;
width: 85%;
margin-bottom: 85px;
}
.eve-form-row{
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-bottom: 30px;
}
.eve-form-row div{
width: 50%;
display: flex;
flex-direction: column;
gap: 2px;
position:relative;
}
.eve-form-row label{
font-size: 16px;
font-weight: 600;
}
.eve-form-row input, .eve-form-row select{
border: 1px solid #ccc;
padding: 6px 10px;
height: 38px;
width: 100%;
line-height: 1.3;
border-radius: 4px;
outline: 0px !important;
}
.eve_con{
display: grid;
gap: 30px;
grid-template-columns: auto auto;
}
.list-item{
display: flex;
align-items: stretch;
justify-content: space-between;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
border: 1px solid #d9d9d9;
gap: 10px;
width: 100%;
}
.list-info{
width: 90%;
padding: 30px 0px;
padding-left: 30px;
}
.list-info h2{
font-family: "Kumbh Sans", Sans-serif;
font-size: 33px;
font-weight: 600;
line-height: 1;
color: #1b2021;
padding: 0;
}
.list-info span{
margin-top: 8px;
font-family: "Kumbh Sans", Sans-serif;
display: block;
color: #1b2021 !important;
}
.list-link {
transition: background .3s;
background: #f5f5f5;
display: flex;
align-items: center;
width: 10%;
justify-content: center;
}
.list-item .list-link img {
height: 20px;
}
.list-item .go_link_invert, .list-item .go_link {
transition: display .3s;
}
.go_link_invert {
display: none;
}
.list-item:hover .go_link, .list-item:active .go_link {
display: none;
}
.list-item:hover .go_link_invert, .list-item:active .go_link_invert {
display: block;
top: -2px;
position: relative;
}
.list-item:hover .list-link, .list-item:active .list-link{
background-color:#ffab2d;
}
@media screen and (max-width: 900px) {
.eve_con{
grid-template-columns: auto;
}
.list-info h2{
font-size: 23px;
}
}
@media only screen and (max-width: 768px) {
.eve-form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 15px;
}
.eve-form-row div{
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.form-submit {
align-items: center;
justify-content: center;
}
}