/*
Custom css are here
*/
.selectbox {position:relative; display: block;}

.selectbox select{
  font-size: 16px;
  line-height: 20px;
  color:rgba(119, 119, 119, .8);
  width: 100%;
  min-width: auto;
  padding: 0px 0px 0px 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: '';
  text-indent: 0.01px;
  font-weight: 400;
  border:1px solid #ced4da;
}

.selectbox select::-ms-expand {
  display: none;
}
.selectbox::after {
  content:'';
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #212529;
  border-top: 1px solid #212529;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1.0em;
}

.selectbox .select2-container .select2-choice{
  line-height: 37px;
  min-height: 38px;
  height: 38px;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.selectbox .select2-container-active .select2-choice{
  border: 1px solid #5897fb;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}

.selectbox .select2-container .select2-choice .select2-arrow,
.selectbox .select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.rte-container .rte-modern.rte-desktop.rte-toolbar-default{
  min-width:100%;
}

.table-responsive .container-fluid{
   padding-left: 0;
   padding-right: 0;
}

.table.no-border tr th, .table.no-border tr td{
	border:0;
}

.table-style2 tr td:first-child{
	width: 40%;
}

@media screen and (min-width:768px){
	.table-style2 tr td:first-child{
		width: 30%;
	}
}

@media screen and (min-width:992px){
	.table-style2 tr td:first-child{
		width: 20%;
	}
}

.text-right{text-align: right;}
strong{font-weight: 600;}
/*
* Header
*/
.skin-blue .topbar, .topbar .top-navbar .navbar-header{
  background: #fff;
}

.skin-blue .topbar{  
  box-shadow: 0px -1px 6px #00000029;
  border-bottom: 1px solid #ddd;
}

.navbar-dark .navbar-nav .nav-link{
  color: #5eb5ec;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
  color: #4B90BC;
}
#config-table tr td, #config-table tr th{
	vertical-align: middle;
}

/* .horizontal-nav .sidebar-nav #sidebarnav li:not(.user-pro) li a{
  position: relative;
  padding-left: 30px;
}

.horizontal-nav .sidebar-nav #sidebarnav li:not(.user-pro) li a::before {
  position: absolute;
  content: '';
  width: 10px;
  height:1px;
  background-color: #8d97ad;
  left: 10px;
  top: 17px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
} */



@media screen and (min-width:768px){
  .fixed-sidebar .left-sidebar{
    box-shadow: 0px -1px 6px #00000029;
    border-bottom: 2px solid #ddd;
  }
}

@media screen and (max-width:767px){
  .topbar .top-navbar .navbar-header .navbar-brand{
    padding-left: 10px;
  }
}
  /*
    * Gallery
    */
    .gallery ul li{
      margin-bottom: 10px;
      margin-left: -2px;
      margin-right: -2px;
	  overflow: hidden;
	  position: relative;
	  cursor: default;
   } 

   .gallery ul li > a{
       display: block;
   }

  .gallery ul li > a.add-image{
	  min-height:190px;
	  width: 100%;
	  border: 1px solid #ddd;
	  border-radius: .25rem;
	  display: flex;
      justify-content: center;
      align-items: center;
	  color: #333;
   }

   .gallery ul li .img-fluid{
       border-radius: .25rem;
       width:100%;       
       height: 100%;
       max-height: 190px;
       min-height: 190px;
       object-fit: cover;
       object-position: center center; 
   }
   
   .gallery .overlay{
	    width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		display: flex;
		justify-content: center;
		align-items:center;
    border-radius: .25rem;
   }
   
   .gallery ul li:hover .overlay{
	   opacity: 1;
   }
   
   /*  .gallery .overlay{
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		padding: 0;
		margin: auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%) translateZ(0);
		-webkit-transform: translateY(-50%) translateZ(0);
		-ms-transform: translateY(-50%) translateZ(0);
	 }*/

   .gallery ul{
           margin: 0 -5px;
       }

       .gallery ul li{
        margin: 0 5px;
           display: inline-block;
           vertical-align: top;
           width: calc(100%);
           text-align: center;
        }

    #upload-image-paste {
      border: 1px solid black;
	  min-height:250px;
    }
	.message-box .message-widget a .user-img img{
		width:40px;
		height:40px;
	}
	
   @media screen and (min-width:376px){
      .gallery ul li{
        width: calc(100%/2 - 13px);
      }
    }

   @media screen and (min-width:768px){
       .gallery ul li{
          width: calc(100%/4 - 13px);
       }
   }

 
  /* ---------------------   Gallery End --------------------------- */
  .latest-notification .card-body.flex-column .bottom-end{
	  margin-top:auto;
  }
  .latest-notification .card-body.flex-column .bottom-end .btn-primary:focus{
	  color:#FFFFFF!important;
  }

  .message-box .message-widget a .mail-contnet h5{
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.5;
  }

  /*  ==========================================================================
	  Admin Role Page
    ========================================================================== */
	.checkbox-style{
	  -webkit-column-count: 4;
	  -moz-column-count: 4;
	  column-count: 4;
	  -webkit-column-gap: 3em;
	  -moz-column-gap: 3em;
	  column-gap: 3em;
	}
      .checkbox-styled label{
       display: block;
    }
	

  @media screen and (min-width:576px){
    .checkbox-styled .form-check{
       width: calc(100%/2 - 3px);
       display: inline-block;
    }
  }

  @media screen and (min-width:768px){
    .checkbox-styled .form-check{
       width: calc(100%/3 - 3px);
    }
  }

  @media screen and (min-width:992px){
    .checkbox-styled .form-check{
       width: calc(100%/4 - 3px);
    }
  }

  /* text area auto height */
  .textareaautoheight {
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 1000px;
}