
@font-face {
  font-family: myStyle;
  src: url(../fonts/Heading-Pro-ExtraBold-trial.ttf);
}
.headerImage{
	width:3%;
}
.logos{
	display: flex;
	justify-content: space-between;
}
.headLink{
	display:contents;
}
.lineHR{
	width:97%;
}
.headLink img{
	    width: 17%;
    margin: 12px;
    height: 45px;
	    margin-top: 20px;
}
.navIcons ul{
	justify-content: flex-end;
	text-decoration: none;
    list-style-type: none;
    display: flex;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mainHeadBack{
	background:#fff;
}
.formHeading{
	text-align:center;
	    padding-top: 1rem;
}
.formHeading h3 {
    font-weight: 500;
    font-family: var(myStyle);
	padding-bottom:0.5rem;
	    text-transform: uppercase;
		color: #473185;
}
.borderNone, .borderNone:focus, .borderNone:hover, .borderNone:active{
    box-shadow: none !important;
}
.form-control:focus, .form-control:hover, .form-control:active{
		    background: transparent !important;
    border: 1px solid #473185!important;
}
.col-form-label {
font-size: 1rem;
    font-weight: 500;
    padding: 6px 5px;
}
.formPadding{
	    margin: 0px;
    padding: 0px;
}
.form-group {
    margin-bottom: 0.5rem !important;
}
.formSection{
	color: #666666 !important;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	 height: 100%;
	 position:relative;
	 min-height:100vh;
	     background: #bba082;
		 display: flex;
    align-items: center;
    justify-content: center;
}
.inputPad{
	padding-left:0px !important;
	padding-right:10px !important;
	position:relative;
}
.tArea{
	height: 65px!important;
}
.manualBtn{
	width: max-content;
    background: linear-gradient(156deg,#ffbcc4 0%,#47319c 5%,#ffbcc4 100%);
    padding: 10px 40px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    margin: 0.5rem 0.5rem;
    border-radius: 43px;
    transition:  1s linear !important;
    background-color: transparent !important;
}	
.manualBtn:hover{
	transition: 1s linear;
	 background: linear-gradient(156deg,#47319c 0%,#ffbcc4 5%,#47319c 100%);
}
.whiteBox{
	/* background-color: #e4e4e4; */
    margin: 0rem;
	border-radius:10px;
	padding: 1rem;
	width: 50%;
	background-image:url(../img/back132.png);
	position:relative;
	background-size: cover;
}
/* .whiteBox:before { */
    /* content: ""; */
    /* background: #bba082; */
    /* top: 0px; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* opacity: 0.5; */
    /* left: 0px; */
/* } */
.hrRound{
	transform: rotate(180deg);
}
.subsidiaryHR{
background-image: linear-gradient(250deg, #87199a, #84d0f3);
    height: 2px;
    width: 30%;
    margin: 0px 20px;
}
.bankDetail{
	display:flex;
	align-items:center;
	justify-content:center;
}
.FileFormat{
	font-size: 12px;
    color: #fb4e4e;
	}
.form-control{
	    height: 2.1rem;
    font-size: 0.9rem !important;
    position: relative;
    background: #c5c2c23b!important;
    border: none;
    border-radius: 10px;
    color: #473185 !important;
    border: 1px solid #b59674;	
}
.allBtns{
	    width: 100%;
	    display: flex;
    justify-content: flex-end;
	padding-bottom:0.5rem;
}
.disabled{
	    pointer-events: none;
}
.countryPadding{
	margin-bottom:0rem!important;
}
	.countryPadding {
    padding-left: 0px;
	}
	.pinPadding{
	padding-right:0px;	
	}
	.buttonDiv{
	padding-right: 0px;
    padding-left: 0px;
	}
.redPopup{
    display: flex;
    position: absolute;
    background-color: #6044a2;
    color: #ebadc0;
    top: -38px;
    right: 10px;
    border-radius: 43px;
    width: 155px;
    height: 29px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 50;
    font-weight: 500;
    font-size: 14px;
}
.redPopup:after{
    content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #6044a2;
    z-index: 11;
    right: 25px;
    top: 34px;
    color: #6044a2 !important;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
    z-index: 50;
}
.redPopup p{
	margin-bottom:0px;
}
.invalid-feedback {
	margin-top: 0rem;
}

.tableSection{
	padding-top:2rem;
	overflow-x:auto;
}
.tableIcons i{
    font-size: 1.2rem;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.tableIconsDel img{
    width: 1.2rem;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.tableIcons, .tableIconsDel{
	    cursor: pointer;
    border-radius: 0.25rem;
    position: relative;
    width: 30px;
    height: 30px;
    background: #FF9800!important;
    margin-bottom: 5px;
}
.tableIconsDel{
	 background:#673AB7!important;
}
.table-bordered, table{
	border-radius:0.25rem !important;
	    border-collapse: unset !important;
}

.iconsColumn{
	width:5% !important;
	min-width:0% !important;
}
 .table-bordered thead th {
    border-bottom-width: 1px !important;
}
.table-bordered th {
    border-right: 1px solid #dee2e6 !important;
}
.showHidePass{
	position: absolute;
    top: 9px;
    right: 20px;
}
.inputPasswordField{
	padding-right:40px;
}
.table.table-sm td{
	padding:0px 0px !important;
	padding-left:10px !important;
	padding-top:5px !important;
}
table.table thead th {
    font-weight: 900 !important;
    background: #ffa804 !important;
    color: #292424!important;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
}
.navBackground{
background-image: linear-gradient(to right, #6f2261, #c5c1c5);
	    background-size: cover;
}
.headLink h2{
	padding-top: 15px;
    font-family: myStyle;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 3px;
}
.workboxIcon img{
	margin:2px !important;
	    width: 2.5rem;
    height: auto;
}
.logos h2{
	color:#ffb400 !important;
}
.displayImage{
	width: 97%;
    height: 162px;
	overflow:hidden;
	text-align:center;
}
.displayImage img{
    height: inherit;
	width: 50%;
}
.markAttendenceImage{
	    width: 8%;
    margin-right: 4px;
}
.markAttendencebtn{
	width: 203px!important;
	padding:0px 10px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
	content: "\f0de";
    top: 6px !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	content: "\f0dd";
    top: 9px!important;
}
.sideBtn {
	    margin: -3px -2px !important;
}
.clientCompany{
margin: 0px 0px;
}
.newBtn{
	padding: 0px;
    margin: 0px;
    height: 34px;
    width: 9%;
	font-size: 20px;
	text-transform: capitalize;
	border-radius: 0px 5px 4px 0px;
}
#tooltiptext {
    width: 140px;
    background-color: #fff;
    color: #4e4d4d;
    text-align: center;
    border-radius: 5px;
    padding: 3px 0;
    position: absolute;
    bottom: 50px;
    z-index: 2222;
    font-size: 12px;
    border: 2px solid #4e4d4d;
    right: -41px;
	    font-weight: 500;
}
#tooltiptext:before{
    content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #FFF;
    z-index: 1;
    right: 42%;
    color: #4e4d4d !important;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
    top: 24px;
}
.tooltiptext{
	 visibility: hidden;
	}
#Bt_EnqPump_CLM:hover .tooltiptext{
  visibility: visible!important;
}
#Txt_Task_ProdReq, .heightTextarea{
	height:70px !important;
}
.performa{
	display:flex;
}
.performa label{
	margin: 0px 5px;
    padding: 0px;
}
.performa input{
	margin-top: 5px;
	margin-left: 6px;
}
.allPercentagesField{
	display:flex;
	flex-wrap: wrap;
}
.slider.slider-horizontal{
    margin-bottom: 24px!important;
    width: 95%!important;
    margin-left: 15px!important;
}
.form-control::placeholder{
	color:#bba082 ;
}
.col-form-label {
    color: #473185;
}
.formHeading {
    text-align: center;
    padding-top: 1rem;
    color: #ffb400;
}
/* .formSection:before{ */
	/* content: ""; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* opacity: 1; */
/* } */
.mainMenuFormSec:before{
	content: "";
    width: 100%;
    height: 100%;
    background: #202121;
    position: absolute;
    opacity: 0;
}
.table {
    color: #f3f4f5;
}
.invalid-feedback {
    color: #473185!important;
}
.title-message{
	color: #473185;
    font-size: 13px;
    background: #bba082;
    padding: 7px;
    width: max-content;
    position: absolute;
    z-index: 2;
    border-radius: 4px;
    bottom: -44px;
    left: 4px;
    font-weight: 500;
	visibility:hidden;
}
.title-message:after{
    content: "";
    pointer-events: none;
    position: absolute;
    border-top-color: #bba082;
    z-index: 11;
    left: 25px;
    top: -40px;
    color: #bba082 !important;
    bottom: 0px;
    height: 0px;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid;
    z-index: 50;
    transform: rotate(180deg);
}
#dtBasicExample_filter label, .dataTables_info{
	color:#fff;
}
#dtBasicExample_length LABEL{
	COLOR:#FFF;
}
.pagination .page-item .page-link {
    color: #f3f6f9;
}
.pagination .page-item.disabled .page-link {
    color: #fff;
}
.pagination .page-item .page-link:hover {
    background-color: #eee;
    border-radius: .125rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	color: #666666;
}
.whiteHeading{
	color:#fff!important;
}
.tableIconsPen img{
    width: 20px;
    color: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}
.tableIcons, .tableIconsPen{
	    cursor: pointer;
    border-radius: 0.25rem;
    position: relative;
    width: 30px;
    height: 30px;
    background: #607D8B!important;
    margin-bottom: 5px;
}
.tableIconsPen{
	 background:#FF9800!important;
}
textarea.form-control {
    overflow: hidden;
}
.launchPageDiv{
	width:100%;
	height:100vh;
}
.launchPageDiv img{
	width: 100%;
	height:100vh;
}
.indexPage{
	position:fixed;
	display:flex;
	justify-content:flex-end;
	width:100%;
}
.indexPage img{
width: 198px;
    margin: 32px 70px;
    overflow: hidden;
}
.smallBorder-radius{
	    border-radius: 15px 43px 43px 54px!important;
}
.mainMDiv{
	width: 100%;
    display: flex;
    justify-content: center;
}
.videoBox{
	width:85%;
	height: 560px;
}
.mainChattingDiv{
	    width: 100%;
    height: 452px;
    background: #bba082;
    display: flex;
    align-items: center;
    justify-content: center;
	    border-radius: 10px;
		flex-direction: column;
}
.displayFlexing{
	display: flex;
    align-items: center;
    justify-content: center;
}
.innerChattingdiv{
	width: 87%;
    height: 365px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	    border-radius: 10px;
		    flex-direction: column;
}
.belowChattingdiv{
	display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
	margin-bottom: 3px;
	    flex-direction: row;
}
.belowChattingdiv textarea{
	width: 70%;
    border: 1px solid #abaaaa;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    color: #473185;
    font-size: 14px;
    height: 65px;
}
.belowChattingdiv input{
	border: none;
    outline: none;
    background: #473581;
    color: #fff;
    padding: 7px 13px;
    border-radius: 4px;
}
.textChattingdiv{
	margin: 12px;
    background: #bba082;
    padding: 4px 10px;
    border-radius: 5px;
}
.textChattingdiv h6{
	font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
	color: #473581;
}
.textChattingdiv p{
	font-size: 13px;
    font-weight: 400;
	    color: #e4e4e4;
}
.bottomChattingdiv{
	       overflow-y: auto;
    height: 268px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
	    margin-bottom: 10px;
		    margin-top: 10px;
}
.mainChattingDiv h2{
	    color: #f0c7cc;
    font-size: 29px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;

}
.innerChattingdiv label{
	    font-size: 11px;
    text-align: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 7px;
    color: crimson;
    font-weight: 500;
}













