.shortDetailButton{
    cursor: pointer;
    max-width: 50px;
    text-align: center;
    margin: 0;
}
.white-box{
    border-radius: 10px;
}
.shortDetailButton i{
    font-size: 20px;
}
.positionRelative{
    position: relative;
}
.shortDetailClass{
    position: fixed;
    -webkit-box-shadow: 0px 0px 26px 5px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 26px 5px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 26px 5px rgba(0,0,0,0.44);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.closeWindow{
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 9999999;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}
.positionRelative{
    position: relative;
}
.notification-banner-main{
    z-index: 999999999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
.notification-info-main{
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 40%;
    /* height: 30%; */
}
.pl-25{
    padding-left: 25px!important;
    padding-right: 25px!important;
}
.imageNotification{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.notification-ready{
    display: none;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 40px;
}
.notification-info-main{
    max-width: 800px;
}
.users-sms{
    -webkit-box-shadow: inset 5px 5px 50px -18px rgba(0,0,0,0.37); 
    box-shadow: inset 5px 5px 50px -18px rgba(0,0,0,0.37);
    border-radius: 10px;
    padding: 10px 20px;
}
