select {
    cursor: pointer;
}
#profileEditForm #profileImageUpload {
    left: 50%;
    transform: translateX(-50%);
}
#profileImageUpload .btnProfileUpload {
    text-transform: initial;
    font-size: 20px !important;
    padding: 0px !important;
    display: block;
    line-height: 30px;
}
#profileTabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: whitesmoke;
    border-radius: 10px;
    border: 2px solid #ededed !important;
    padding: 10px;
    margin: 16px 15px 24px 15px !important;
}
#profileTabs a.nav-link {
    text-transform: initial;
    background-color: transparent;
    border: 2px solid transparent;
    color: #3a3a3a !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    height: 46px;
    opacity: 1;
    border-radius: 10px !important;
    font-size: 14px !important;
    transition: all 0.3s;
    word-spacing: 1px;
    letter-spacing: 0.2px;
}
#profileTabs a.active {
    background: initial !important;
    background-color: white !important;
    border-color: #2facff;
    font-weight: bold;
}
#profileTabs a:not(.active):hover {
    background-color: #fbfbfb;
}
#profileHeader {
    box-shadow: initial !important;
    padding: 15px 0px !important;
}
#myEventsTab {
    padding-left: 0px;
    padding-right: 0px;
}
.profileEventName {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    text-align: left;
    word-break: break-all;
    font-size: 18px;
}
#listOfStartPage {
    cursor: pointer;
}
.user-wrapper-title {
    margin: 0px;
    text-align: left;
    font-size: 22px;
    word-spacing: 1px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 12px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.user-wrapper-title i {
    margin-left: 2px;
    margin-top: -2px;
    font-size: 20px;
    color: #9f9f9f;
}
.user-window-events-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #e9e9e9;
    margin: 20px 0px;
}
.user-window-events {
    max-height: 42vh;
    overflow-y: auto !important;
    margin: 0px !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    border-radius: 0px !important;
    background-color: #fbfbfb !important;
}
.user-window-events .eventTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px 0px 14px;
    height: 50px;
    border-radius: 10px;
    margin: 0px;
    flex-shrink: 0;
    transition: all 0.3s;
}
.eventTab-icon {
    background-color: transparent;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
}
.user-window-events .eventTab:hover {
    text-decoration: none;
    padding-left: 20px;
}
.user-window-events .eventTab:hover .eventTab-icon {
    background-color: rgba(224, 224, 224, 0.5);
}
.eventTab-icon i {
    font-size: 18px !important;
}
#notificationSettings {
    padding: 0px;
}
#subscriptionDiv {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
/* to select the id's that have similar names but different numbers */
#subscriptionDiv > div {
    border-radius: 10px;
    border: 2px solid #efefef;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    background: whitesmoke;
    padding: 50px 14px 10px 14px;
}
.deleteSubscription {
    font-size: 24px;
    background: transparent;
    border: 2px solid #efefef;
    border-top: none;
    border-right: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 0px 0px 0px 10px;
    padding: 1px 1px 0px 0px;
    transition: all 0.3s;
    color: #808080 !important;
    user-select: none;
}
.deleteSubscription:hover {
    color: #F44336 !important;
    background: #efefef;
}
.user-sub-order {
    position: absolute;
    top: -2px;
    left: -2px;
    min-width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #efefef;
    border-top: none;
    border-left: none;
    padding: 2px 6px 0px 8px;
}
.nav-sub-info {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
}
.nav-sub-info label {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    min-width: 76px;
}
#headingOne {
    background: none !important;
    /* background-color: #4cadff !important; */
    background-color: #58b355 !important;
    border-radius: 10px !important;
    border: none;
    transition: all 0.3s;
    user-select: none;
}
#headingOne:hover {
    /* background-color: #3a8bcf !important; */
    background-color: #3c8d3a !important;
}
#subParent {
    display: block;
    padding-left: 18px !important;
}
.current-sub-pref-title {
    padding-top: 20px;
    margin-bottom: 12px;
}
.sub-pref-title {
    padding-top: 16px;
    margin-bottom: 12px;
}
#subParentContain {
    height: 48px;
    display: flex;
    align-items: center;
}
#collapseOne {
    margin-top: 16px;
}
#subscriptionBody {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
#subscriptionBody select {
    background-color: #f7f7f7;
}
#subscriptionBody .form-check-label {
    margin-bottom: 5px;
    font-size: 14px;
}
#subscribeDrop {
    padding-left: 14px !important;
    word-spacing: 1px;
    letter-spacing: 0.4px;
}
#subscriptionDiv > p {
    word-spacing: 1px;
    padding-left: 2px;
    margin-bottom: 0px;
}
#advancedProfileTab,
#feedbackTab,
#myTimezoneTab {
    padding: 0px;
}
#editProfileTab {
    padding: 0px 0px 20px 0px;
}
.nav-advanced-inputs {
    padding-top: 20px;
}
#profileResetPassword, #profileDeleteAccount {
    background: whitesmoke;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    
    transition: all 0.3s;
    
}
#profileResetPassword{
    border: 2px solid #ededed;
    color: #686868 !important;
}
#profileResetPassword:hover{
    text-decoration: none;
    border-color: #fb7d7d;
}
#profileDeleteAccount{
    color:#fb7d7d;
}
#profileFeedback {
    padding-top: 20px;
}
.profileFeedback-subtitle {
    margin: 0px 0px 12px 0px;
    font-weight: initial;
    word-spacing: 0.8px;
}
.feedback-icons {
    background: #ffffff;
    border: 3px solid #ededed;
    border-bottom: none;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 58px;
}
.feedback-icons i {
    padding: 0px;
}
#profileFeedback textarea {
    border: 2px solid #ededed;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 10px;
    padding: 14px;
    transition: all 0.3s;
    background-color: whitesmoke;
}
#profileFeedback textarea:focus {
    border-color:#59acff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#profileStartPageDisplay {
    padding-top: 24px;
}
.user-window-events .spinner2 {
    margin: 16px auto;
}
.customize-current-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 4px;
    padding-left: 2px;
}
.profile-custom-landing {
    padding-bottom: 28px;
    border-bottom: 2px solid whitesmoke;
}
.profile-custom-timezone {
    padding-top: 28px;
}
.customize-current-wrapper strong {
    font-weight: bold;
}
.prof-cust-label {
    text-align: left;
}
#currentStartPage,
#currentTimezone {
    margin-bottom: 0px;
    font-size: 16px;
    padding: 12px 10px;
    border-radius: 10px;
    user-select: none;
    /* border: 2px solid #efefef; */
    background-color: whitesmoke;
}
#listOfStartPage,
#listOfTimezones {
    margin-top: 4px;
}
/* this prevents horizantal scroll due to tooltip hovers */
#myTimezoneTab {
    overflow-x: hidden;
}
#myTimezoneTab .toolTipParent {
    margin: 0px !important;
}
#currentStartPageEdit,
#currentTimezoneEdit {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #e2dfdf;
    font-size: 18px !important;
    background-color: whitesmoke;
    color: #808080;
    transition: all 0.3s;
    cursor: pointer;
}
#currentStartPageEdit:hover,
#currentTimezoneEdit:hover {
    color: #808080 !important;
    background-color: #e2dfdf;
}
.send-feedback-btn {
    border-radius: 40px !important;
    min-width: 122px;
    min-height: 38px;
    letter-spacing: 1px !important;
    background-color: #4cadff !important;
    color: white !important;
    border: none;
    font-size: 14px !important;
    font-weight: bold !important;
    transition: all 0.3s !important;
    padding: 0px !important;
}
.send-feedback-btn:hover,
#cancelProfileBtn:hover,
#editProfileBtn:hover {
    background-color: #3a8bcf !important;
}
.profile-save-btn,
#saveTimezone,
#editProfileBtn,
#cancelProfileBtn,
#requestAlert {
    background-color: #4cadff !important;
    border-radius: 40px !important;
    padding: 0px !important;
    font-size: 14px !important;
    min-width: 122px;
    min-height: 38px;
    letter-spacing: 1px !important;
    width: fit-content;
}
#requestAlert:hover,
.profile-save-btn:hover,
#saveTimezone:hover {
    color: white !important;
    background-color: #3a8bcf !important;
}
#requestAlert {
    margin: 16px auto;
    color: white;
    font-weight: bold;
}
.nav-edit-profile {
    padding-top: 20px;
}
.nav-edit-profile .profileInfoDisplay{
    display:inline;
}
.nav-edit-profile .profileInfoChange{
    display:none;
}
.nav-edit-profile.edit-mode .profileInfoDisplay{
    display:none;
}
.nav-edit-profile.edit-mode .profileInfoChange{
    display:block;
}
.edit-profile-name-wrapper {
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    border: 2px solid #e9e9e9;
    border-bottom: none;
    background-color: whitesmoke;
    position: relative;
    min-height: 94px;
}
.edit-profile-name-wrapper .spinner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    /* transform: translate(-50%, -50%); */
    display: none;
}
.edit-profile-name-wrapper.profile-loading .spinner2 {
    display: block !important;
}
.edit-profile-name-wrapper:hover .edit-profile-name-icon {
    background-color: #e9e9e9;
}
.profile-loading .edit-profile-name-icon,
.profile-loading #profileFirstName,
.profile-loading #profileLastName {
    display: none;
}
.edit-profile-name-icon {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 0px 0px 0px 20px;
    font-size: 18px;
    border: 2px solid #e9e9e9;
    border-top: none;
    border-right: none;
    transition: background-color 0.3s;
    pointer-events: none;
}
.edit-profile-name {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    font-size: 24px !important;
}
.edit-profile-group-wrap {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    background: #e9e9e9;
    row-gap: 1px;
    padding: 2px;
}
.edit-profile-group {
    display: flex;
    justify-content: space-between;
    background: whitesmoke;
    padding: 10px 14px;
    min-height: 58px;
    align-items: center;
    column-gap: 20px;
}
.edit-profile-group:last-of-type {
    border-radius: 0px 0px 18px 18px;
}
.edit-profile-group label {
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}
.edit-profile-group p {
    margin: 0px !important;
    font-weight: initial !important;
    font-size: 14px !important;
}
#profileDescription {
    text-align: left;
}
.profileFormButtons {
    margin-top: 16px;
    margin-bottom: 20px;
    display: none;
}
.nav-edit-profile.edit-mode .profileFormButtons{
    display: block;
}
#profileFirstName {
    padding-top: 10px;
    text-align: left;
    padding-left: 16px;
}
#profileLastName {
    padding-bottom: 10px;
    text-align: left;
    padding-left: 16px;
}
#changeFirstName,
#changeLastName {
    margin: 0px !important;
    max-width: initial;
    font-size: 24px !important;
    border-radius: 0px;
    background: white !important;
    border-color: white;
    z-index: 1;
    padding: 0px 16px !important;
    text-align: left !important;
}
#changeFirstName {
    border-radius: 20px 20px 0px 0px;
}
#changeFirstName:focus,
#changeLastName:focus {
    border-color: #59acff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#profileClose, #attendeeSignUpClose {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#profileClose:hover span , #attendeeSignUpClose:hover span {
    transition: all 0.3s;
}
#profileClose:hover span, #attendeeSignUpClose:hover span  {
    transform: scale(1.3);
}
/* NOTICE: this wrapper is on all nav options, changing it will affect all */
.nav-padding-wrapper {
    padding: 0px 15px;
}
#todayModal .modal-content {
    border-radius: 0px;
}
@media only screen and (max-width: 991px) {
    #searchBar {
        flex-wrap: initial;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 65px;
        right: 0px;
        border-radius: 0px 0px 10px 10px;
    }
    .erc-main-navbar {
        width: 100%;
    }
    ul.navbar-nav li {
        padding: 10px 22px 10px !important;
    }
    #mobileNav {
        padding-bottom: 0px !important;
    }
}