Files
2024-07-05 21:36:15 +03:30

195 lines
4.9 KiB
CSS

.warningSwall, .warningSwall2 {
color: #fafafa !important;
background-color: #f3930af0 !important /* rgb(189 27 24 / 90%) */;
border: 1px solid #f3930a !important;
}
.warningSwall .cancel, .warningSwall2 .confirm {
background-color: #ffa728 !important;
border: 1px solid #f99e1b !important;
border-radius: 25px !important;
}
.errorSwall {
color: #fafafa !important;
background-color: #bd1b18e6 !important; /* rgb(189 27 24 / 90%) */
border: 1px solid #ef5350 !important;
}
.questionSwall {
background-color: #ffffff;
animation: blinkSwall 2s 3;
}
@keyframes blinkSwall {
0% {
background-color: #ffffff;
}
50% {
background-color: #ff9393;
}
100% {
background-color: #ffffff;
}
}
.errorSwall h2, .warningSwall h2 {
line-height: 25px;
color: #efefef !important;
margin: 15px 0;
text-align: center !important;
direction: rtl !important;
}
.errorSwall p, .warningSwall p {
line-height: 25px;
color: #efefef !important;
margin-bottom: 15px;
text-align: center !important;
direction: rtl !important;
}
.errorSwall .sa-icon.sa-warning .sa-body, .warningSwall .sa-icon.sa-warning .sa-body {
background-color: #fff !important;
}
.errorSwall .sa-icon.sa-warning .sa-dot, .warningSwall .sa-icon.sa-warning .sa-dot {
background-color: #fff !important;
}
.errorSwall .sweet-alert .sa-icon.sa-warning, .warningSwall .sweet-alert .sa-icon.sa-warning {
border-color: #fff !important;
}
.errorSwall .sa-icon.sa-warning, .warningSwall .sa-icon.sa-warning {
border-color: #fff !important;
}
.errorSwall .confirm, .warningSwall .confirm {
display: none !important;
}
.errorSwall .cancel {
background-color: #e75754 !important;
border: 1px solid #ef5350 !important;
border-radius: 25px !important;
}
.successSwall {
color: #fafafa !important;
background-color: rgba(4, 149, 66, 0.8) !important;
border: 1px solid #33b86c !important;
}
.successSwall h2 {
line-height: 25px;
color: #efefef !important;
margin: 15px 0;
text-align: center !important;
direction: rtl !important;
}
.successSwall p {
text-align: center !important;
direction: rtl !important;
line-height: 25px;
color: #efefef !important;
margin-bottom: 15px;
}
.successSwall .sa-icon.sa-warning .sa-body {
background-color: #fff !important;
}
.successSwall .sa-icon.sa-warning .sa-dot {
background-color: #fff !important;
}
.successSwall .sweet-alert .sa-icon.sa-warning {
border-color: #fff !important;
}
.successSwall .sa-icon.sa-warning {
border-color: #fff !important;
}
.successSwall .cancel {
display: none !important;
}
.successSwall .confirm {
background-color: rgba(51, 184, 108, 0.8) !important;
border: 1px solid #33b86c !important;
border-radius: 25px !important;
}
.successSwall .sa-icon {
width: 80px !important;
height: 80px !important;
margin: 20px auto !important;
}
.successSwall .sa-icon.sa-success .sa-fix {
background-color: transparent !important;
}
.successSwall .sa-icon.sa-success::after, .successSwall .sa-icon.sa-success::before {
background: transparent; !important;
}
.errorSwall2 {
color: #fafafa !important;
background-color: #bd1b18e6 !important /* rgb(189 27 24 / 90%) */;
border: 1px solid #ef5350 !important;
}
.errorSwall2 h2, .warningSwall2 h2 {
text-align: center !important;
direction: rtl !important;
line-height: 25px;
color: #efefef !important;
margin: 15px 0;
}
.errorSwall2 p, .warningSwall2 p {
text-align: center !important;
direction: rtl !important;
line-height: 25px;
color: #efefef !important;
margin-bottom: 15px;
}
.errorSwall2 .sa-icon.sa-warning .sa-body, .warningSwall2 .sa-icon.sa-warning .sa-body {
background-color: #fff !important;
}
.errorSwall2 .sa-icon.sa-warning .sa-dot, .warningSwall2 .sa-icon.sa-warning .sa-dot {
background-color: #fff !important;
}
.errorSwall2 .sweet-alert .sa-icon.sa-warning, .warningSwall2 .sweet-alert .sa-icon.sa-warning {
border-color: #fff !important;
}
.errorSwall2 .sa-icon.sa-warning, .warningSwall2 .sa-icon.sa-warning {
border-color: #fff !important;
}
.errorSwall2 .cancel, .warningSwall2 .cancel {
display: none !important;
}
.errorSwall2 .confirm {
background-color: #e75754 !important;
border: 1px solid #ef5350 !important;
border-radius: 25px !important;
}
.bgGray, .bgGray:hover
{
background-color: #b5b5b5 !important;
color: #646464;
}