.download-main-wrapper {
    padding: 10px;
    position: relative;
    p {
        margin: 5px;
        padding: 5px 10px;
    }
    .ad-wrapper {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-flow: column;
    }    
    .ad-footer {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        & > * {
            margin: 0 5px;
            color: #fff;
            background-color: #000000b8;
            border-radius: 4px;
            padding: 2px 10px;
            font-size: 15px;
        }
        .ad-timer {
            min-width: 75px;
            text-align: center;
        }
        .skip-ad {
            cursor: pointer;

            &:hover {
                background-color: #000;
            }
        }
    }
    .download-link {
        border-radius: 4px;
        text-decoration: none;
        padding: 7px 15px;
        margin: 5px;
        display: inline-block;
    }
    .mreeir-dllinks-wrapper {
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: flex-start;
        margin: 20px 10px;

        &.show-after-ad {
            display: none !important;
        }
    }
    .mreeir-loading {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #e4e4e4;
        opacity: .6;
        z-index: 999999;

        .mreeir-loading-icon {
                animation: mreeir-spinner .3s linear infinite;
                border: 2px solid #1d262d;
                border-right-color: transparent;
                border-radius: 100%;
                display: inline-block;
                position: relative;
                overflow: hidden;
                text-indent: -9999px;
                width: 30px;
                height: 30px;
                vertical-align: middle;
                margin: 20px 10px 40px;
        }
    }
    .download-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        padding: 10px;
        margin: 0 auto;
        list-style-type: none;
        max-width: 600px;
        align-items: center;
        
        input[type=tel],
        input[type=text] {
            background: #fff;
            @media screen and (min-width:600px) {
                min-width: 250px;
            }
            @media screen and (mix-width:599px) {
                min-width: auto;
                width: 100%;
            }
        }
        input[type=submit] {
            @media screen and (min-width:600px) {
                min-width: 250px;
            }
            @media screen and (mix-width:599px) {
                min-width: auto;
                width: 100%;
            }
        }
        li {
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-bottom: 10px;

            label {
                @media screen and (max-width:600px) {
                    flex: 1 0 120px;
                    max-width: 220px;
                }
            }
            input {
                @media screen and (max-width:600px) {
                    flex: 1 0 220px;
                }
            }
            @media screen and (max-width:600px) {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }
        }
        .kdl-step-2 {
            display: none;
        }
        .dlregister-wrapper {
            display: initial;
            
            input {
                margin-left: 7px !important;
            }
        }
        .kdl-checkbox-lable {
            cursor: pointer;
        }
        input.dlregister {
            margin: 0;
            cursor: pointer;
        }

        @media screen and (max-width:600px) {
            grid-template-columns: 1fr;
        }
    }
}