@font-face {
    font-family: 'Aileron';
    src: url('fonts/Aileron-Regular.otf');
}

body {
    background-image: url("../img/background.png");
    color: #1E1E1E;
    font-family: 'Aileron', Fallback, sans-serif;
}

.text-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.07em;
    text-align: left;

}

.text-medium {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.05em;
    text-align: center;

}



.signin-btn {
    width: 473px;
    height: 101px;
    position: relative;
    gap: 30px;
    border-radius: 10px;
    border: 0.5px 0px 0px 0px;
    opacity: 0px;
    box-shadow: 5px 5px #2F135D;
}

.signup-btn {
    width: 397px;
    height: 55px;
    padding: 22px 178px 22px 178px;
    gap: 10px;
    border-radius: 5px 0px 0px 0px;
    border: 0.5px 0px 0px 0px;
    opacity: 0px;
    box-shadow: 5px 5px #1E1E1E;
    background-color: #2f135d;
    color: #FFFFFF;
}

.signup-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #FFFFFF;

}

.recipient {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.05em;
    text-align: left;
    width: 200px;

}

.btn-img {
    position: relative;
    width: 100px;
    height: 78.33px;
    top: 9.48px;
    left: -5.11px;

}

.footer-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #817E7E
}

.login-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: center;
    cursor: pointer;

}


.text-field {
    width: 397px;
    height: 54px;
    gap: 10px;
    border-radius: 5px;
    border: 0.5px 0px 0px 0px;
    opacity: 0px;
    color: #817E7E !important;
}

input::placeholder {
    color: #817E7E !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.05em;
    text-align: left;
}

.text-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.03em;
    text-align: center;
}

.verify-text-field {
    width: 60px;
    height: 60px;
    padding: 22px 15px 22px 15px;
    gap: 10px;
    border-radius: 5px;
    border: 0.5px 0px 0px 0px;
    opacity: 0px;
    text-align: center;


}

a {
    text-decoration: none;
}

.menu-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: left;
    margin-right: 10px;
    cursor: pointer;
    padding-bottom: 5px;
}

.menu-item:hover {
    border-bottom: 2px solid #2F135D;
}

.profile {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: #f7f3fd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pointer {
    cursor: pointer;
}

.home-dropdown {
    background-color: transparent;
    border: 1px solid #1e1e1e;
    border-radius: 100px;
    width: 98px;
    height: 30px;
    color: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    letter-spacing: -0.05em;
    text-align: left;

}

.home-dropdown:hover {
    background-color: transparent;
    color: #1e1e1e;
}

.create-event-btn {
    background-color: #55348a;
    color: white;
    border: 1px solid #55348a;
}

.my-event-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;
}

.my-event-text-count {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;

}

.scroll-container {
    display: flex;
    overflow-x: auto;
    padding: 20px;
    gap: 20px;
    width: 100%;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.rounded-container {
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rounded-container span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.05em;
    text-align: center;
}

.event-category-box {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    padding: 5px;
}

.event-category-box span {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: -0.05em;
    text-align: left;
}

th {
    font-size: 13px;
    font-weight: 600;
    line-height: 15.6px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #1E1E1E;
}

td {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.03em;
    text-align: center;
}

.table-title-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;

}

.event-details {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #817E7E;
}

.edit-event {
    width: 210px;
    height: 55px;
    background-color: #55348a;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 5px 5px #2F135D;
}

.edit-event:hover {
    background-color: #55348a;
    color: #FFFFFF;
}

.create-event-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #1e1e1e;
}

.step {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #55348a;
    color: #55348a;
    font-size: 12px;
}

label {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: left;
}

.recipient-add-btn {
    border: 0.5px solid #55348a;
    background-color: #f7f3fd;
    color: #55348a;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.05em;
    text-align: center;

}

.recipient-add-btn:hover {
    border: 0.5px solid #55348a;
    background-color: #f7f3fd;
    color: #55348a;
}

.recipient-account-details {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    letter-spacing: -0.05em;
    text-align: left;
    color: #1E1E1E;

}

.grad {
    background-image: linear-gradient(to right, #F5F5F5, transparent);
    width: 100%;
    height: 96px;
    border-radius: 5px;
    padding: 20px;
}

.back-btn {
    background-color: #f5f5f5;
    color: #817e7e;
    font-size: 16px;
    font-weight: 700;
    width: 182px;
    height: 60px;
}

.back-btn:hover {
    background-color: #f6f6f6;
    color: #817e7e;
}

.media-picker {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.media-picker img,
.media-picker video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

table td {
    min-width: 5rem;
    max-width: 20rem;
    text-wrap: wrap;
    color: #1E1E1E;
}

button.close {
    display:none
}

.form-label, .col-form-label, .col-form-legend {
    margin-bottom: calc(.438rem - 2px);
    font-weight: bold;
    font-size: .83125rem;
}

.form-group {
    margin-bottom: 1rem;
}