﻿.alertify .ajs-dialog {
    border-radius: 8px;
    border: 0.5px solid #c5d3e3;
    box-shadow: none;
}

.alertify .ajs-header {
    border-radius: 8px 8px 0 0;
    padding: 10px 45px 10px 24px;
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #4B6D93;
    font-weight: normal;
    border-bottom: 0.5px solid #c5d3e3;
    font-family: "lato";
}

    .alertify .ajs-header span {
        display: none;
    }

.alertify .ajs-body {
    font-family: "lato";
}

    .alertify .ajs-body .ajs-content {
        padding: 20px 0;
        font-size: 12px;
        letter-spacing: 0.48px;
        color: #4B6D93;
    }
    @media (min-width: 768px){
        .alertify .ajs-body .ajs-content{
            font-size: 14px;
            letter-spacing: 0.56px;
        }
    }

.alertify .ajs-footer {
    padding: 0 20px 15px 0;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    min-height: 65px;
}

.alertify .ajs-commands {
    right: 0;
    margin: -17px 0 0 0;
    position: relative;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    height: 45px;
    background: #01b7f2;
    width: 94px;
    border-radius: 8px;
    letter-spacing: 0.9px;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    float: right;
    align-items: center;
    outline: none;
}
@media (min-width: 768px){
    .alertify .ajs-footer .ajs-buttons .ajs-button {
        letter-spacing: 1.05px;
        font-size: 14px;
    }
}
.alertify .ajs-commands button.ajs-close {
    background-image: none;
}

    .alertify .ajs-commands button.ajs-close:after {
        content: url('../../images/reskin/modalcross-icon.svg');
        color: #4B6D93;
        font-size: unset;
        font-weight: normal;
        position: absolute;
        top: 0;
        right: -8px;
    }
