#el-bottom{
        z-index: 2147483647;
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
   }
   #cl-bottom{
        width: 15px;
         height: 15px;
         cursor: pointer;
         background-repeat: no-repeat;
         background-size: contain;
         background-image: url('../images/cancel.svg');
     
   }
   .m-content{
        box-shadow: 0 0px 10px 1px rgb(0, 0, 0, 0.1);
        font-size: 11px;
        color: #363636;
        width: 100%;
        text-align: left;
        padding: 20px;
        position: relative;
        background: #fff;
   }
   #drts {
        display: flex;
        align-items: center;
        border-radius: 10px;
        opacity: 0.99;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2147483647;
        position: fixed;
        width: 100%;
       }
       .sub-drts{
           width: 100%;
       } 
       .nd-drts{
           justify-content: center;
           flex-direction: row-reverse;
           width: 100%; 
           display: flex; 
           align-items: center; 
           position: relative; 
           text-decoration: none;
       } 
       .m-content p{
           font-weight: bold; 
           overflow: hidden; 
           margin: 10px 0;
           line-height: 25px; 
           padding: 0 10px; 
       }
       .m-content img{
          vertical-align: bottom;
       }
       .m-content p.text{
           font-size: 14px;
       }
           
       .m-logo{
          float: left;
          width: 30px;
          height: auto;
          padding-right: 5px;
       }
       .mh-text{
        font-size: 22px;
       }