// placeholder
// placeholder
@import (optional, reference) '../../style/themes/index';

@modal-prefix-cls: ~'@{mega-prefix}-modal';

.@{modal-prefix-cls} {
  &__title {
    background: #f5f5f5;
    position: relative;
    padding: 0 24px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    .@{modal-prefix-cls}_full_screen {
      width: 56px;
      height: 56px;
      line-height: 56px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 32px;
      cursor: pointer;
      text-align: right;
    }
    .icon-quanping1 {
      font-size: 14px;
      margin-top: 1px;
    }
  }
  .ant-modal {
    transition: all 0.15s;
  }
  .ant-modal-header {
    background: #f5f5f5;
  }
  .ant-modal-title {
    margin-right: 20px;
  }
  .ant-modal-body {
    height: calc(100% - 118px);
  }
  .ant-modal-footer {
    text-align: center;
  }
  .full_screen_modal {
    height: 100%;
    .ant-modal {
      width: 100% !important;
      height: 100%;
      top: 0;
      padding: 0;
    }
    .ant-modal-content {
      height: 100%;
      border-radius: 0px;
    }
  }
}
.mega-design-modal__footer {
  .ant-btn-primary {
    background-color: #005583;
    border-color: #005583;
  }
}
.mega-design-modal__footer{
  .ant-btn-primary:hover, .ant-btn-primary:focus{
    background-color: #005583;
    border-color: #005583;
  }
}
