
@media (max-width: 880px) and (min-width: 768px) {
    .hidden-menu #main {
        position: relative;
        left: 250px;
    }
}
.customRowDrop{
	background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}
.inRowContainer{
    background: linear-gradient(180deg, #0e0e0e, rgb(47 47 47 / 86%));
}
.menu-item-parent{
	font-weight: 300;
}
.menu-item-child{
	font-weight: 300 !important;
}
/*VIDEO ARCHIEVE */
.videoEmpty{
	border: white 1px solid;
}

/* SLIDER  */

.noUi-target .noUi-base .noUi-connect {
	background: #a09e9e;
  }

.noUi-handle.noUi-handle-lower {
	background: #a09e9e;
 
}
.noUi-target .noUi-base {
	background: rgb(85, 85, 85);;

  
}
/* END SLIDER*/
/* END SLIDER*/

.sidebarElement{
	display: flex;
	align-items: center;
}
.dtCustomSearch > input {
	padding-left: 20px;
	width: 100%;
	height: 40px;
	background-color: #2D2D2D;
	color: white;
	border: unset;
	/* border-top-left-radius: 10px;
	border-bottom-left-radius: 10px; */
}

#left-panel{
	font-family: Montserrat;
	z-index: 1;
	padding-top: unset !important;
	/* background-color: #002A5C; */
	background: linear-gradient(to right, rgb(56, 56, 56) 93%, rgb(41, 41, 41) 100%);
}
.relative-position{
	background-color: #1C1C21;
	position: relative;
	/* background-image: radial-gradient(#ffffff26 1px, transparent 0) !important; */
	background-size: 40px 40px;
	background-position: -19px -19px;
}
#idDropContainer{
	background-color: #262626;
}
#idbackgroundImage{
	background-repeat: no-repeat;
	/* background-image: url("/img/backgroundshape.jpg") !important; */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.1;
	background-size: contain;
}
.sidebarIcon{
	font-size: 22px;
	color: white;
}

html {
	background: unset;
}

#header > :first-child, aside {
	width: 250px;
}



#main {
	margin-left: 250px;
}
@media (max-width: 767px) {
	#main {
		margin-left: 0px;
		overflow-x: hidden;
	}
}
@media (max-width: 880px) and (min-width: 768px) {
	#main {
		margin-left: 0px;
		overflow-x: hidden;
	}
}
@media only screen and (max-width: 679px) and (min-width: 0) {
	#main {
		margin-left: 0px;
		overflow-x: hidden;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	#main {
		margin-left: 0px;
	}
}


@media only screen and (max-width: 679px) and (min-width: 0) {
	#left-panel {
		left: -300px;
	}
}
@media (max-width: 767px) {
	#left-panel {
		left: -300px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	#left-panel {
		left: -300px;
	}
}
.input-group-addon{
	/* border-top-right-radius: 10px;
	border-bottom-right-radius: 10px; */
}
nav ul li a {
	padding: 10px 10px 10px 11px;
	padding-left: 30px;
	color: white;
	margin-bottom: 10px;
	font-weight: 500 !important;
}
nav ul ul {
	background: unset;
}

#main{
	font-family: Montserrat;
}
.select2-container .select2-choice{

	border: #2D2D2D solid 1px;
}
.pagination-sm > li:first-child > a{
	background-color: unset;
	border-color: #2D2D2D;
}

/* SELECT 2 CSS CUSTOM */

.select2CustomLabel{
	position: absolute;
	z-index: 999;
	font-size: 10px;
	top: 0;
	left: 10px;
	top: 5px;
	color: rgb(209, 208, 208);
	font-weight: 500;
	/* height:40px; */
}
.select2CustomContainer{
	display:flex; 
	align-items:flex-end;
	margin-left:5px; 
	position:relative;
}

.select2CustomContainerV2{
	display:flex; 

	/* height:51px; */
}
.select2-chosen{
	font-weight: 500;
	color: white;
}
.pageTitle{
	font-family: Montserrat;
}
.dtPagination .select2-chosen{
	margin-left: 5px;
	color: white;
}

.pagination > li > a{
	color: white;
	background-color: unset;
	border-color: #2D2D2D;
}

