

.v-dialog__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: .2s cubic-bezier(.25,.8,.25,1),z-index 1ms;
    width: 100%;
    z-index: 6;
    outline: none;
}



.v-dialog {
    margin: 24px;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: inherit;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.v-dialog:not(.v-dialog--fullscreen) {
    max-height: 90%;
}
.v-dialog {
    border-radius: 0;
    align-self: flex-start;
    position: relative;
    top: 20%;
}

.v-dialog .pl-8 {
    padding-left: 32px!important;
}
.v-dialog .py-5 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.v-dialog .mr-8 {
    margin-right: 32px!important;
}
.v-dialog .py-6 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}
.v-dialog .pb-5 {
    padding-bottom: 20px!important;
}
.v-dialog .px-8 {
    padding-right: 32px!important;
    padding-left: 32px!important;
}
.v-dialog .px-10 {
    padding-right: 40px!important;
    padding-left: 40px!important;
}

.v-dialog .text-center {
    text-align: center!important;
}



.v-card {
    display: block;
    max-width: 100%;
    outline: none;
    text-decoration: none;
    transition-property: box-shadow,opacity;
    overflow-wrap: break-word;
    position: relative;
    white-space: normal;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.v-dialog>* {
    width: 100%;
}
.v-card {
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgb(30 35 41 / 10%);
}
.theme--light.v-sheet {
    background-color: #fff;
    border-color: #fff;
    color: #1e2329;
}
.theme--light.v-card {
    background-color: #fff;
    color: #1e2329;
}
.v-card:not(.v-sheet--tile):not(.v-card--shaped) {
    border-radius: 0;
}


.v-dialog .header {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #dee1e5;
    font-weight: bold;
}



.v-btn {
    align-items: center;
    border-radius: 0;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 400;
    letter-spacing: normal;
    justify-content: center;
    outline: 0;
    position: relative;
    text-decoration: none;
    text-indent: normal;
    text-transform: uppercase;
    transition-duration: .28s;
    transition-property: box-shadow,transform,opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border-style: none;
}
.v-btn--block {
    display: flex;
    flex: 1 0 auto;
    min-width: 100%!important;
    max-width: auto;
}
.v-btn--contained {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.v-btn {
    font-family: Brandon,sans-serif;
    font-size: inherit!important;
}
.v-dialog .theme--light.v-btn {
    color: #1e2329;
}
.v-btn.v-size--default, .v-btn.v-size--large {
    font-size: .875rem;
}
.v-dialog .primary {
    background-color: #71b366!important;
    border-color: #71b366!important;
}
.v-dialog .mb-1 {
    margin-bottom: 4px!important;
}
.v-btn.v-btn--contained {
    box-shadow: 0 2px 4px 0 rgb(30 35 41 / 10%);
}
.v-btn:not(.v-btn--outlined).accent, .v-btn:not(.v-btn--outlined).error, .v-btn:not(.v-btn--outlined).info, .v-btn:not(.v-btn--outlined).primary, .v-btn:not(.v-btn--outlined).secondary, .v-btn:not(.v-btn--outlined).success, .v-btn:not(.v-btn--outlined).warning {
    color: #fff;
}
.v-btn:not(.v-btn--round).v-size--default {
    height: 53px;
    min-width: 94px;
    padding: 0 23.5555555556px;
}

