.cnTopNotification {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    padding: 5px;
    opacity: 0;
    z-index: 99999999999;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: white;
    font-weight: lighter
}
.cnTopNotificationInsideTable {
    background-color: transparent !important;
    background-image: none !important;
}
.cnCloseBut {
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 100%
}
.cnTopNotification table {
    max-width: 800px;
    text-align: center;
}
.cnMainIcon {
    width: 30px;
    height: 30px;
    margin-right: 5px
}
.cnTitle {
    font-size: 15px!important;
    display: block;
    text-align: center;
    font-style: italic;
    color: #D4D4D4;
}
.cnContent {
    font-size: 13px!important;
    display: block;
    color: #D4D4D4;
}
.cnCloseSection {
    right: 20px;
    width: 20px
}
.cnCloseIcon {
    position: absolute;
    top: 5px;
    right: 20px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer
}
.cnCallCenterClickeable {
    height: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    margin-top: 10px
}
.cnCallCenterWhiteBar {
    margin-top: 5px;
    max-width: 150px;
    height: 2px;
    background-color: white;
    opacity: .7;
    border-radius: 10px
}
#cnTL {
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 0
}
#cnTR {
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 0
}
#cnBL {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 5px
}
#cnBR {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 5px
}
.cnNotification {
    text-align: left;
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 1);
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: white;
    font-weight: lighter;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
}
.cnExtraLeft {
    left: 10
}
#cnNotificationCenter {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    color: white;
    background-color: rgba(0, 0, 0, 0.7)
}
.cnEmtpySlide {
    position: fixed;
    top: 40%;
    width: 100%
}
.cnMainContainer {
    height: calc(100% - 50px);
    max-width: 600px;
    text-align: left
}
.cnNcHeaderBox {
    width: 100%;
    height: 30px
}
.cnNcHeader {
    float: left;
    width: 40px
}
.cnNcContent {
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px
}
.cnClearNotification {
    float: right;
    cursor: pointer
}
.cnNcCloseContainer {
    cursor: pointer
}
.cnNcCloseCenter {
    height: 3px;
    max-width: 180px;
    border-radius: 10px;
    background-color: white
}
.cnMainContainer .swiper-slide {
    float: none!important;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.cnNcIcon {
    width: 25px;
    float: left
}
.cnNcCloseButton {
    position: absolute;
    right: 10px;
    font-size: 18px;
    cursor: pointer
}
.cnNcTitle {
    margin-top: 5px
}
.cnNcTitle span {
    font-size: 16px;
    margin-left: 5px
}

#cnNotificationCenter, #cnTR, #cnTL, #cnBL, #cnBR {
    z-index: 1000001 !important;
}