.pagination-sm > li:first-child > a{
	font-weight: 600;
    color: white;

}

.pagination-sm > li:last-child > a{
	color: white;
	font-weight: 600;
}

.pagination>.disabled>a{
	background-color: unset;
	border-color: #2D2D2D;
	color:gray;
}

label{
	margin-bottom: unset;
}

.identity{
	border: 0.5px solid #595959;
}

.dtCustomToolBar{
	display: flex;
	margin-top: 15px;
	margin-bottom: 20px;
}

.linkButton{
	justify-content: center;
	display: flex;
	align-items: center;
	padding: unset;
	height: 100%;
    font-family: Montserrat;
    font-weight: 500;
    background-color: #2D2D2D;
    /* border-radius: 5px; */
    color: #11141A;
    border: unset;
    color: white;
    min-width: 60px;
	min-height: 30px;
}
.ccCustomToolBar{
	flex-direction: column;
}
.ccEventButton{
	min-width: 130px;
}
.ccEventButton i{
	margin-right: 5px;
}

.linkButtonSecondary{
	background-color: #2D2D2D;
	color: white;
	border: unset;
	/* border: 1px solid #2D2D2D;
	background-color: unset;	 */
}

.linkButtonSecondaryS{
	color: white;
	border: 1px solid #2D2D2D;
	background-color: unset;
	
}


.pagination > .active > a {
	color: #2D2D2D;
	background-color: white;
	border-color: #2D2D2D;
}
.pagination > .active > a:hover {

	background-color: white;
	color: black;

}

.bubbleText{
	color: white;
	font-weight: 400;
}

.input-group-addon{
	background-color: #2D2D2D;
}

.input-group-addon:last-child {
	background-color: #2D2D2D;
}
.dtCustomSearch > input::placeholder {
    color: white;
	font-weight: 400;
}

.cardTags{
	border: 1px solid white;

}

.cardViewButton{
	border: 0.0625rem solid #595959;
}

.cards tbody tr {
	float: left;
	width: 275px;
	margin: 0.5rem;
	border: 0.0625rem solid #595959;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.25);
	/* border-top: 1px solid rgb(59, 59, 59); */


}
.cardViewButton{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	/* background-color:#2D2D2D; */
	color: #F2F2F2;
	cursor: pointer;
	border-top: 0.0625rem solid #2D2D2D;
}


.dtDatatableInfo{
	border-top: #2D2D2D solid 1px;
    border-bottom: #2D2D2D solid 1px;
}


.certivera-form fieldset{
	background: unset;
}

.jarviswidget > div {
	background: unset !important;
	border-color: #2D2D2D;
	border-right-color: #2D2D2D !important;
    border-bottom-color: #2D2D2D !important;
    border-left-color: #2D2D2D !important;
}


.jarviswidget-color-blueDark > header {
    background: unset;
    border-color: #2D2D2D !important;
}

.certivera-form footer {
    display: block;
    padding: 7px 14px 15px;
    background: #2c457f17;
}

.certivera-form .input input{
	border-color: #2D2D2D;
	background-color: unset;
}
.page-title {
	color: white !important;
}


