﻿@charset "utf-8";
/*------------------------------------------------------------------
[Sweetalert Stylesheet]

Project: Website CGC
Version: 1.1
Update:  14/10/19
------------------------------------------------------------------*/

.sweet-alert .title {
    color: #828282 !important;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
}
.sweet-overlay {
    z-index: 1100;
}

.sweet-alert .line {
    border: none !important;
    padding: 2px !important;
}

.sweet-alert .icon.success .placeholder {
    border: 4px solid rgba(165,220,134,1);
}