@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles
@Author: Md. Shahadat Hussain
@URL: https://themeforest.net/user/droitthemes

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: Md. Shahadat Hussain
@Developed By: Rony
@Developer URL: https://themeforest.net/user/droitthemes

@Default Styles

Table of Content:
01/ variables
02/ predefine
03/ button
04/ preloader
05/ header
06/ banner
07/ breadcrumb
08/ features
09/ service
10/ price
11/ about
12/ testimonial
13/ screenshot
14/ joblist
15/ faq
16/ portfolio
17/ contact
18/ error
19/ shop
20/ blog
21/ footer

=====================================================================*/
/*====================================================*/
/*=== fonts ====*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900");
/*===== color =====*/
/*====================================================*/
/*====================================================*/
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

i:before {
  margin-left: 0px !important;
}

body {
  font: 400 14px/28px "Roboto", sans-serif;
  font-size: 14px!important;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

.main-content{
  padding: 30px 30px 30px 30px;
}
.main-content.with-error{
  padding: 10px 30px 30px 30px;
}

.flashback-container{
  padding: 15px 30px 0 30px;
}

.main-content .card-header{
  background-color: #151b26;
  color: #cbd4db;
  font-size: 16px;
}

.ag-cell-focus,.ag-cell-no-focus{
  border:none !important;
}
/* This CSS is to not apply the border for the column having 'no-border' class */
.no-border.ag-cell:focus{
  border:none !important;
  outline: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu{
  width: auto;
  font-size: inherit;
}

.ag-theme-alpine .ag-header {
  /*background-color: #f8f8f8;*/
  background-color: transparent;
  /*border-bottom: solid 1px;*/
  /*border-bottom-color: #babfc7;*/
  /*border-bottom-color: var(--ag-border-color, #babfc7);*/
}
