/* .owl-nav {
            position: absolute;;
            left: 96%;
            font-size: 60px;
            top: -30%;
            z-index: 99999999;
        } */
        
        
        
 .preloader-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.36);
	z-index: 9;
	 backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.modal-loader {
	min-height:20vh;
}
.modal.fade .modal-dialog {transform: none; margin: 0px auto;}

.canvas {
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999;
}
.spinner {
    border: solid 5px #ffffff;
    border-top: solid 5px #007bff;
    margin-bottom:15px;
}
.loading {
	display: flex;
	animation-delay: 1s;
  }
  .loading .dot {
	position: relative;
	width: 2em;
	height: 2em;
	margin: 0.8em;
	border-radius: 50%;
  }
  .loading .dot::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	animation: wave 2s ease-out infinite;
  }
  .loading .dot:nth-child(1) {
	background: #7ef9ff;
  }
  .loading .dot:nth-child(1)::before {
	animation-delay: 0.2s;
  }
  .loading .dot:nth-child(2) {
	background: #89cff0;
  }
  .loading .dot:nth-child(2)::before {
	animation-delay: 0.4s;
  }
  .loading .dot:nth-child(3) {
	background: #4682b4;
  }
  .loading .dot:nth-child(3)::before {
	animation-delay: 0.6s;
  }
  .loading .dot:nth-child(4) {
	background: #0f52ba;
  }
  .loading .dot:nth-child(4)::before {
	animation-delay: 0.8s;
  }
  .loading .dot:nth-child(5) {
	background: #000080;
  }
  .loading .dot:nth-child(5)::before {
	animation-delay: 1s;
  }
  
  @keyframes wave {
	50%,
	75% {
	  transform: scale(2.5);
	}
	80%,
	100% {
	  opacity: 0;
	}
  }
.owl-nav {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}

.owl-prev {
	left: -24px;
	font-size: 80px !important;
}

.owl-next {
	right: -30px;
	font-size: 80px !important;
}

.item {
	/* background-color: #ccc;
            padding: 50px; */
	height: 166px;
}

.owl-carousel .item h2 {
	color: red;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-10%, -50%);
}

.widget-options .dropdown-menu:hover {
	transform: translateX(calc(-100% + 5px)) !important;
}

.item .widget {
	height: 146px;
	max-height: 240px;
	margin: 10px;
}

.item .widget img {
	height: 110px;
	width: 50%;
	margin: 0 auto;
}

.face-img {
	width: 60%;
	margin: 10 auto;
	border-radius:25px;
	    padding: 15px;
}

.page-header {
	width: 100%;
}

.owl-carousel.owl-loaded {
	height: 180px !important;
}

.divInner {
	position: relative;
    top: -145px;
}

.topDiv {
	height: 150px;
	width: 100%;
	/* background: #ccc; */
	position: relative;
	padding: 0px;
	border-radius: 31px;
}

.topInnerDiv {
	height: 130px;
    background: #0f132b;
    border-radius: 1px;
}

.off-sidebar-container {
	background: transparent;
}

.messanger {
	height: 45%;
	display: block;
	overflow-y: scroll;
	margin-bottom: 10px;
	background: #fff;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
	padding: 0px 10px;
	position: relative;
}

.floatButton {
	position: absolute;
	right: 48px;
	bottom: 37px;
	height: 50px;
	width: 50px;
	border: 1px solid #2c304d;
	border-radius: 50%;
	background: #2c304d;
	font-size: 28px;
	color: #ffffff;
	box-shadow: 0px 0px 16px #0f1227;
	z-index: 99;
}

.owl-item .item .widget {
	box-shadow: 0 0px 8px 5px rgba(197, 197, 197, 0.56) !important;
}

.sliding-tabs {
	/* padding: 0rem 1.4rem 1.4rem 1.4rem; */
}

/*.nav-link {
	display: block;
	padding: 5px 1rem;
}*/

.highlight-card {
	height: 172px !important;
	margin-top: 0px !important;
	margin: 0px !important;
}

.owl-carousel {
	width: 96% !important;
	left: 36px !important;
}

#toggle-btn {
	display: none !important;
}
.widget_header_nopadding {
		padding: 0px !important;
	}

