.current-theme{
	display: inline-block;
	transition: all 350ms;
	margin-right: 10px;
	.effect{
	  background: #fdfdfd;
	  border: 2px solid #f7f7f7;
	  display: inline-block;
	  padding: 0px 20px 10px 20px;
	  transition: all 250ms;
	}
  &:hover{
  	margin-top: -3px;
  	padding-bottom: 3px;
    .effect{
	  	cursor: pointer;
	  	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
    }
  }
	.image-theme{
		display: inline-block;
		text-decoration: none;
		max-width: 200px;
		img{
			width: 100%;
		}
	}
}

.upload-theme-wrapper{
	display: inline-block;
	vertical-align: top;
  width: 100%;
	max-width: 350px;
	.btn-upload-theme{
    position: relative;
    width: 90px;
    height: 34px;
    .reload-loader-wrapper{
    	opacity: 0;
    }
    .sk-fading-circle{
	    transform: scale(0.6);
    }
    &.active{
    	.reload-loader-wrapper{
	    	opacity: 1;
	    }
    }
	}
}

.error-upload{
  color: #a94442;
}