.artable {
    display: table;
    width: 100%;
    background-color: #e1e1e1;
    padding: 0 2px;
}

.artable-row {
    display: flex;
    border-bottom: none;
    max-height: 40px;
}
.artable-cell {
    display: table-cell;
    padding: 10px;
}

.logo {
    width: 20%;
    margin-top: -7px;
}

.logo img {
    width: 80px;
    border-radius: 5px;
    max-height: 35px;    
}

.description {
    width: 60%;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.link {
    width: 20%;
}

.btn-grad2 {
width:100%;
    padding: 7px 5px;
    background: linear-gradient(90deg, #0039ab 1.56%, #000 100%);
    background-size: 400% 400%;
    -webkit-animation: 2s infinite table-en-iyi-btn;
    -moz-animation: 2s infinite table-en-iyi-btn;
    -o-animation: 2s infinite table-en-iyi-btn;
    animation: 2s infinite table-en-iyi-btn;
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    box-shadow: 0 0 15px #eee;
    border-radius: 10px 0;
    display: flex;
    top: -5px;
    left: 5px;

}

.btn-icon:before {
        content: "";
        position: absolute;
        left: 10%;
        top: 38%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background-image: url("https://cepmaxx.co/wp-content/plugins/ar-ads/img/icons/money.svg");
        background-repeat: no-repeat no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 5000;
}

.btn-grad2.has-icon {
    font-size: 16px;
    font-weight: 800;    
    justify-content: flex-end;
}

.btn-grad2:not(.has-icon) {
    font-size: 16px;
    font-weight: 900;    
    justify-content: center;
}

.btn-icon:before svg path {
    fill: white;
}

@media screen and (max-width: 576px) {
    .artable {
        display: block;
    }

.artable-row {
    display: flex;
    border-bottom: none;
    max-height: 35px;
}

    .artable-cell {
        display: table-cell;
        border-bottom: none;
        padding-bottom: 0;
        text-align: center;
    }

    .logo {
        width:20%;
        margin-top: -5px;
    }

    .logo img {
        max-height: 25px;
    }

    .description {
        font-size: 11px;
        color: #000;
        width:50%;
        margin:0;
        box-shadow: none;
    }

    .link {
        width:30%;
    }

    .btn-icon:before {
            left: 11%;
            top: 35%;
    }

    .btn-grad2 {
        margin: 0;
        padding: 3px 6px 3px 3px;
        font-size: 9px;
        top: -5px;
        right: -5px;
        justify-content: flex-end;
    }
}

.btn-grad2,
.btn-icon {
    position: relative;
}
.btn-grad2 a,
.btn-grad2:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #fff;
}

.btn-grad2:hover {
    background-position: right center;
}

.ar-pl-10 {
margin-left: 10px;
}
            
.ar-pr-10 {
margin-right: 10px;
}
.adButton {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-animation: 2s infinite table-en-iyi-btn;
  -moz-animation: 2s infinite table-en-iyi-btn;
  -o-animation: 2s infinite table-en-iyi-btn;
  animation: 2s infinite table-en-iyi-btn;
  min-width: 160px;
  margin-bottom: 8px;
}

.adButton:hover {
    color:white
}

.BlackWhite{
    background: linear-gradient(90deg, #020202 1.56%, #254ce8 100%);
    background-size: 400% 400%;
    }
    .adButton .adButtonIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
}


@-webkit-keyframes table-en-iyi-btn {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes table-en-iyi-btn {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-o-keyframes table-en-iyi-btn {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes table-en-iyi-btn {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.arampdivbottom{position:fixed;bottom:0;left: 50%;transform: translateX(-50%);}
.arampdivtop{position: inherit;top: 0;color: #fff;background: #201633;width: 100%;z-index: 999;text-align: center;}
.buton{
				background: linear-gradient(90deg, #23b6db 1.56%, #23b6db 100%);
			    background-size: 400% 400%;
				}
				