File size: 2,084 Bytes
80caa3e
8b454b3
 
 
 
 
 
 
 
 
 
 
 
80caa3e
8b454b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80caa3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.mpopup ,.overlay{
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content ,.popup{
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 450px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 0.3rem;
}
.modal-header {
  padding: 2px 12px;
  background-color: #ffffff;
  color: #333;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header h2{
  font-size: 1.25rem;
  margin-top: 14px;
  margin-bottom: 14px;
  color: maroon;
}
.modal-body {
  padding: 2px 12px;
  height: auto;
}
#modal-bodyText{
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: maroon;
  text-decoration: none;
  cursor: pointer;
}

/* add animation effects */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.closeModal {
  /* color: #aaa; */
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  border: none;
}

.closeModal:hover,
.closeModal:focus {
  color:rgb(134, 28, 28);
  text-decoration: none;
  cursor: pointer;
}

 .text-right{
  text-align: center;
 }
 .dialog-btn#confirm{
  background-color:#098815;
 }
 .dialog-btn#cancel{
  background-color:#880909;
 }
.dialog-btn { 
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 30%;
}

.dialog-btn#confirm:hover{
  background-color:#05470c;
  cursor: pointer;
 }

 .dialog-btn#cancel:hover{
  background-color:#430505;
  cursor: pointer;
 }