 .swal2-icon.swal2-warning::before {
     content: "" !important;
 }

 .swal2-icon.swal2-info::before {
     content: "" !important;
 }

 html {
     position: relative;
     min-height: 100%;
 }

 body {
     margin-bottom: 60px;
     /* Margin bottom by footer height */
 }

 .footer {
     z-index: 9999;
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 45px;
     /* Set the fixed height of the footer here */
     line-height: 45px;
     /* Vertically center the text there */
     background-color: #f5f5f5;
     border-top: 1px solid #ececec;
 }

 .content-wrapper {
     padding-bottom: 100px;
 }

 .container-pb-100 {
     padding-bottom: 100px;
 }