@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);
:root {
    --bs-body-font-family: "Inter", sans-serif !important;
    --cf-secondary-font-family: "Roboto Condensed", sans-serif;
    --cf-primary-color: #feb95f;
    --cf-secondary-color: #4680c0;
    --cf-tertiary-color: #fde3c8;
    --cf-boxshadow-light: 2px 2px 10px rgba(0, 0, 0, .1);
    --cf-light-border: 2px solid rgba(0, 0, 0, .05);
    --cf-headline-xl: 4rem;
}
body{
    background-color: #f7faff !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--cf-secondary-font-family);
}
a{
    color: #5686c4;
}
#cfcHdr{
    background: #0e1623;
    padding: 20px 15px;
    font-family: var(--cf-secondary-font-family);
}
#cfcHdr .logo{
    text-align: center;
}
#cfcHdr .logo img{
    width: 225px;
}
#cfcHdr nav a{
    color: white;
    font-family: var(--cf-secondary-font-family);
}
#cfcHdr nav a.btn{
    color: black;
    background-color: var(--cf-primary-color);
}
#cfcHdr nav a.notify i{
    display: block;
    margin: 0 auto;
}
.navatar{
    width: 60px;
    height: 60px;
    object-fit: cover; 
    clip-path: circle(50% at 50% 50%); 
}
#cfcHero{
    padding: 20px 15px;
}
#cfcHero > h2{
    color: #5385b6;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 0;
}
#cfcHero h1{
    font-size: 4rem;
    font-weight: 900;
    line-height: 4rem;
    margin-bottom: 0;
    letter-spacing: -1px;
    text-transform:capitalize;
}
#cfcHero > p{
    font-size: 1.25rem;
    padding: 10px 170px;
}
#cfcMain{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 70vh;
}
.cfMain h1{
    font-size: var(--cf-headline-xl);
    font-weight: 900;
}
#cfcRegister{
    padding: 30px 25px;
    background: white;
    border-radius: 10px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
#cfcRegister h2{
    font-size: 2.19rem;
    color: black;
    font-weight: 800;
}
#cfcRegister h3{
    font-size: 1.65rem;
    color: black;
}
#cfcRegister input{
    font-size: 1.25rem;
    font-family: Inter, sans-serif;
    padding: 10px;
}
#cfcRegister a.btn{
    display: block;
}
#cfcRegister a.btn .elButtonMain{
    display: block;
    font-size: 1.75rem;
    font-family: var(--cf-secondary-font-family);
    font-weight: 900;
}
.vidLabel{
    font: 1.375rem var(--cf-secondary-font-family);
    text-transform:capitalize;
    padding: 5px 0;
    color: white;
    background: #5486b7;
    margin: 0;
}
a.btn-main{
    background: var(--cf-primary-color);
}
a.btn-main i{
    color: rgba(14, 21, 35, 0.3);
}
a.btn:hover,
button.btn:hover{
    background: #feb95f;
}
#cfcRegister p.poweredBy{
    font-size: 0.875rem;
    padding: 10px 0;
}
#cfcMap{
    margin-top: 40px;
}
#cfcStats{
    background: white;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    width: 850px;
    margin: -20px auto 0 auto;
    position: relative;
    z-index: 10;
    padding: 20px;
}
#cfcStats h4{
    font-size: 1.25rem;
}
#cfcEvents,#cfcUpcoming{
    margin-top: 50px;
    margin-bottom: 50px;
}
#cfcEvents.vertical .cfMain{
    padding-left: 16px;
    padding-right: 30px;
}
#cfcEvents i,
#cfcUpcoming i{
    color: #5086bb;
}
.evCard{
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 8px;
    transition: all .1s ease-in-out;
}
.evCard:hover{
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
    background-color: white;
}
.eventTitle{
    font-size: 1.625rem;
    margin-top: 10px;
}
.eventInfo h3,
.eventInfo p,
.evAttendees{
    font-family: var(--cf-secondary-font-family);
    margin: 5px;
}
.eventInfo a{
    text-decoration:none;
}
#cfcSearch{
    background: white;
    width: 900px;
    margin: 40px auto;
    padding: 30px 15px 0 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
