@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700);
* {
	box-sizing: border-box;
	padding:0;
	margin:0;
}
 body {
	 font-family: "Nunito", sans-serif;
	 color: rgba(0, 0, 0, 0.7);
}
 .container {
	 height: 97vh;
	 background-image: url(https://images.unsplash.com/photo-1538137524007-21e48fa42f3f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=ac9fa0975bd2ebad7afd906c5a3a15ab&auto=format&fit=crop&w=1834&q=80);
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}

.loader-container{
	position: absolute;
	height:100vh;
	width: 100%;
	background-color: rgb(53, 49, 49);
	display: flex;
	justify-content: center;
	align-items: center;
}

.circuler-progress{
	position: absolute;
	height: 300px;
	width: 300px;
	background-color: black;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.circuler-progress:before{
	content:"";
	position: absolute;
	height:85%;
	width: 85%;
	background-color: #4d4848;
	border-radius: 50%;
}

.value-container{
	position: relative;
}

 .modal {
	 position: fixed;
	 right: 0%;
	 top: 0%;
	 width: 0%;
	 height: 0px;
	 background: rgba(51, 51, 51, 0.5);
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 transition: 0.4s;
}
 .modal-container {
	 display: flex;
	 max-width: 720px;
	 width: 100%;
	 border-radius: 10px;
	 overflow: hidden;
	 position: absolute;
	 opacity: 0;
	 pointer-events: none;
	 transition-duration: 0.3s;
	 background: #272a2f;
	 transform: translateY(100px) scale(0.4);
}
 .modal-title {
	 font-size: 26px;
	 margin: 0;
	 font-weight: 400;
	 color: #55311c;
}
 .modal-desc {
	 margin: 6px 0 30px 0;
}
 .modal-left {
	 padding: 60px 30px 20px;
	 background: #272a2f;
	 flex: 1.5;
	 transition-duration: 0.5s;
	 transform: translateY(80px);
	 opacity: 0;
}
 .modal-button {
	 position: fixed;
	 right: 2%;
	 top: 2%;
	 color: #fff;
	 font-family: "Nunito", sans-serif;
	 font-size: 18px;
	 cursor: pointer;
	 border: 0;
	 outline: 0;
	 padding: 10px 40px;
	 border-radius: 30px;
	 background: #272a2f;
	 box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	 transition: 0.3s;
}
 .modal-button:hover {
	 border-color: rgba(255, 255, 255, 0.2);
	 background: rgba(0,0,0, 0.8);
}
 .modal-right {
	 flex: 2;
	 font-size: 0;
	 transition: 0.3s;
	 overflow: hidden;
}
 .modal-right img {
	 width: 100%;
	 height: 100%;
	 transform: scale(2);
	 object-fit: cover;
	 transition-duration: 1.2s;
}
 .modal.is-open {
	 height: 100%;
	 width: 100%;
	 top:0;
	 right:0;
	 background: rgba(51, 51, 51, 0.85);
}

 .modal.is-open .modal-container {
	 opacity: 1;
	 transition-duration: 0.6s;
	 pointer-events: auto;
	 transform: translateY(0) scale(1);
}
 .modal.is-open .modal-right img {
	 transform: scale(1);
}
 .modal.is-open .modal-left {
	 transform: translateY(0);
	 opacity: 1;
	 transition-delay: 0.1s;
}
 .modal-buttons {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .modal-buttons a {
	 color: rgba(51, 51, 51, 0.6);
	 font-size: 14px;
}
 .sign-up {
	 margin: 60px 0 0;
	 font-size: 14px;
	 text-align: center;
}
 .sign-up a {
	 color: #0070C9;
}
 .input-button {
	 padding: 8px 12px;
	 outline: none;
	 border: 0;
	 color: #fff;
	 border-radius: 4px;
	 background: #0070C9;
	 font-family: "Nunito", sans-serif;
	 transition: 0.3s;
	 cursor: pointer;
}
 .input-button:hover {
	 background: #55311c;
}
 .input-label {
	 font-size: 11px;
	 text-transform: uppercase;
	 font-family: "Nunito", sans-serif;
	 font-weight: 600;
	 letter-spacing: 0.7px;
	 color: #8c7569;
	 transition: 0.3s;
}
 .input-block {
	 display: flex;
	 flex-direction: column;
	 padding: 10px 10px 8px;
	 border: 1px solid #ddd;
	 border-radius: 4px;
	 margin-bottom: 20px;
	 transition: 0.3s;
}
 .input-block input {
	 outline: 0;
	 border: 0;
	 padding: 4px;
	 font-size: 14px;
	 font-family: "Nunito", sans-serif;
}
 .input-block input::placeholder {
	 color: #ccc;
	 opacity: 1;
}
 .input-block:focus-within {
	 border-color: #8c7569;
}
 .input-block:focus-within .input-label {
	 color: rgba(140, 117, 105, 0.8);
}

 .alert{
	display:none;
	font-size:14px;
	color:#f00;
	float:left;
  }

/* forget-password modal */

.fp-modal {
	position: fixed;
	right: 0%;
	top: 0%;
	width: 5%;
	height: 2px;
	background: rgba(51, 51, 51, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
.fp-modal-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	transform: translateY(100px) scale(0.4);
}
.fp-modal-title {
	font-size: 26px;
	margin: 0;
	font-weight: 400;
	color: #55311c;
}
.fp-modal-desc {
	margin: 6px 0 30px 0;
}
.fp-modal-left {
	padding: 60px 30px 20px;
	background: #272a2f;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}
.fp-modal-button {
	position: fixed;
	right: 2%;
	top: 2%;
	color: #7d695e;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: #272a2f;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}
.fp-modal-button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(0,0,0, 0.8);
}
.fp-modal-right {
	flex: 2;
	font-size: 0;
	transition: 0.3s;
	overflow: hidden;
}
.fp-modal-right img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	object-fit: cover;
	transition-duration: 1.2s;
}
.fp-modal.is-open {
	height: 100%;
	width: 100%;
	top:0;
	right:0;
	background: rgba(51, 51, 51, 0.85);
}

.fp-modal.is-open .fp-modal-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}
.fp-modal.is-open .fp-modal-right img {
	transform: scale(1);
}
.fp-modal.is-open .fp-modal-left {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}
.fp-modal-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fp-modal-buttons a {
	color: rgba(51, 51, 51, 0.6);
	font-size: 14px;
}
.icon-button {
	outline: 0;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	background: 0;
	padding: 0;
	cursor: pointer;
	color: white;
}

/* library modal */

.library-modal {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 10px;
	background: rgba(51, 51, 51, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.library-modal-button {
	color: #7d695e;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: rgba(51, 51, 51, 0);;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}
.library-modal-button:hover {
	border-color: rgba(255, 255, 255, 0.0);
	background: rgba(0,0,0, 0.8);
}

.library-modal.is-open {
	height: 100%;
	background: rgba(51, 51, 51, 0.85);
}

.library-modal.is-open .library-modal-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.library-modal.is-open .library-modal-left	 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.library-modal-left {
	padding: 60px 30px 20px;
	background: #272a2f;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}

.library-modal-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	height: 70%;
	border-radius: 10px;
	overflow: auto;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	transform: translateY(100px) scale(0.4);
}

.library-modal-footer {
	width: 100%;
	height: 4%;
}

/* File Modal */

.files-modal {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 10px;
	background: rgba(51, 51, 51, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.files-modal-button {
	position: fixed;
	top: 2%;
	right: 10%;
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	width:20%;
	outline: 0;
	padding: 10px 10px;
	border-radius: 5px;
	background: #0070C9;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}
.files-modal-button:hover {
	border-color: rgba(255, 255, 255, 0.0);
	background: rgba(0,0,0, 0.8);
}

.files-modal.is-open {
	height: 100%;
	background: rgba(51, 51, 51, 0.85);
}

.files-modal.is-open .files-modal-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.files-modal.is-open .files-modal-left	 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}

.files-modal-left {
	padding: 60px 30px 20px;
	background: #272a2f;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}

.files-modal-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	height: 70%;
	border-radius: 10px;
	overflow: auto;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	transform: translateY(100px) scale(0.4);
}

.files-modal-footer {
	width: 100%;
	height: 4%;
}

.success-upload-file{
	display:none;
	font-size:14px;
	color:rgb(0, 255, 0);
	float:left;
}

.success-upload{
	display:none;
	font-size:14px;
	color:rgb(0, 255, 0);
	float:left;
}

/* Upload Model*/

.upload-modal {
	position: fixed;
	right: 0%;
	top: 0%;
	width: 5%;
	height: 2px;
	background: rgba(51, 51, 51, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
.upload-modal-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	transform: translateY(100px) scale(0.4);
}
.upload-modal-title {
	font-size: 26px;
	margin: 6px 0 3px 0;
	font-weight: 400;
	color: #55311c;
}
/* .upload-modal-desc {
	margin: 6px 0 30px 0;
} */
.upload-modal-left {
	padding: 60px 30px 20px;
	background: #272a2f;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}
.upload-modal-button {
	/* display: none; */
	position: fixed;
	top: 2%;
	right: 10%;
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	width:20%;
	outline: 0;
	padding: 10px 10px;
	border-radius: 5px;
	background: #0070C9;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}
.upload-modal-button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(0,0,0, 0.8);
}
.upload-modal-right {
	flex: 2;
	font-size: 0;
	transition: 0.3s;
	overflow: hidden;
}
.upload-modal-right img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	object-fit: cover;
	transition-duration: 1.2s;
}
.upload-modal.is-open {
	height: 100%;
	width: 100%;
	top:0;
	right:0;
	background: rgba(51, 51, 51, 0.85);
}

.upload-modal.is-open .upload-modal-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}
.upload-modal.is-open .upload-modal-right img {
	transform: scale(1);
}
.upload-modal.is-open .upload-modal-left {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}
.upload-modal-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.upload-modal-buttons a {
	color: rgba(51, 51, 51, 0.6);
	font-size: 14px;
}
.input-button-upload {
	padding: 8px 12px;
	outline: none;
	border: 0;
	color: #fff;
	border-radius: 4px;
	background: #0070C9;
	font-family: "Nunito", sans-serif;
	transition: 0.3s;
	cursor: pointer;
}
.input-button-upload:hover {
	background: #55311c;
}
.input-label {
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	letter-spacing: 0.7px;
	color: #fff;
	transition: 0.3s;
}

 .upload-alert{
	display:none;
	font-size:14px;
	color:#f00;
	float:left;
  }

 .success-font{
	display:none;
	font-size:14px;
	color:rgb(0, 255, 0);
	float:left;
  }

 .loader-percentage{
	display: flex;
	width: 50%;
	border-radius: 10px;
	position: absolute;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	margin-top: 40%;
	margin-left: 25%;
 }

 /* Upload Files modal */

 .upload-file-modal {
	position: fixed;
	right: 0%;
	top: 0%;
	width: 5%;
	height: 2px;
	background: rgba(51, 51, 51, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.upload-file-modal-container {
	display: flex;
	max-width: 720px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
	background: #272a2f;
	transform: translateY(100px) scale(0.4);
}
.upload-file-modal-title {
	font-size: 26px;
	margin: 6px 0 3px 0;
	font-weight: 400;
	color: #55311c;
}
.upload-file-modal-desc {
	margin: 6px 0 30px 0;
}
.upload-file-modal-left {
	padding: 60px 30px 20px;
	background: #272a2f;
	flex: 1.5;
	transition-duration: 0.5s;
	transform: translateY(80px);
	opacity: 0;
}
.upload-file-modal-button:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(0,0,0, 0.8);
}
.upload-file-modal-right {
	flex: 2;
	font-size: 0;
	transition: 0.3s;
	overflow: hidden;
}
.upload-file-modal-right img {
	width: 100%;
	height: 100%;
	transform: scale(2);
	object-fit: cover;
	transition-duration: 1.2s;
}
.upload-file-modal.is-open {
	height: 100%;
	width: 100%;
	top:0;
	right:0;
	background: rgba(51, 51, 51, 0.85);
}

.upload-file-modal.is-open .upload-file-modal-container {
	opacity: 1;
	transition-duration: 0.6s;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}
.upload-file-modal.is-open .upload-file-modal-right img {
	transform: scale(1);
}
.upload-file-modal.is-open .upload-file-modal-left {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0.1s;
}
.upload-file-modal-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.upload-file-modal-buttons a {
	color: rgba(51, 51, 51, 0.6);
	font-size: 14px;
}
.input-button-upload-files {
	padding: 8px 12px;
	outline: none;
	border: 0;
	color: #fff;
	border-radius: 4px;
	background: #0070C9;
	font-family: "Nunito", sans-serif;
	transition: 0.3s;
	cursor: pointer;
}
.input-button-upload-files:hover {
	background: #55311c;
}

  /* CardList*/

  #card-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  }

  #files-image-card-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  }

  #files-video-card-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  }

  #user-card-container {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  }

  .cards_item {
	display: flex;
	padding: 1rem;
  }

  @media (min-width: 30rem) {
	.cards_item {
	  width: 40%;
	}
  }

  @media (min-width: 50rem) {
	.cards_item {
	  width: 30%;
	}
  }

  .card {
	background-color: white;
	border-radius: 0.25rem;
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
  }



  .card_title {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0px;
	padding: 1rem;
	background: #000000;
  }

  .card_text {
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	font-weight: 400;
  }

  .card_image img {
	height: 100px;
	width: 150px;
	vertical-align: middle;
  }

  .btn {
	color: #ffffff;
	padding: 0.8rem;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 400;
	display: block;
	width: 100%;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
  }

  .btn:hover {
	background-color: rgba(255, 255, 255, 0.12);
  }

/* Texture Buttons*/

.texture-buttons{
	position: fixed;
	left: 0%;
	bottom: 10%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding:0%;
	width: 100%;
	border-radius: 50%;
}
.texture-button{
	height:10%;
	max-width:10%;
	margin-inline:5px;
	 border-radius: 50%;
	 padding:0%
	}

.texture-buttons img{
	height: 100px;
	width: 100px;
	padding:0%;
	vertical-align: middle;
}

/* Save Button*/

.save-button {
	display: none;
	position: fixed;
	right: 2%;
	top: 2%;
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: #272a2f;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

.remove-button {
	display: none;
	position: fixed;
	right: 2%;
	top: 10%;
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 10px 40px;
	border-radius: 30px;
	background: #272a2f;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
	transition: 0.3s;
}

/*buttons for controller*/

.m-button{
	outline: 0;
	position: absolute;
	left: 20px;
	top: 5%;
	width: 54px;
	height: 54px;
	border: 0;
	background: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

.menu-button{
	display: none;
}

.controller-button{
	margin-top: 10%;
	display: none;
}

.rotation-slider{
	position: absolute;
	display: none;
	/* left: 20%; */
	bottom: 5%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.rotation-slider::-webkit-slider-runnable-track{
	color: #272a2f;
}

.rotation-slider-div{
	flex-direction: row;
	justify-content: center;
	align-items: center;
	display: flex;
}

.fileupload-progress{
	display: none;
}

.modelupload-progress{
	display: none;
}

.files-modal-remove-button {
	/* display: none; */
	position: fixed;
	top: 2%;
	left: 5%;
	color: #fff;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	cursor: pointer;
	border: 0;
	width: 30%;
	outline: 0;
	padding: 10px 10px;
	border-radius: 5px;
	background: #0070C9;
	box-shadow: 0 10px 40px rgb(0 0 0 / 16%);
	transition: 0.3s;
}

 @media (max-width: 650px) {
	 .modal-container {
		 width: 90%;
	}

	.m-button{
		display: block;
	}

	.library-modal-container {
		width: 90%;
   }

	 .modal-right {
		 display: none;
	}

	.texture-buttons{
		left: 0%;
		bottom: 10%;
		position: fixed;
		width: 100%;
		display: none;
		padding:0%;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}
	.texture-button{
		height:10%;
		max-width:20%;
		margin-inline:5px; 
		border-radius: 50%;
		padding:0%
	}

	.texture-buttons img{
		height: 50px;
		width: 50px;
		padding:0%;
		vertical-align: middle;
	}

	.upload-modal-button {
		position: fixed;
		top: 2%;
		right: 15%;
		color: #fff;
		font-family: "Nunito", sans-serif;
		font-size: 18px;
		cursor: pointer;
		border: 0;
		width: 30%;
		outline: 0;
		padding: 10px 10px;
		border-radius: 5px;
		background: #0070C9;
		box-shadow: 0 10px 40px rgb(0 0 0 / 16%);
		transition: 0.3s;
	}

	.files-modal-button {
		/* display: none; */
		position: fixed;
		top: 2%;
		right: 15%;
		color: #fff;
		font-family: "Nunito", sans-serif;
		font-size: 18px;
		cursor: pointer;
		border: 0;
		width: 30%;
		outline: 0;
		padding: 10px 10px;
		border-radius: 5px;
		background: #0070C9;
		box-shadow: 0 10px 40px rgb(0 0 0 / 16%);
		transition: 0.3s;
	}
	.rotate-button{
		width: 50px;
		height: 50px;
		border: 0px;
	}
	
	.texture-show-button{
		width: 50px;
		height: 50px;
		border: 0px;
	}
	.menu-button{
		width: 50px;
		height: 50px;
		border: 0px;
	}
	
	.texture-buttons img{
		padding:0%;
		vertical-align: middle;
	}

	/* input[type="range"]::-webkit-slider-runnable-track {
		background: #053a5f;
		height: 0.5rem;
	} */
	
}


/*# sourceMappingURL=main.css.map*/