/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
.bg-summit-1{
    background-color: #4F6F1F;
}
.login_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/login_bg.jpeg");
}
/* login form */
.absolute-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
}

.overlay-gradient-bottom:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: false;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%);
	z-index: 1; 
}

.overlay-gradient-top:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: false;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.65) 100%);
	z-index: 1; 
} 

.index-2{
    z-index: 2;
}

/* Sweetalert */
.swal2-actions button {margin: 0 5px;}

.thumb-sm{
    height: 36px !important;
    width: 36px !important;
    font-size: 12px;
    font-weight: 700;
}

/* timeline */
.timeline {
    list-style-type: none;
    position: relative;
}

.timeline:before {
    background: #dee2e6;
    left: 9px;
    width: 2px;
    height: 100%;
}

.timeline-item:before, .timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.timeline-item:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #3b7ddd;
    left: 0;
    width: 20px;
    height: 20px;
}

/* modales */
.select2-container {
    width: 100% !important;
    padding: 0;
}

/* select2 multiple*/
.select2-container--default .select2-selection--multiple {
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#3498db;
    border: solid 1px#3498db;
    color: #313131;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #313131;
    border-right: solid 1px #3498db;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background-color: #3498db;
    color: #c9e9ff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
}

/* drop zone */
.fileuploader-input {
    display: block;
    padding: 50px;
    min-height: 100%;
    background: #FAFAFB;
    text-align: center;
    border: 2px dotted #dededf;
    border-radius: 10px;
}

.fileuploader-input .dz-message {
    display: block;
    padding: 0 0 12px;
    margin-right: 0;
    background: none;
    font-weight: 400;
    font-size: 24px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.fileuploader-input .fileuploader-input-button {
    padding: 0;
    background: none;
    font-weight: 400;
    box-shadow: none;
    border-radius: 0;
}

.fileuploader-input .fileuploader-input-button {
    color: #006EFF;
}

.fileuploader-input .dz-message:before {
    display: block;
    width: 40px;
    height: 48px;
    margin: 0 auto 20px;
    background-image: url(../assets/images/icons/files.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    content: "";
    z-index: 1;
}

.fileuploader-input .dz-preview {
    min-height: auto;
}

/*imagen gallery*/
.imagenes-check
{
    right: 10px;
    top:10px;
}
/*cursor*/
.hand{
    cursor: pointer;
}

.icon-width{width: 25px;}
.icon-width-xl{width: 50px;}

.dataTables_processing {
  box-shadow: 0 2px 4px rgba(96, 97, 112, 0.2);
  height: auto !important;
}

/* menu dropdown*/
.fabrx-header-links .dropdown-menu{
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.fabrx-header-links .dropdown-menu[data-bs-popper] {
  margin-top: 2.125rem;
}

.fabrx-header-links .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  left: auto;
  display: inline-block!important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  content: '';
}

.bg-transparent-white{
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-stella-blue{
    background-color: #1b2c48;
}

/*daterangecalendar*/
.monthselect, .yearselect {
    background-image: none;
}