.event {
    border-radius: 10px;
    padding-bottom: 30px !important;
    margin-top: 15px;
}

.event-card-dates {
    color: #ababab;
    display: flex;
    align-items: center;
}

.event-card-dates p {
    margin-bottom: 0 !important;
}

.upcoming-events {
    color: rgb(149, 151, 152) !important;
}

.search-input-container {
    position: relative;
}

.search-input-container .search-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: black;
    color: white;
    position: absolute;
    top: 2.5px;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-container .search-input {
    width: 200px;
    border-radius: 20px;
    height: 40px;
    background-color: white;
    padding-left: 40px;
    border: none;
}

.company-header {
    background: rgb(46, 154, 255);
}

.category-select {
    margin-left: 20px;
}

.contact-form-container {
    max-width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    height: initial !important;
    position: absolute !important;
    position: static !important;
}

.contact-form-container .logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: black;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-container .description {
    padding: 20px 0;
}

.contact-form-container .contacts {
    
}

.company-header .company-name {
    font-size: 30px;
    font-weight: 700;
}

.footer-sections {
    
}

.footer-section {
    
}

.link-title {
    font-weight: 700;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
    text-decoration: none;
}

.link-item {
    color: white;
    font-size: 15px;
}

.link-item a {
    color: #888;
}

.link-item i {
    font-size: 15px;
    margin-right: 10px;
}

.link-item a:hover {
    color: white;
}

.footer-logo {
    font-size: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(247 246 251);
}

.footer-logo .logo {
    background-color: gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px;
}

.footer-logo .logo-image {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px;
}

.rounded-img {
    border-radius: 10px;
}

.rounded-lg {
    border-radius: 20px;
}

.event-card-dates-label {
    /* width: 50px; */
}

.evo-calendar {
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .company-header .company-name {
        font-size: 20px !important;   
    }
    
    .upcoming-events {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 991px) {
    .events-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    
    .profile-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media screen and (max-width: 650px) {
    
    .company-header {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    
    .company-header .company-name {
        
    }
    
    .company-header .search-box {
        margin: 10px 0;
    }
    
    .company-header .powered-by {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .follow-us {
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    
    .event {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .event-address,
    .event-seats,
    .event-fee,
    .event-card-dates {
        /* font-size: 12px; */
        font-size: medium;
    }
    
    .address-container {
        flex-direction: column;
    }
    
    .address-container button {
        margin-left: 0 !important;
    }
    
    /* .event-card-dates-label {
        width: 30px;
    } */
}