.dyanmicTableHeaderButton{
	margin-right: 10px;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 91px;
	height: 40px;
	padding:15px;
	/* background-color: #2D2D2D; */
	font-weight: 200;
	/* color:black; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.alt {
	border: none;
	margin: 10px;
	background:
		conic-gradient(from 90deg at var(--b) var(--b),#2d2d2d35 90deg,white 0) 
		calc(100% + var(--b)/2) calc(100% + var(--b)/2)/
		calc(50%  + var(--b))   calc(50%  + var(--b));
}


.plus {
    --b: 1px;
    width: 40px;
    aspect-ratio: 1;
    /* border: 4px solid white; */

	background: conic-gradient(from 90deg at var(--b) var(--b), #dcb1b103 90deg, #ffff 0) calc(100% + var(--b) / 2) calc(100% + var(--b) / 2) / calc(50% + var(--b)) calc(50% + var(--b));
	display: inline-block;
}

.page-footer{
	/* position: fixed; */
	/* z-index: 999; */
	padding: unset;
	background: linear-gradient(to right, rgb(56, 56, 56) 93%, rgb(41, 41, 41) 100%);
	height:45px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.page-footer-version-container{
	margin-left: 250px;
    height: 80%;
	background: linear-gradient(to right, rgb(56, 56, 56) 93%, rgb(41, 41, 41) 100%);
	display: flex;
	align-items: center;
}
.page-footer-text{
	margin-left: 10px;
	font-weight: 500;
	color: white;
}

nav ul ul li > a {
	padding-left: 80px;
}

.dtEmpty{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	border: #2D2D2D solid 1px;
}


.modal-content{

	/* background: linear-gradient(180deg, #041730, rgb(81 99 129 / 85%)); */
}

.modalRightButton{
    padding: 20px;
    background: #0b8ce9;
    text-align: center;
    flex: 1;
    border: unset;
    outline: unset;

}

.modalLeftButton {
	color: white;
    font-weight: 600;
	border: unset;
}

.select2-choice{
	background-color: unset;
}

#idContentBanner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
	padding-top: 20px;
	padding-left: 20px;
}

.dtTopLeftContainer {

    display: flex;
    justify-content: space-between;
  }

  .dtTopleft {
	font-family: Montserrat;
	flex: 1;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	color: white;
}




.linkButtonSecondaryTxt{
    padding: 10px;
    /* color: white; */
    font-weight: 600;
}

.modal-header{
	border-bottom: 1px solid rgb(51, 51, 51);
}

.modal-footer{
	border-top: 1px solid rgb(51, 51, 51);
}

/* Start Table Header*/
@media (min-width: 1070px) {
    .listView{
        border: 1px solid #2D2D2D  !important;
        padding: 15px !important;
        text-align: center !important;
    }
}


@media (max-width: 1070px) {
    .listView{
        border: 1px solid #2D2D2D  !important;
        padding: 0px !important;
        text-align: center !important;
    }
}



table.dataTable thead .sorting_asc{
	background-color: #515255;
}


#idDropZone{
	/* height:150px; */
	background-color: unset;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	border: 1px solid #2D2D2D;
}

.form-control{
	background-color: unset;
	border: 1px solid #2D2D2D;
}

.table thead tr {
	background-color: unset;
}

.table-striped > tbody > tr:nth-child(2n+1){
	background-color: unset;
}

.table thead tr {
	background-color: unset;
	background-image: unset;
}


.dt-toolbar-footer{
	background-color: unset;
}
.dt-toolbar{
	background: unset;
}

table.dataTable thead .sorting_desc{
	background-color: #515255;
}
.table-bordered > tbody > tr > td{
	border: 1px solid #2D2D2D;
}



  nav ul ul li > a:hover {
	background-color: unset;
  }

  /* START HOVER OVER */
  #dynamicDatatable tbody tr:hover{
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

.selectionTableContainer .selected{
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
  }

  .selectionTableContainer .selected{
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

.selectionTableContainer .selected{
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}

.selectionTableContainer .selected{
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
	        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
    }

	table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
		        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}

		table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}

		#dynamicDatatable1 tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		#dynamicDatatable2 tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}

		#dynamicDatatable2 tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		#dynamicDatatable1 tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}

		tr > .selected {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		  }
		  #idDataTable tbody tr:hover {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		  }
		  #dynamicDatatable2 tbody tr:hover {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		  }

		  #idDataTable tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected, tr>.selected {
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
		#dynamicDatatable tbody tr:hover{
			        background: linear-gradient(180deg, #6d6d6d, rgb(47 47 47 / 86%));
		}
  /* END HOVER OVER*/


  .dtEmpty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 1px solid #2D2D2D;
    margin: 50px;
  }
  .emptyText {
    margin-top: 15px;
    font-size: 18px;
	color: #2D2D2D;
	font-weight: 500;
  }

  .select2-drop {
	background: #363636;
	color: white;
  }
  .select2-search input{
	border: 1px solid #2D2D2D;
    box-shadow: none;
    background: #363636;
  }
  


  /* ELLIPSES*/

  .is-active .dropDownContainerMenu {
    display: block;
  }
  .dropDownContainerMenuItem > i {
    margin-right: 5px;
  }
  .dropDownContainerMenuItem {
    width: 120px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 200;
  }
  .dropDownContainerMenu {
    display: none;
    position: absolute;
    right: 15px;
    background-color: #2D2D2D;
	color: white;
	font-weight: 600;
  }

  .dropDownContainer {
    position: relative;
    margin-bottom: 5px;
	margin-right: 5px;
    cursor: pointer;
  }

  .dot {
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-inline: 2px;
  }

  .dropDownContainerMenuItem div{
	font-weight: 500;
  }
  .dropDownContainerMenuItem:nth-of-type(even) {
    border-top: 1px solid black;
}






