@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
body {
    font-family: "Inter", sans-serif;
    position: relative;
    min-height: 100vh;
}
a {
    text-decoration: none;
}

button.alwan__preset-button {
    border: 1px solid black;
}

.pagination .page-item.active .page-link {
    background-color: #f63d68 !important;
    border-color: #f63d68 !important;
    color: white !important;
}
.pagination .page-item .page-link {
    color: #697586 !important;
}

.form-control:focus {
    border-color: #f63d68;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
/*.form-check-input{*/
/*	background-color: #F63D68 !important;*/
/*	border-color: #F63D68 !important;*/
/*}*/

.table tbody tr td .table-btns .dropdown ul li a.dropdown-item {
    background-color: white;
    color: black;
}

button[disabled] {
    pointer-events: none;
    opacity: 0.3;
}

.disabled-element {
    pointer-events: none;
    opacity: 0.3;
}

.form-control:focus {
    box-shadow: none;
}
.text-red {
    color: #f63d68 !important;
}
.background-red {
    background-color: #f63d68 !important;
}
.background-red.disabled {
    pointer-events: none;
    opacity: 0.3;
    /*background-color: #fee7ec !important;*/
    /*cursor: pointer;*/
}
.background-grey {
    background-color: #697586 !important;
}
.audio-form-wrap {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}
.audio-form {
    max-width: 508px;
    margin: 0 auto;
    padding: 50px 0;
}
.form-header {
    text-align: center;
}
.form-header h2 {
    font-weight: 600;
    line-height: 120%;
    font-size: 32px;
    color: #364152;
}
.form-header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6c757d;
    margin: 15px 0;
}
.form-header a {
    color: #f63d68;
    text-decoration: underline;
}
.audio-form form label,
.create-event-form label,
.dial-in label,
.wedding-links label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #364152;
}
.audio-form form label i {
    color: #f63d68;
    font-style: normal;
}
.free-trial {
    padding: 8px 16px;
    text-align: center;
    background: #fff1f3;
    border: 1px solid #fff1f3;
    border-radius: 4px;
}
.free-trial p {
    margin: 0;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    color: #89123e;
}
.audio-form .form-control,
.create-event-form .form-control,
.dial-in.form-control {
    height: 38px;
    background: rgba(255, 255, 255, 1e-6);
    font-size: 16px;
}
.card-number {
    position: relative;
}
.card-number .form-control {
    padding-left: 35px;
}
.card-number img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 15px;
}
.card-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.card-details .form-control {
    border: 0px;
}
.audio-form .submit-btn,
.create-event-btn {
    background: #f63d68;
    border: 1px solid #f63d68;
    border-radius: 4px;
    padding: 8px 30px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 16px;
}
.audio-form .form-check label a {
    color: #f63d68;
    text-decoration: underline;
}
.field-icon {
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.sign-up-account {
    margin-top: 20px;
}
.sign-up-account p {
    color: #6c757d;
    text-align: center;
}
.sign-up-account p a {
    color: #f63d68;
    text-decoration: underline;
}
.login-signup {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.login-signup a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #f63d68;
}
.navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #212529;
}
.navbar {
    background: #f8f9fa;
    padding: 10px;
}
.navbar .btn-logout {
    padding: 8px;
    border: 1px solid #f63d68;
    color: #f63d68;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.457143px;
    color: #f63d68;
    border-radius: 4px;
    font-weight: 600;
}
.all-events,
.create-event,
.wedding-details {
    padding: 76px 0;
}
.all-events-header h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #364152;
}
.all-events-header a {
    background: #f63d68;
    border-radius: 4px;
    padding: 7px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.457143px;
    color: #ffffff;
}
.table {
    margin-top: 55px;
}
.table thead {
    background: #e3e8ef;
}
.table thead tr th {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.33333px;
    color: #364152;
    padding: 15px 10px;
    border: 0px;
}
.table thead tr th:nth-child(4) {
    padding-left: 40px;
}
.table tbody tr:hover {
    background-color: #f4f5f7;
}

.table tbody tr td {
    font-size: 16px;
    line-height: 23px;
    color: #364152;
    padding: 12px 15px;
}
.table tbody tr td .table-btns {
    display: flex;
    gap: 11px;
    justify-content: flex-end;
    margin: -7px;
    margin-right: 0;
}
.table tbody tr td .table-btns a {
    padding: 10px;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.457143px;
}

.table tbody tr td .table-btns a:hover {
    filter: brightness(90%);
    transition: filter 0.2s ease;
}
.table tbody tr td:nth-last-child(1) {
    padding-right: 0;
}

.table tbody tr td .table-btns a:nth-child(2) {
    background: #697586;
}
.table tbody tr:nth-last-child(1) td {
    border: 0px;
}
.create-event-form {
    margin-top: 20px;
}
.create-event h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #212529;
}

