﻿.ºdragndrop{
	border-radius: var(--control-border-radius-2);
	border: 2px dashed var(--control-border-color);
	margin-bottom: var(--size-2);
}
	.ºdragndrop .container{
		text-align: center;
		height: 100%;
	}
	.ºdragndrop	.box__file{
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
	}
	.ºdragndrop	.box__file + label{
		max-width: 80%;
		text-overflow: ellipsis;
		white-space: nowrap;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
	}
	.ºdragndrop .form > div:not(.button, .containerform){
		padding: 3.5% 0 3% 0;
	}
	.ºdragndrop .is-uploading .input, .ºdragndrop .is-success .input, .ºdragndrop .is-error .input,
	.ºdragndrop .uploading, .ºdragndrop .success, .ºdragndrop .error{
		display: none;
	}
	.ºdragndrop .is-uploading .uploading, .ºdragndrop .is-success .success, .ºdragndrop .is-error .error{
		display: block;
	}
		.ºdragndrop .button{
			border-radius: 6px;
    		margin: 2px;
		}
			.ºdragndrop .button:hover, .ºdragndrop .button:focus{
				background-color: #0f3c4b;
			}
	.ºdragndrop .ºbutton{
		display: none;
	}