/* Module Notify */

.notify-layer-three .custom-switch {
    display: inline-block;
    line-height: 1.4;
    margin-left: 25px;
}

.notify-layer-three .custom-control-label {
    padding-left: 5px;
}

.button-notify-close {
    background: #003f6f;
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 0;
    right: 0;
    padding-top: 20px;
    z-index: 1;
    cursor: pointer;
    display: flex;
}

.button-notify-close img {
    width: 16px;
    height: 16px;
}

.button-notify-setting{
    background: #003f6f;
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 0;
    right: 0;
    padding-top: 16px;
    z-index: 1;
    cursor: pointer;
    display: flex;
}

.button-notify-setting img {
    /*width: 28px;
    height: 28px;*/
	margin-top:-17px;
}

.notify-layer-first {
    position: relative;
}

.bg-layer-three {
    background-image: linear-gradient(to bottom, rgba(0, 63, 111, 0.85), #021c2f 100%) !important;
}