@import url("form.css");

.alert p {
    font-size: 17px;
    margin-bottom: 0;
}

.file-upload-button {
    position: relative;
}

.file-upload-button input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1;
}

#matchmaking-container .matchmaking section {
    /*border-bottom: 5px #ccc solid;*/
    margin-bottom: 25px;
}

#matchmaking-container .matchmaking:last-child section {
    border-bottom: none;
}

.matchmaking .scheduling {
    cursor: pointer;
}

.matchmaking .scheduling:hover {
    background: #F0F0F0;
}

.time-slot-container {
    overflow-y: auto;
    height: 120px;
    background-color: #fff!important;
    border: 1px solid #E5E5E5;
    padding: 1rem !important;
}

.time-slot-container #time-slot {
    text-align: left;
}

.nowrap {
    white-space: nowrap;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 2rem 1.5rem;
    margin-bottom: .75rem;
    background-image: linear-gradient(to right, #e5e5e5, #e5e5e5 2px, transparent 2px, transparent 8px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: none;
}

.list-group-item:last-child {
    background: none;
}

.form-control {
    border-color: #e5e5e5 !important;
}

.profile-form-select {
    padding-top: 5px !important;
}

.pl-25-pt-3 {
    padding-left: 25px !important;
    padding-top: 3px !important;
}

[class*=" bi-"]::before {
    font-size: 110% !important;
}

.schedule-border {
    border: 1px solid #54245B !important;
}

.vanilla-calendar .vanilla-calendar-date {
    border-color: #E5E5E5 !important;
    border-left-width: 0 !important;
    border-top-width: 0 !important;
}

.vanilla-calendar .vanilla-calendar-date:first-child {
    border-left-width: 1px !important;
}

.vanilla-calendar .vanilla-calendar-date:nth-child(n+1):nth-child(-n+7) {
    border-top-width: 1px !important;
}

.border-top-width {
    border-top-width: 1px !important;
}

.border-bottom {
    border-bottom: 3px solid rgba(0,0,0,.1) !important;
}

.profile-border-bottom {
    border-bottom: 1px solid #E5E5E5 !important;
}

.profile-page .select {
    margin-bottom: 0px !important;
}
