
.message-icon{
    max-height: 30px; 
    max-width: 30px;
}

.message-illustration{
    max-height: 120px; 
    max-width: 120px;
    padding: 0;
    margin: 0;
}

.customMessage{
    margin-top:100px;
    text-align: center !important;
}

.customMessage-Header{
    border-style: solid;
    height: 40px;
    border-radius: 8px 8px 0 0;
}

.customMessage-Footer{
    border-radius: 0 0 8px 8px;
    text-align: end;
}

.cstAlert{
    border-radius: 8px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--cB3) !important;
    box-shadow: inset 0 0 15px 3px var(--cB3);
}
.cstAlert-header{
    border-width: 0 0 2px 0 !important;
    border-style: solid !important;
    border-color: var(--cB5) !important;
    box-shadow: 0 5px 15px 3px var(--cB3);
}

.cstAlert-footer{
    border-width: 2px 0 0 0 !important;
    border-style: solid !important;
    border-color: var(--cB3) !important;
}
.cstAlert-footer .cstCustomMessageBtn {
    width: 150px;
    height: 40px;
    background-color: var(--cB3);
    border-color: var(--cB5);
    color: white;
}
.cstAlert-footer .cstCustomMessageBtn:hover {
    background-color: var(--cB5) !important;
    border-color: var(--cB2) !important;
    color:  var(--cB2) !important;
}

.cstNotify{
    border-radius: 8px !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: var(--cA5) !important;
}
.cstNotify-header{
    border-width: 0 0 2px 0 !important;
    border-style: solid !important;
    border-color: var(--cA5) !important;
}

.cstNotify-footer{
    border-width: 2px 0 0 0 !important;
    border-style: solid !important;
    border-color: var(--cA5) !important;
}

.cstNotify-footer .cstCustomMessageBtn {
    width: 150px;
    height: 40px;
    background-color: var(--cA3);
    border-color: var(--cA5);
    color: white;
}

.cstNotify-footer .cstCustomMessageBtn:hover {
    background-color: var(--cA5) !important;
    border-color: var(--cA2) !important;
    color:  var(--cA2) !important;
}


@media (max-width: 424.98px) {
    .customMessage{
        min-height: 500px !important;
        max-width: 400px !important;
    }
}
@media (min-width: 425px){
    .customMessage{
        min-height: 350px !important;
        max-width: 700px !important;
    }
}