/* START Live Css*/

.mainButtonDashboardLive{
	width: 90px;
    border: 1px solid white;
    padding: 7px;
    border-radius: 10px;
    align-items: center;
}


.liveButton {
	margin-left: 10px;
	display: block;
	font-weight: 700;
	position: relative;
	background-color: 1C1C21;
	text-decoration: none;
	color: white;
	transition: all 0.2s;
	z-index: 1;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	
}

.liveButton:active {
	transform: translateY(0px);
	padding: calc(13px * 0.95) calc(25px * 0.95);
	box-shadow: inset 0px 2px 1px #02679e;
}

.liveButton_transparent {
	border: 0px;
	border-radius: 0px;
	padding: 13px 25px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	box-shadow: none;
}
.liveButton_transparent:hover {
	box-shadow: none;
	background-color: inherit;
}

.liveButton_live {
	/* padding-right: 22px; */
}

small {
	position: absolute;
	font-size: 0.9em;
	color: rgba(255, 255, 255, 0.5);
	bottom: 2rem;
}
small b {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
	z-index: -1;
}

@media only screen and (max-width: 500px) {
.toolbar {
	flex-direction: column;
	padding-left: 50px;
	padding-right: 50px;
}

.liveButton {
	width: 250px;
}

span.live-icon {
	position: absolute;
	right: 20px;
}
}
@media only screen and (max-width: 350px) {
	.liveButton {
		width: 100%;
	}
}

.live-icon {
	display: inline-block;
	position: relative;
	top: calc(50% - 5px);
	background-color: red;
	width: 10px;
	height: 10px;
	/* margin-left: 20px; */
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: 1;
}
.live-icon:before {
	content: "";
	display: block;
	position: absolute;
	background-color: red;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: live 2s ease-in-out infinite;
			animation: live 2s ease-in-out infinite;
	z-index: -1;
}
.live-icon-green {
	background-color: #00fb00;
}
.live-icon-green:before {
	background-color: #00fb00;
}

@-webkit-keyframes live {
0% {
	transform: scale(1, 1);
}
100% {
	transform: scale(3.5, 3.5);
	background-color: rgba(255, 0, 0, 0);
}
}

@keyframes live {
0% {
	transform: scale(1, 1);
}
100% {
	transform: scale(3.5, 3.5);
	background-color: rgba(255, 0, 0, 0);
}
}
/* End Live Css*/



/* MODAL CSS*/


