/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  background:rgba(0,0,0,0.5);
  /*border-radius: 10px;*/
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2b5792; 
  /*border-radius: 1000px;*/
  transition: 0.5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /*background: #2b5792;*/
}
pre {
	color:unset;
	font-weight: unset;
	font-size: unset;
	font-family: unset;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	margin: 0px;
}


#jtloader{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	background: rgba(255,255,255,0.8);
	z-index: 2000;
	padding-top: 20vh;
	text-align: center;
}
#jtloader img{
	height: 10vh;
}
#jtloader .progressbarcontainer{
	margin-top:5vh;
	width: 50vw;
	text-align: left;
	display: inline-block;
	background: white;
	box-shadow:5px 5px 10px rgba(0,0,0,0.3);
}
#barProgress{
	padding: 5px;
	width: 80%;
	display: inline-block;
	text-align: center;
	background: #2b5792;
}



.jtround1000{
	border-radius: 1000px;
}
.jtround50{
	border-radius: 50px;
}
.jtround40{
	border-radius: 40px;
}
.jtround30{
	border-radius: 30px;
}
.jtround20{
	border-radius: 20px;
}
.jtround10{
	border-radius: 10px;
}
.bg-theme{
	background-color:#2b5792;
}
.bg-theme-light{
	background-color:#95abc8;
}
.text-theme{
	color:#2b5792;
}
.text-theme-light{
	color:#95abc8;
}
.border1{
	border:1px solid #2b5792;
}
.bg-black{
	background:black;
}
.jtcheckbox{
	height: 30px;
	width: 30px;
}
.jtcheckbox20{
	height: 20px;
	width: 20px;
}
.jttransition{
	transition:0.2s; 
}
.jtbtntoggle{
	transition: 0.2s;
	text-align: center;
	width: 100%;
	padding: 5px 50px;
	border-radius: 1000px;
	color:white;
}
.jtbtntoggle-success{
	background:rgba(0,150,0,0.5);
}
.jtbtntoggle-danger{
	background:rgba(150,0,0,0.5);
}
.jtbtntoggle-slider{
	transition: 0.2s;
	position:absolute;
	margin:-8px 0px 0px 8px;
	display: inline-block;
	padding: 20px;
	visibility: 0;
	right:1px;
	left:1px;
	border-radius: 1000px;
}
.jtbtntoggle-slider-success{
	visibility: 1 !important;
	right:0 !important;
	left:unset !important;
	background:rgba(0,150,0,1);
}
.jtbtntoggle-slider-danger{
	visibility: 1 !important;
	left:0 !important;
	right:unset !important;
	background:rgba(150,0,0,1);
}

a{
	color:unset;
	text-decoration: none;
}
a:hover{
	color:unset;
	text-decoration: none;
}
html{
	scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
	background: black;
	color: white;
}
.text-black{
	color: black;
}
.imgThumbnail{
	height: 200px;
	width: 200px;
	margin:20px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.footerinputsubmit:focus{
	outline: 0;
}
.footerinputsubmit
{
	position: absolute;
	height: 100%;
	top:0;
	right:0;
	margin-right: 15px;
	background-color: white;
	outline: 0;
	border:0;
	border-radius: 10px;	
}
.footerinput{
	width: 100%;
	outline: 0;
	border:1px solid white;
	border-radius: 10px;
}
.footerinput::placeholder{
	color:rgba(255,255,255,0.5);
}
.bgcover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*background-attachment: fixed;*/
}
.imgcover{
	object-fit: cover;
}
.imgcontain{
	object-fit: contain;
}

.jtsquarecontainer{
  position: relative;
  top:0px;
  width: 100%;
  padding-top: 100%;
}
.jtsquareitem{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
}
.inputtheme{
	padding: 15px;
	font-size: 20px;
	border-radius: 10px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	border: 0px;
	border-left:0px solid #2b5792;
	outline: 0;
	width: 100%;
	transition: 0.2s;
}

.inputtheme:focus{
	border-left:20px solid #2b5792;
}
.btntheme{
	display: inline-block;
	padding: 20px;
	color:white;
	background: #2B5792 0% 0% no-repeat padding-box;
	box-shadow: 4px 4px 10px #00000029;
	border: 1px solid #00000040;
	border-radius: 10px;
	opacity: 1;
	transition: 0.2s;
}
.btntheme:hover{
	color:white;
	box-shadow: 5px 5px 10px solid rgba(0,0,0,0.2);
}