
    .dma-button:hover{
        box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 1);
    }
    
    
    .dma-bot-text-logo{
        padding-left:20px;
        padding-right:20px;
    }   
    .dma-bot-text-logo>div>a{
        font-size:var(--dma-nav-logo-height);
        color: var(--dma-nav-active-color);
        font-weight: 500;
    }
    iframe{
        max-width:100%;
    }
    .dma-nav-custome .uk-navbar-toggle:hover {
        color: #c2bfbf;
    }
    .dma-mobile-nav li a{
        font-weight: 600;
        justify-content: center;
    }
    .message-button{
        osition: relative;
        cursor: pointer;
        z-index: 2;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        background: var(--dma-color);
        border-radius: 50%;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    }
    .uk-drop{
        width:max-content;
    }
    #toggle-social .social-grid>div:last-child{
        margin-top: 15px;
    }
    .error404 .dma-main-container{
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
    }