@media only screen and (max-width: 768px) {
	
	.sliding-tabs {
    padding: 20px 0px;
}

.sliding-tabs .nav-link{padding:0px; font-size: 1.1rem;
    padding: 0px 1.1rem;}
	
.add_padding {
		padding: 15px;
	}
.widget_header_nopadding {
		padding: unset !important;
	}
	
}

@media only screen and (max-width: 999px) {
	#toggle-btn {
		display: block !important;
	}
}

@media only screen and (max-width: 600px) {
	.owl-prev {
		display: none !important;
	}
	.owl-next {
		display: none !important;
	}
	.owl-carousel {
		width: 95% !important;
		left: 8px !important;
	}
	#toggle-btn {
		display: block !important;
	}
	.widget-header video {
		width: 100%;
		height: 142px;
	}
	.page-header {
		position: relative;
		z-index: 99;
		padding: 15px 30px 15px 30px !important;
		width: 100%;
	}
}

@media ( max-width : 576px) {
	.container-fluid {
		padding: 0px;
	}
	#toggle-btn {
		display: block !important;
	}
	.widget-header video {
		width: 100%;
		height: 142px;
	}
	.footerSelect {
		width: 100px;
		float: left;
		margin-right: 10px !important;
	}
	.dataTables_length select {
		height: calc(2.05rem + 2px) !important;
		padding: 0px 10px;
		margin-top: 3px;
	}
	.footerlabel {
		display: inline-block;
		margin-bottom: .5rem;
		float: left;
		line-height: 40px;
		padding: 0px 10px 0px 0px !important;
	}
	.widget-footer .col-md-6 {
		text-align: center !important;
		font-size: 12px;
	}
	.justify-content-end {
		-ms-flex-pack: center !important;
		justify-content: center !important
	}
	.page-header {
		position: relative;
		z-index: 99;
		padding: 15px 30px 15px 30px !important;
		width: 100%;
	}
.alpaca-message-invalidPattern, .alpaca-message-stringNotANumber {bottom: -20px; top: auto !important; left: 0;}
#leftcolumn .form-group {margin-bottom: 1.2rem;}

}

html {
  cursor: pointer !important;
}

body {
  cursor: default !important; 
}

/* width */
::-webkit-scrollbar {
	width: 3px;
	border-radius: 50px;
	height: 3px;
	cursor: pointer !important;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
	cursor: pointer !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #4791a9;
	border-radius: 50px;
	cursor: pointer !important;
}

 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #4791a9;
	cursor: pointer !important;
}

.tab-active {
	background: #54b1ce;
	border-radius: 0px;
}

.gridHeaderDiv {
	width: 100%;
	margin: 10px 30px;
}

.noPadding {
	padding: 0px !important;
}

.footerlabel {
	display: inline-block;
	margin-bottom: .5rem;
	float: left;
	line-height: 40px;
	padding: 0px 20px 0px 0px;
}

.footerSelect {
	width: 100px;
	float: left;
	margin-right: 20px;
}

.display-items {
	float: left;
	line-height: 40px;
	padding: 0px 20px;
}

.widget-footer {
	padding: 1rem 0px;
}

.grid-icons {
	border: none;
	float: left;
	background: transparent;
	font-size: 1.6rem;
	padding: 0rem .5rem;
	border-radius: 50%;
	transition: all 0.4s ease;
}

.mar-1 {
	margin-top: 1px;
	cursor:pointer;
}