#cfcSearch h3{
    color: #5385b6;
    font-family: var(--cf-secondary-font-family);
    text-align: center;
}
#cfcSearch h1{
    text-transform: uppercase;
    font-size: 2.813rem;
    text-align: center;
    font-weight: 900;
}
#srchField {
    width: 80%;
    margin: 0 auto;
}
#srchField input{
    border-radius: 5px 0 0 5px;
    padding: 11px 10px;
}
#srchField button{
    font-size: 1.25rem;
    padding: 9px 40px;
}
#srchFooter{
    background: #0e1523;
    color: white;
    padding: 30px 15px;
    margin-top: 50px;
    border-radius: 0 0 10px 10px;
}
#srchFooter h3,
#srchFooter p{
    color: white;
}
#srchFooter a.btn{
    padding: 10px 40px;
    display: block;
    font-size: 1.25rem;
    font-family: 'Roboto Condensed' sans-serif;
}
#cfcFooter{
    background: #0e1523;
    padding: 35px 15px 45px 15px;
    color: white;
}
#cfcFooter > .row{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#cfcFooter .logo,
#cfcFooter > .row img{
    max-width: 225px;
}
#cfcFooter p,
#cfcFooter a{
    font-size: 0.875rem;
    color: #f7fbff;
    text-decoration: none;
}
.hostYours{
    padding: 20px 15px;
    border: 3px solid rgba(255, 255, 255, .1);
}
#cfcFooter .hostYours a.inverse{
    border: 1px solid #feb95f;
    color: #feb95f;
    background: transparent;
    font: 1.6rem var(--cf-secondary-font-family);
}
.row.footerLinks{margin-top: 25px;}
#cfFilters{
    background: white;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: var(--cf-boxshadow-light);
}
#cfFilters h1{
    padding-bottom: 20px;
}
#cfFilters h1 span{
    color: var(--cf-secondary-color);
}
#cfFilters .active{
    background-color: var(--cf-primary-color);
}