.create-event h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #212529;
    margin: 20px 0px 10px 0px;
}
.preview-waveform p {
    font-size: 16px;
    line-height: 23px;
    color: #364152;
    margin-bottom: 15px;
}
.color-picker {
    position: relative;
}
.color-picker .form-control {
    height: 38px;
    padding-left: 40px;
}
.color-picker img {
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
}
.create-event-btn {
    display: inline-block;
    width: auto !important;
    margin-top: 35px;
    text-align: center;
}
.dial-in {
    padding: 15px;
    border: 1px solid #dee2e6;
}
.dial-in h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #212529;
}
.dial-in .free-trial p {
    text-align: left !important;
    color: #89123e;
}
.dial-in i {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}
.dial-in i a {
    font-weight: 600;
    text-decoration: underline;
    color: #212529;
}
.dial-in p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}
.dial-in p a {
    text-decoration: underline;
    color: #000000;
}
.dial-in b {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #6c757d;
}
.headphones {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.457143px;
    text-decoration-line: underline;
    color: #f63d68;
    display: flex;
    align-items: center;
}
.headphones img {
    margin-right: 4px;
}
.dashboard-buttons {
    display: flex;
    border: 1px solid #364152;
    border-radius: 4px;
    justify-content: space-around;
    align-items: center;
    margin-top: 35px;
}
.dashboard-buttons a {
    padding: 8px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.457143px;
    color: #364152;
    flex: 1;
}
.dashboard-buttons a:nth-child(2) {
    border-right: 1px solid #364152;
    border-left: 1px solid #364152;
}
.wedding-links h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #364152;
    margin-bottom: 50px;
}
.wedding-links .input-group-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.457143px;
    background-color: #fff;
    color: #212529;
}
.wedding-details .dial-in h5 {
    padding: 0 22px;
}
.wedding-details .dial-in p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #212529;
    padding: 0 22px;
    margin: 10px 0;
}
.wedding-details .dial-in h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #212529;
    padding: 0 22px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.wedding-details .dial-in small {
    font-size: 15px;
    line-height: 24px;
    color: #9aa4b2;
    padding: 0 22px;
}
.wedding-details .dial-in hr {
    margin: 0;
}

footer {
    padding: 17px 23px;
    background-color: #212529;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
}
footer p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}
footer ul {
    display: flex;
    gap: 27px;
    list-style-type: none;
    margin-bottom: 0px;
}
footer ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
footer ul li a:hover {
    color: #f63d68;
}
.wedding-details .table {
    margin-top: 150px;
}
.modal-header h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #364152;
}
.modal-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #364152;
}
.drop-zone {
    width: 100%;
    height: 321px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
    margin-top: 50px;
    background: #f8fafc;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    flex-direction: column;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
.drop-zone__prompt {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #364152;
    margin-top: 30px;
}
.drop-zone p {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #9aa4b2;
    margin-top: 5px;
}
.upload-cancle {
    display: flex;
    gap: 10px;
    margin-top: 78px;
    justify-content: flex-end;
}
.upload-cancle a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.457143px;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 4px;
}
.upload-cancle a:nth-child(1) {
    background: #697586;
}
.upload-cancle a:nth-child(2) {
    background: #f63d68;
}
.upload-section {
    min-height: calc(100vh - 118px);
}
.multi-upload {
    padding: 56px 108px;
    background: #f8fafc;
    border: 1px solid #adb5bd;
    border-radius: 2px;
    margin-top: 50px;
}
.single-file-upload {
    border: 1px solid #adb5bd;
    border-radius: 2px;
    background-color: #f8f9fa;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: 208px;
}
.single-file-upload p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.457143px;
    color: #f63d68;
}
.single-file-upload img {
    margin-bottom: 8px;
}
.single-file-upload .file-overlay {
    position: absolute;
    display: none;
    top: 9px;
    right: 9px;
    left: 9px;
    bottom: 9px;
    background-color: rgba(0, 0, 0, 0.6);
}
.single-file-upload .file-overlay .overlay-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single-file-upload:hover .file-overlay {
    display: block;
}
.upload-progress {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.upload-progress span {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    background: #dee2e6;
    height: 4px;
}
.upload-progress em {
    background: #f63d68;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.uploading-btn {
    background: #cdd5df !important;
    color: rgba(105, 117, 134, 0.35) !important;
}
.card-dets {
    padding: 18px 22px 6px 22px;
    max-width: 535px;
    margin-top: 35px;
    position: relative;
}
.card-dets h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #364152;
}
.card-dets p {
    font-size: 16px;
    line-height: 23px;
    color: #364152;
    margin-bottom: 0;
}
.card-dets hr {
    position: absolute;
    top: 61%;
    left: 0;
    right: 0;
}
.card-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.card-buttons a {
    background: #f63d68;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.457143px;
    color: #ffffff;
    padding: 8px 15px;
}
.card-buttons a:nth-child(2) {
    background-color: #697586;
}
.billing-table tbody tr td a {
    color: #f63d68;
}