.modalFooter {
	padding-top: 20px;
	display: flex;
	justify-content: end;
	padding-right: 20px;
	padding-bottom: 20px;
  }
  .modal-container-responsive{
	top:unset !important; 
  }
  
  .modal-container{
	  top:5%; 
	  width:600px;
  }
  
  .modal-content{
	  background-color: #363636;
  }
  .modal-title{
	  color: white;
	  font-weight: 400;
	  font-size: 18px;
  }
  .modal-body{
	  font-size: 15px;
	  color: white;
  }
  .modal-footer{
	  display: flex;
	  padding: unset;
	  color:white;
	  font-weight: 400;
	  cursor: pointer;
  }
  
  .modalLeftButton{
	  padding: 20px;
	  text-align: center;
	  flex: 1;
  
  }
  
  
  .dtSelect2{
	  flex:0.5;
	  height: 100%;
  
  }
  
  /* Start Select2 Styling. */
  .dtSelect2 > a{
	  display: flex !important;
	  align-items: center !important;
	  height: 100% !important;
	  color:white !important;
  }
  .dtSelect2 .select2-arrow{
	  display: none !important;
  }
  .dtSelect2Label{
  
	  flex: 1;
  }
  
  
  /* End Select2 Styling. */
  
  
  /* Start input styling */
  
  
  .floating-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: white;
  }
  
  .floating-input:-webkit-autofill,
  .floating-input:-webkit-autofill:hover, 
  .floating-input:-webkit-autofill:focus, 
  .floating-input:-webkit-autofill:active{
		  -webkit-box-shadow: 0 0 0 30px rgb(45, 45, 45) inset !important;
	  -webkit-text-fill-color: white !important;
  }
  
  
  
  
  .descriptionText{
	  padding-top:10px;
	  resize: none;
	  
  }
  
  
  
  
	
  .floating-form {
	  /* width:320px; */
  }
	
	
	.floating-label { 
	  
	  position:relative; 
	  margin-bottom:15px; 
	  /* background-color: rgb(45, 45, 45); */
	
	  border: 1px solid rgb(77, 77, 77);
	}
  
	.floating-input:disabled{
	  background-color: rgba(63, 62, 62, 0.43);
	  cursor: not-allowed !important;
	}
	.floating-input , .floating-select {
	  font-size:14px;
	  padding-top: 20px;
	  padding-left: 10px;
	  display:block;
	  width:100%;
	  height:53px;
	  background-color: transparent;
	  border:none;
	  border-bottom:1px solid #757575;
	  color: white;
	}
	
	.floating-input:focus , .floating-select:focus {
		 outline:none;
	  
	}
	
	.floating-labelText {
	  color: white;
	  font-size:16px;
	  font-weight:normal;
	  position:absolute;
	  pointer-events:none;
	  left:10px;
	  top:15px;
	  transition:0.2s ease all; 
	  -moz-transition:0.2s ease all; 
	  -webkit-transition:0.2s ease all;
	}
	
	.floating-input:focus ~ .floating-labelText, .floating-input:not(:placeholder-shown) ~ .floating-labelText {
	  top:3px;
	  font-size:12px;
	  color: white;
	}
	
	.floating-select:focus ~ .floating-labelText , .floating-select:not([value=""]):valid ~ .floating-labelText {
	  top:3px;
	  font-size:12px;
	  color: white;
	}
	
   
	.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
	  width:50%;
	}
  
	
	.floating-textarea {
	   min-height: 30px;
	   max-height: 260px; 
	   overflow:scroll;
	   overflow-x: hidden; 
	}
	
	
	.highlight {
	  position:absolute;
	  height:50%; 
	  width:100%; 
	  top:15%; 
	  left:0;
	  pointer-events:none;
	  opacity:0.5;
	}
	
  
	.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
	  -webkit-animation:inputHighlighter 0.3s ease;
	  -moz-animation:inputHighlighter 0.3s ease;
	  animation:inputHighlighter 0.3s ease;
	}
	
  
	@-webkit-keyframes inputHighlighter {
		from { background:#5264AE; }
	  to 	{ width:0; background:transparent; }
	}
	@-moz-keyframes inputHighlighter {
		from { background:#5264AE; }
	  to 	{ width:0; background:transparent; }
	}
	@keyframes inputHighlighter {
		from { background:#5264AE; }
	  to 	{ width:0; background:transparent; }
	}
  
  
  
  
  /* Start CheckBox Pill Box */
  
  .inputPillLabel {
  
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
  
  }
  .inputPillLabel .inputPill {
	position: absolute;
	left: -9999px;
  }
  .inputPillLabel .inputPill:checked + span {
	background-color: #0f1a34;
  }
  .inputPillLabel .inputPill:checked + span:before {
	box-shadow: inset 0 0 0 0.4375em #0C8CE9;
  }
  .inputPillLabel span {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 99em;
	/* transition: 0.25s ease; */
	color:white;
  }
  .inputPillLabel span:hover {
	background-color: #0f1a34;
  }
  .inputPillLabel span:before {
	display: flex;
	/* flex-shrink: 0; */
	content: "";
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	box-shadow: inset 0 0 0 0.125em #0C8CE9;
  }
  
  
  
  
  /* End CheckBox Pill Box */
  
  
  
  .bootstrap-timepicker-widget  input{
	  border:unset
  }
  
  .title{
	padding-bottom: 10px;
  }
  
  

  /* END OF MODAL CSS*/