body {
  background: linear-gradient(to right, rgba(62,76,163,0.05), rgba(41,93,188,0.12));
}

.login-box{
    padding: 40px;
    width: 100%;
    border-radius: 5px;
    max-width: 800px;
    box-shadow: 5px 9px 60px 1px #d4dae7;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

.pb-90{
  padding-bottom: 90px;
}

.sidebar-style{
color:rgba(255,255,255,0.6)
}

.btn-primary{
  background: #3e4ca4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3e4ca4, #295cbb);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3e4ca4, #295cbb);
  border: 1px solid #5141e0;
}

.btn-success {
    color: #fff;
    background-color: #2bb86f;
    border-color: #198754;
    background: linear-gradient(to right, #2bb86f, #29bb85);
    border: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active{
    color: #fff;
    background-color: #2bb86f;
    border-color: #198754;
    background: linear-gradient(to right, #2bb86f, #29bb85);
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background: #3e4ca4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #4c58a1, #75517bca777a);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #4c58a1, #517bca);
  border: 1px solid #5141e0;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active{
    background: linear-gradient(to right, #f74444, #eb4f4f);
    border: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b5b5b5;
}

.bg-gradient-darkgreen{
  background: #3e4ca3;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3e4ca3, #295dbc);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3e4ca3, #295dbc);  
}

.sidebar-style .navbar-nav .nav-link .menu-icon,
.sidebar-style .navbar-nav .nav-link svg{
  margin-right: 15px;
  font-size: 24px;
  line-height: 24px;
}


.sidebar-style  ul.btn-toggle-nav {
  margin-left: 40px;
  font-size: 16px;
}

.toggle-left-menu {
  background-color: rgba(0,0,21,0.2);
  color: rgba(255,255,255,.55);
  padding: 16px;
}

.toggle-left-menu:hover,
.toggle-left-menu:focus {
  background-color: rgba(0,0,0,0.3);
  color: rgba(255,255,255,.55);
}

.notification{
  font-size: 22px;
  position: relative;
  margin-right: 20px;
}

.notification span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: red;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #fff;
  line-height: 11px;
  position: absolute;
  top: 3px;
  right: 0px;
  border: 1px solid white;
}


.left-bar{
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  overflow: hidden;
}

.main-content{
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}

.left-bar.showhide{
  width: 0;
  overflow: hidden;
}

.main-full{
  width: 100% !important;
  flex: none;
  margin-left: 0;
}

.main-con{
  flex-wrap: nowrap;
}

.small-left-bar {
  width: 55px;
  flex: initial;
}

.small-left-bar .menu-heading{
  width: 55px;
  flex: initial;
  overflow: hidden;
}

.big-content {
  width: calc(100% - (55px));
}

 .navbar-nav .nav-link {
  white-space: nowrap;
}

.toggle-left-menu.active svg {
  transform: rotate(180deg);
}

.menu-onoff-mob{
  display: none;
}

.search-added{
  cursor:pointer;
  position:absolute;
  right:2px;
  top:2px;
  color: #bdbdbd;
}

@media only screen and (max-width: 992px) {
  .menu-onoff-mob{
    display: block;
  }

  .menu-onoff{
    display: none;
  }
  .mob-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 2;
    max-width: 260px;
  }


.sidebar-overlay {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000015;
  transition: opacity .15s linear;
  opacity: .5;
  display: none;
}

 .sidebar-overlay.overlay-show {
  display: block;
}

}

@media only screen and (min-width: 991px) {
.left-bar{
  position: fixed;
  height: 100%;
}

.header-con {
  position: fixed;
  width: 83.4%;
  z-index: 1;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.main-full .header-con {
  width: 100%;
}

.header-space {
  margin-top: 90px;
}

}

#textContainer {
  display: inline-block;
  font-size: 20px;
  color: white;
  border-radius: 60px;
  text-align: center;
  padding: 15px 30px 15px 30px;
  background: #44aa9b;
  background: -webkit-linear-gradient(to right, #82d3d3, #44aa9b);
  background: linear-gradient(to right, #82d3d3, #44aa9b);
  text-shadow: 0px 0px 15px rgb(0, 0, 0 , 0.67);
  box-shadow: 5px 7px 20px 1px rgba(104, 104, 104 , 0.16);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  min-height: 60px;
  position: relative;
}

#textContainer.steam:before, #textContainer.steam:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, 
		#0000ff, #00ff00,#ffff00, #ff0000);
	background-size: 400%;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
  border-radius: 60px;
	z-index: -1;
	animation: steamBorder 20s linear infinite;
  opacity: .2;
}

@keyframes steamBorder {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.block:after {
	filter: blur(50px);
}

.swal2-html-container {
  overflow: hidden !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
  line-height: 34px !important;
  color: #272b2f !important;
}

.select2-container--default .select2-selection--single{
  border: 1px solid #ced4d9;
}


audio {
  filter: sepia(60%) saturate(30%) grayscale(1) contrast(99%) invert(12%);
  width: 100px;
  height: 25px;
}

.swal2-container{
  z-index: 500 !important;
}

.col-lg-0-4 {
  flex: 0 0 auto;
  width: 4%;
  min-width: 52px;
  z-index: 99;
}

.offset-lg-0-4 {
  margin-left: 4%;
}

.col-lg-11-6 {
  flex: 0 0 auto;
  width: 96%;
}

.dataTable-container-task{
  font-size: 14px;
}

.btn {
  font-size: 14px;
}

.badge{
  font-size: 12px;
  font-weight: normal;
}

.notif-number-1{
  position: relative;
}

.notif-number-1:after{
  content: "1";
  position: absolute;
  background: #f00;
  color: #fff;
  border-radius: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 8px;
  width: 12px;
  height: 12px;
  right: -7px;
  top: -7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px;
}

.select2-container .select2-selection--single{
  height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;
}

.dataTable-container-task thead input {
  width: 100%;
  padding: 5px 0 5px 7px;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}

.card{
    border-radius: 0;
}

.card-header{
    background-color: rgb(255,255,255,0.03);
    border-bottom: 1px solid rgb(240,240,240);
}

tbody, td, tfoot, th, thead, tr{
    border-color: rgb(241 241 241);
}

table.dataTable{
    box-shadow: 0px 0px 1px 1px #eeeeee;
}

table.dataTable thead th, table.dataTable thead td{
    border-bottom: 1px solid #dbdbdb;
}

ul#dev_sortable, ul#qa_sortable{
    list-style: none;
}

ul#dev_sortable li, ul#qa_sortable li{
    border: 1px solid #bdbdbd;
    cursor: grab;
    margin-bottom: 3px;
    padding: 7px;
}

.col-sm-auto {
  flex: 0 0 auto;
  width: auto;
}

.menu-mob-icons{
  display: none;
}

@media only screen and (min-width: 991px){
  .header-con {
    width: 96%;
    z-index: 20;
  }
}


@media all and (max-width: 630px){
  .menu-mob-icons{
    display: block;
  }
  
  .mob-menu{
    left: -260px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .left-bar.mob-menu.mob-open {
    left: 0;
}
  .offset-lg-0-4{
    margin-left: 0 !important;
  }

  .col-lg-11-6{
    width: 100%;
  }
}