 body {
	 -webkit-touch-callout: none; /* Safari */
        -webkit-user-select: none; /* Chrome */     
           -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; }
 	.loginlogo {
    height: 120px;
    width: 120px;
    box-shadow: 0px 0px 20px 8px #00bbdd3b;
    border-radius: 50%;
    margin-bottom: 10px;
}
.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background: rgb(23 22 22 / 34%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: opacity 0.3s linear;
}
.app-navbar {
  z-index: 9;
  display: block;
  overflow: hidden;
  position: fixed;
  top:0px;
  width: 100%;
 border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: -1px 4px 0px 1px #00000005;
  overflow: hidden;
  padding: 6px 6px 6px 6px;
background:linear-gradient(to right, #000000,#ed0000)
 
}
.application-form-title {
	
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
	-webkit-background-clip: text;
 /*  -webkit-text-fill-color: transparent; */
    line-height: 1.2;
    text-align: center;
    padding-bottom: 0px;
	
}


.footer_bottom_app_options {
box-shadow: 0px 0px 5px 2px #f8f9fa;
    background: #0075f3;
    background: -webkit-linear-gradient(to right, #000000,#ed0000);
    background: linear-gradient(to right, #000000,#ed0000);
	margin-top:10%;
	padding-top: 7px;
	padding-bottom: 7px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;

   color: white;
   text-align: center;
    clear: both;
 z-index: 8;
 border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.app_footer_item{
	padding-left:13px;
	padding-right:13px;
}

.table td, .table th {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-size: 11px;
    text-align: center;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
}
table tbody {
  display: block;
  max-height: 43vh;
  overflow-y: auto;
}

table thead, table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#loader {
            border: 12px solid #f3f3f3;
            border-radius: 50%;
            border-top: 12px solid #117be4;
            width: 70px;
            height: 70px;
            animation: spin 1s linear infinite;
        }
          
        @keyframes spin {
            100% {
                transform: rotate(360deg);
            }
        }
          
        .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
		
@media all and (max-width: 450px) and (min-width: 100px) {

/* width */
::-webkit-scrollbar {
  width:0px;
}
}

@media all and (max-width: 2000px) and (min-width: 451px) {

/* width */
::-webkit-scrollbar {
  width:5px;
}
.image_banner{
height:35vh;
}
}

.branding-text{
text-shadow: rgb(9 9 9) 1px 1px 0px;
font-size: 24px;
 color: white; 
 opacity: 1;
 letter-spacing:2px;
}

.sub-selection {
    color: black;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    line-height: 70px;
    letter-spacing: 3px;
	text-transform: uppercase;
}

.icontext{
text-transform:uppercase;
letter-spacing:1px;
background: linear-gradient(to right, #000000,#ed0000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:bold;font-size: 12px;

}
.iconmenusvg{
height:50px; margin-left: auto;
margin-right: auto;  display: block;		
}
.rec-container {
    margin-right: 20px;
    margin-left: 5px;
    padding-right: 15px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 12px;
}

.record-container {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 20px;
    padding-right: 15px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 12px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 50vh;
    overflow-y: auto;
}
.pdf_list_liveclass{
    min-height: 85vh;
    width: 100%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 7px;
    padding: 5px;
    border-radius: 16px;
    background: white;
    margin-top: 7px;
}

.tdpdflist{
font-size:13px;
font-weight:bold;
transform:uppercase;
}

.offcanvas-custom {
            position: fixed;
            top: 0;
            left: -280px;
            width: 280px;
            height: 99%;
			overflow-y:auto;
            background-color: #343a40;
            transition: left 0.3s ease;
            color: white;
            padding: 15px;
        }
        .offcanvas-custom.open {
            left: 0;
        }