/*
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: 34px !important;
	padding: 3px; 
	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: 33px !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: 6px solid #fff; 
	border-radius: 8px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.section-white .img-styled,
.section-light .img-styled,
.section-light-gradient .img-styled { box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px 0px; }
.section-dark .img-styled { border-color: #fff; }
.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; }
.img-wrapper.stripes { 
	background: linear-gradient(45deg, #000 25%, #ffd820 25%, #ffd820 50%, #000 50%, #000 75%, #ffd820 75%, #ffd820 100%);
	background-size: 56.57px 56.57px;
}
.section-darker .img-wrapper.stripes img { border: 2px solid #0a0b0f;}
.section-white .img-wrapper.stripes img { border: 2px solid #0a0b0f;}

/*
background-color: #e5e5f7;
opacity: 0.8;
background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #444cf7 0, #444cf7 1px, #e5e5f7 0, #e5e5f7 50%);
*/
