.tooltipped .text-container {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: .5em .75em;
  margin-inline: 15px;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  pointer-events: none;
  background: black;
  border-radius: 6px;
  border: solid 1px lightgray;
  opacity: 0;
}
.tooltipped img {
  transition: transform .5s ease;
}
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltipped:hover .text-container,
.tooltipped:active .text-container,
.tooltipped:focus .text-container {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: .1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: .4s;
}
.tooltipped:hover img,
.tooltipped:active img,
.tooltipped:focus img {
  transform: scale(1.5);
}

/*.button-reset() {
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit; 
    padding: 0;
    cursor: pointer;

    @media screen and (-ms-high-contrast: active) {
    	border: 2px solid currentcolor;
    }

}

.base-btn(@width: 240px, @fontsize: 13px, @lineheight: 16px) {
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	letter-spacing: 1.92px;
    border: none;
    //font-size: 24px;
    //line-height: 30px;
    .heading-base();
	.convertRem(font-size, @fontsize);
	.convertRem(line-height, @lineheight);
    width: @width;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    .flexbox();
    .flex-align(center);
    .flex-justify(center);
}

//green with shadow button
//applied to <a> or <button> tag
.green-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green no shadow button
//applied to <a> or <button> tag
.green-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;
}

//green button with arrow
//applied to <a> or <button> tag
.green-arrow-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/green-btn-no-shadow-bg.png);
	color: #FFFFFF;

    span {
        display: inline-block;
        margin-right: 5px;
    }
    
    &:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 8px;
        background: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/vanguard/common/vg-arrow-right.png) no-repeat;
        background-size: cover;
        background-position: center;
    }
}

//gray with shadow button
//applied to <a> or <button> tag
.gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) {
	.base-btn(@width, @fontsize, @lineheight);
    background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//gray no shadow button
//applied to <a> or <button> tag
.gray-ns-btn(@width:240px, @fontsize: 13px, @lineheight: 16px) { 
	.base-btn(@width, @fontsize, @lineheight);
	background-image: url(../../../../../../../../content/dam/atvi/callofduty/cod-touchui/mw2/common/ctas/white-btn-no-shadow-bg.png);
	color: #000;
}

//applied to <a> or <button> tag
.dark-gray-btn(@width:240px, @fontsize: 13px, @lineheight: 16px){ 
	.base-btn(@width, @fontsize, @lineheight);
	border: 1px solid #1e1e1e;;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;

    &:before {
        background-image: linear-gradient(6deg, #353535 0%, #333333 30% 70%, #353535 100%);
        .transition(all 0.5s);
        opacity: 1;
    }
    &:after {
        background-image: linear-gradient(6deg, #282828 0%, #282828 30% 70%, #282828 100%);
    	opacity: 1;
    }
    
    &:hover {

        &:before{ opacity: 0; }
    }

}*/
#page-header-logo-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.codm-esports-body-container .text-center {
  display: none;
  text-align: center;
}
.codm-esports-body-container .text-center-align {
  text-align: center;
}
.codm-esports-main-container {
  max-width: 1200px;
}
.codm-esports-main-container .rewards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.codm-esports-main-container .rewards-list > .atvi-text-image {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65), 0 2px 2px rgba(0, 0, 0, 0.65), 0 4px 4px rgba(0, 0, 0, 0.65), 0 8px 8px rgba(0, 0, 0, 0.65), 0 16px 16px rgba(0, 0, 0, 0.65);
  background: rgba(32, 32, 32, 0.9);
  border-radius: 15px;
  margin: 10px;
}
.codm-esports-main-container .rewards-list .atvi-text-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  min-height: 175px;
}
.codm-esports-main-container .rewards-list img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.codm-esports-main-container .rewards-list .text-container b {
  color: #ffff03;
}
.codm-esports-main-container .skins-list .atvi-text-image-container {
  width: 300px;
  height: auto;
}
.codm-esports-main-container .skins-list .atvi-text-image-container img {
  padding: 10px;
}
.codm-esports-main-container .weapons-list .atvi-text-image-container {
  width: 350px;
  height: auto;
}
.codm-esports-main-container .xs-list .atvi-text-image-container {
  width: 100px;
  height: 100px;
  min-height: 100px;
}
@media (max-width: 480px) {
  .codm-esports-main-container .rewards-list > .atvi-text-image,
  .codm-esports-main-container .skins-list > .atvi-text-image,
  .codm-esports-main-container .rewards-list .atvi-text-image-container,
  .codm-esports-main-container .skins-list .atvi-text-image-container {
    width: 100%;
  }
}
.codm-esports-main-container #credit-item img {
  max-width: 65%;
  padding-block: 15px;
}
.codm-esports-main-container #xp-item img {
  max-width: 90%;
}
.codm-esports-main-container #type25-s2 img {
  padding-right: 15px;
}
.codm-esports-main-container #epic-crate img {
  padding-top: 11px;
  padding-left: 15px;
}
.codm-esports-main-container #cp-coins img {
  padding: 25px;
}