.cfListing{
    border-top: var(--cf-light-border);
    padding: 40px 0px;
}
.hostedBy{
    margin-top: 40px;
}
.hostedBy p{
    margin: 0;
}
.hostedBy h3{
    font-size: 1.25rem;
}
.hostedBy .profile-image{
    width: 75px; 
    height: 75px;
    object-fit: cover; 
    clip-path: circle(50% at 50% 50%); 
    margin-right: 8px;
}
.hostedDeets{
    margin-top: 15px;
}
#attendees{
    margin-top: 40px;
    padding-top: 30px;
    border-top:var(--cf-light-border);
}
.attendeesImgs{
    padding-top: 30px;
}
.attendeesImgs .col{
    padding-left: 10px;
    padding-right: 10px;
}
.attendeesImgs img{
    clip-path: circle(50% at 50% 50%);
    width: 80px; /* Adjust size as needed */
    height: 80px;
    object-fit: cover; 
}
.attendeesImgs h4{
    font-size: 1.25rem;
    margin: 0;
}
#attendees p{
    font-size: 1rem;
    font-family: var(--cf-secondary-font-family);
    color: #b5b5bd;
}
.deets{
    box-shadow: var(--cf-boxshadow-light);
    background: white;
    border-radius: 10px;
    padding: 20px 30px;
}
.deetsBlock{
    padding: 20px 15px;
}
.deetsTitle{
    border-bottom: var(--cf-light-border);
    padding-bottom: 20px;
}
.deetsBlock i{
    color: var(--cf-tertiary-color);
    font-size: 28px;
}
.deetsMap i{
    color: var(--cf-tertiary-color);
}
.deetsMap{
    padding: 20px 0;
}
.deetsMap a{
    color: #333;
    text-decoration: none;
}
.deetsMap iframe{
    margin-bottom: 10px;
}
.deetsBlock p{
    font-family: var(--cf-secondary-font-family);
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.deets a.btn-attend{
    padding: 20px 35px;
    font-size: 1.375rem;
    font-family: var(--cf-secondary-font-family);
    text-transform: uppercase;
    font-weight: bold;
}
.deets a.btn-attend i{
    color: rgba(14, 21, 35, 0.3);
}
.cPrimary{
    font-size: 4rem;
    font-weight: 900;
}
.cPrimary i{
    color: var(--cf-primary-color);
}
.eventConfirm i{
    color: var(--cf-primary-color);
    font-size: 1.75rem;
}
.eventConfirm h3{
    font-weight: bold;
}
.btn-lrg{
    display: block !important;
    padding: 20px 35px !important;
    font-size: 1.375rem !important;
    text-transform: uppercase;
    font-family: var(--cf-secondary-font-family);
    font-weight: bold !important;
}
.btn-dark i{
    color: #ccc;
}
.btn-tag{
    border: 1px solid #6087ae !important;
    color: #6087ae !important;
    font-weight: bold !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 10px;
    font-size: 1.125rem !important;
}
.btn-tag:hover{
    background: transparent !important;
}
.cfcProfile{
    position: relative;
}
.cfcProfile .profileName{
    position: absolute;
    width: 100%;
    border-radius: 0 0 20px 20px;
    color: white;
    bottom: 0;
    padding: 50px 20px 40px 20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%);
}
.profileDeets .profileSection{
    margin-top: 20px;
    clear:both;
}
.profileSection{
    margin-bottom: 20px;
    border-bottom: 1px dashed #e2e2e2;
}
.profileDeets .profileSection:last-child{
    border: none;
}
.auto-expand{
    min-height: 100px !important; 
    resize: vertical;
    overflow: auto;
}
.tip{
    background: #f1f8ff;
    border-radius: 10px;
    padding: 15px;
}
.tip h5 i{
    color: var(--cf-primary-color);
}
.makeHost{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px dashed #a1a2a7;
    color: #a1a2a7;
    border-radius: 9px;
    padding: 15px;
}
.makeHost i{
    display: block;
    font-size: 2rem;
    margin: 0 auto;
}
.aHost{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #f1f8ff;
    border: 1px solid #5583b4;
    color: #a1a2a7;
    border-radius: 9px;
    padding: 15px;
    color: black;
    max-width: 120px;
}
.aHost img{
    display: block;
    margin: 0 auto;
    max-width: 40px;
}
.eventCard{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    background: white;
}
.eventCard .eventDeets{
    padding-left: 10px;
}
.eventDeets i{
    color: #5586b2;
}
.userAvatar{
    max-width: 173px;
}
.toggler{
    max-width: 20%;
}
.toggler input{
    font-size: 2rem;
}
.toggler .form-check-input:checked {
    background-color: var(--cf-primary-color);
    border-color: var(--cf-primary-color);
}
.nBlock{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.nToday .nBlock{
    background: #f1f8ff;
}
.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
    border-left: 1px solid #aaa !important;
}
/* mobile css */
@media only screen and (max-width: 767px) {
    #cfcFooter > .row,
    #cfcStats,
    #cfcSearch {
        width: 100%;
    }
    #cfcHero p{
        padding: 10px;
    }
    #cfcHero > h2{
        font-size: 2rem;
    }
    #cfcHero h1{
        font-size: 3rem;
    }
    #cfcHdr .logo{
        text-align: center;
    }
    #cfcFooter .hostYours a.inverse{
        font-size: 1.3rem;
    }
    #cfcFooter > .row{
        text-align:center;
    }
    #cfcRegister{
        margin-top: 20px;
    }
}
/* floating label tweak */
.form-floating>label{
    left: auto !important;
}