.ifrm {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0px;
}
.comment_label {
	    padding: 5px;
    font-size: large;
    color: black;
    text-align: left;
    vertical-align: middle;
}
.disabled {
	cursor:no-drop !important;
}
.avoid-clicks {
  pointer-events: none !important;
}
.refresh_btn {
	padding: 7px;
    font-size: 15px;
    color: #017397;
    cursor:pointer;
}
.reject_btn {
	color: #fff;
    background-color: #fe195e;
    border: 0px;
        width: 150px;
    height: 40px;
    border-radius: 25px;
    margin: 15px;
}
.accept_btn {
	color: #fff;
	margin: 15px;
    background-color: #5cb85c;
    border: 0px;
    width: 150px;
    height: 40px;
    border-radius: 25px;
}
/**
 * Oscuro: #283035
 * Azul: #03658c
 * Detalle: #c7cacb
 * Fondo: #dee1e3
 ----------------------------------*/
 * {
 	margin: 0;
 	padding: 0;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

 a {
 	color: #03658c;
 	text-decoration: none;
 }

ul {
	list-style-type: none;
}

body {
	font-family: 'Roboto', Arial, Helvetica, Sans-serif, Verdana;
	background: #dee1e3;
}

/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
	margin: 60px auto 15px;
	width: 768px;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 610px;
}
.comment-box .comment-head {
	background: #0f132b;
	padding: 5px 10px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 11px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 9px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.role {
	content: '';
	background: #03658c;
	color: #FFF !important;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn_reject {
	content: '';
    background: #fe195e;
    color: #FFF !important;
    font-size: 12px;
    padding: 6px 6px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_accept {
	content: '';
    background: #5cb85c;
    color: #FFF !important;
    font-size: 12px;
    padding: 6px 6px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_rekyc {
	content: '';
    background: #03658c;
    color: #FFF !important;
    font-size: 12px;
    padding: 6px 6px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
}


.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition-delay: 1s;
}
.questionnaire_btn {
    right: 1%;
    padding-right: 18px;
    position: absolute;
    font-size: larger;
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 1rem;
}
.location_btn{
	right: 2.4em;
    padding-right: 18px;
    position: absolute;
    font-size: larger;
    color: white;
    cursor: pointer;
    display: block;
    padding: 5px 1rem;
}
.download_request_btn{
	right: 3.6em;
    padding-right: 24px;
    top: 4px;
    position: absolute;
    font-size: larger;
    color: white;
    cursor: pointer;
}
.questionnaire {
	position:absolute;
	z-index:9999;
	border:2px solid rgb(198, 228, 255);
	    overflow: auto;
    max-width: 700px;
    max-height: 500px;
    cursor: pointer;
    background-color: aliceblue;
}
.questionnaire_heading{
	height: 40px;
    background-color: #0f132b;
    width: 100%;
    color: white;
    margin-right: 0; 
     margin-left: 0; 
     font-weight:bold;
     font-size:large;
}
/* label {
	display: initial !important;
} */
.agent_tab {
	padding: 12px 30px 12px 30px;
    background: #017397;
    color: white;
    font-size: 15px;
}
.lineHeight {
	line-height: 1.75;
}
.largeModal {
	display:block !important;
	opacity: 1 !important;
	/* margin-top:15%; */
}
.mar-top-5 {
	margin-top:5% !important;
}
.mandatory {
	color: red;
    font-size: 8px;
    vertical-align: top;
}
.alpaca-message-invalidPattern, .alpaca-message-stringNotANumber{
	color:red !important;
}
.download_icon_color_disabled {
	cursor: not-allowed !important;
	    
}

/*---Changegs ---*/

/*#leftcolumn .alpaca-layout-binding-holder:last-child {
    height: auto;
}
#leftcolumn .alpaca-layout-binding-holder {
    min-height: 88px;
}*/
#leftcolumn .form-group { position: relative;}
.ag-fresh .ag-header-cell { border-right: 1px solid rgb(215 215 215 / 68%);}
.help-block.alpaca-message {
	font-size: 11px;
    /* height: 14px; */
    color: red;
    line-height: 15px;
}
#rightcolumn .form-group { position: relative;}
.ag-fresh .ag-header-cell { border-right: 1px solid rgb(215 215 215 / 68%);}

.alpaca-form-button-submit { margin-bottom: 0px; cursor:pointer !important;}
.ag-fresh .ag-header-cell:last-child {border-right: 0px;}

.align-item-center {
    align-items: center;
}
.quick-srch-filter-btn>button{
	padding:13px 30px !important;
}
.alpaca-form-button-submit:active {
    background: linear-gradient(106deg, rgb(41, 132, 216), rgb(17, 180, 216)) 0px 0px !important;
}
.faded {
	background: #10101085 !important;
	transition: opacity 1.15s linear !important;
}
.modal-dialog-centered .modal-content {
    border-radius: 10px;
}
.change-date-time input#scheduledate {
    width: 100%;
    padding: 8px;
    color: #333;
}
.change-date-time {
    text-align: center;
}
.close {
    opacity: 1;
}
.low-score {
	color : red !important;
}
.average-score {
	color : #0dbf01 !important;
}
 .alpaca-control-label {
	font-size: 0.875rem !important;
}
 
.alpaca-control.radio {
    display: inline-block !important;
}
 
.alpaca-control label input {
	margin-inline-end : .15rem !important;
}
