@import 'variables'; @import 'common'; .av-te-dltplot-modal { background-color: rgba(39, 48, 47, 0.6); height: 100%; left: 0; overflow: auto; position: fixed; top: 0; width: 100%; z-index: 9; &__panel { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); left: 50%; max-height: 336px; max-width: 592px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; } &__header { align-items: center; background-color: $color-bg-02; border-radius: 16px 16px 0 0; display: flex; font-size: 16px; justify-content: space-between; padding: 12px 16px; div { align-items: center; display: flex; flex-grow: 1; justify-content: center; } } &__heading { color: $color-content-01; font-family: Inter; font-size: 16px; font-weight: 600; line-height: 24px; margin: 0 0 0 6px; text-align: center; } .av-icon-close { font-size: 32px; font-weight: 200px; margin-left: auto; &:hover{ cursor: pointer; } } &__content { background-color: $color-white; padding: 24px 16px; @media (min-width: 769px) { padding: 32px; } } &__title { color: $color-content-01; font-family: $text-family; font-size: 20px; font-weight: 600; line-height: 32px; text-align: center; } &__text { display: flex; flex-direction: column; font-family: $text-family; margin-bottom: 16px; text-align: center; } &__footer { background-color: $color-white; border-radius: 0 0 16px 16px; display: flex; gap: 16px; justify-content: center; padding: 0 24px 24px; width: 100%; } &__delete form button span { align-items: center; background-color: $color-btn-bg-active; border-radius: 8px; border: 1px solid $color-btn-bg-active; color: $color-white; cursor: pointer; display: flex; font-weight: 600; height: 40px; justify-content: center; padding: 8px 16px; width: 144px; } .btn-primary { background-color: transparent; } &__cancel { background-color: $color-white; border-radius: 8px; border: 1px solid $color-btn-bg-active !important; color: $color-btn-bg-active; cursor: pointer; font-weight: 600; height: 40px; padding: 8px 16px; width: 144px; } }