/*
colors:
bg: #011121 , #15004F 


colors: #ffd100 , #f30401 , #1c21e2 , #5dff97

:root {
  --bg: #011121;
  --dark: #15004F;
  --darker: #011121;
  --yellow: #ffd100;
  --red: #f30401;
  --blue: #1c21e2;
  --light-green: #5dff97;
}
*/

.img-wrapper { 
	border-radius: 14px !important;
	padding: 8px; 
	background: #fff;
	background-size: 10px 10px;
	/* background-image: repeating-linear-gradient(45deg, rgba(1,17,33,0.3) 0, rgba(1,17,33,0.3) 1px, #fff 0, #fff 50%); */
	/* background: linear-gradient(180deg, #fff 10%, #f30401 50%, #15004F); */
}
.img-wrapper img { 
	border-radius: 10px !important; 
}
.section-white .img-wrapper,
.section-light .img-wrapper,
.bg-white .img-wrapper,
.bg-light .img-wrapper { background: #011121; }
.section-dark .img-wrapper,
.section-darker .img-wrapper
.bg-dark .img-wrapper
.bg-darker .img-wrapper { background: #fff; /* background: linear-gradient(180deg, rgba(255,209,0, 0) 10%, #ffd100 50%, #1c21e2 ); */ }
.img-styled { 
	display:block; 
	/* border: 1px solid #fff;  */
	border-radius: 14px !important;
}
.section-white .img-styled,
.section-light .img-styled,
.section-light-gradient .img-styled { border-color: rgba(255,255,255, 0.5); }
.section-dark .img-styled { border-color: #011121; }
.img-styled.bd-dark { border-color:#080041; }
.img-styled.bd-darker { border-color:#011121; }
.img-styled.bd-light-blue { border-color:#6ee7ff; }
.img-styled.bd-yellow { border-color:#ffd100; }

/*
background-color: #e5e5f7;
opacity: 0.8;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #444cf7 0, #444cf7 1px, #e5e5f7 0, #e5e5f7 50%);
*/
