
/* k.s.s :) */

.nav-link.collapsed .fa-folder-o:before {
    content: "\f114";
}
.nav-link:not(.collapsed) .fa-folder-o:before {
    content: "\f115";
}

.navbar-vertical .navbar-vertical-content .nav-link-icon {
    margin-right: 0.4rem;
}
.ssort:hover{
	cursor: pointer;
}
.normv{
	margin: 0 auto !important;
}
.normv .mx-4,
.normv .px-4{
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.lst-all, .lst-curr{
	height: 250px;
	overflow-y: auto;
}
table thead th, th{
	vertical-align: middle;
}
td .lis{
	border-bottom: 1px dotted #ddd;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
td .lis:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.kamp-icmal table{
	min-width: 300px;
}
.kamp-icmal th, .kamp-icmal td,
.kamp-yatakhane th, .kamp-yatakhane td
{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.hov-hgl tr:hover, .hov-hgl td:hover{
	background: #4bff000f;
}
.kamp-yatakhane td a{
	display: block;
}

.pua, .pfa{
	cursor: pointer;
}

.hov-hgl td.pua:hover, .hov-hgl td.pfa:hover{
	background: #00f3ff12;
}

/* Preloader stil */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .95;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--bs-teal);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-bottom-color: var(--bs-danger);
    box-shadow: unset;
	outline: 0;
}


.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-color: green !important;
	
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.parsley-error{
	border-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}


div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}


#bar-fixed.stickIt {
	position: sticky;
	top: 100px;
}


@media screen and (min-width: 1950px) and (max-width: 1940px){



}

@media screen and (min-width: 2250px){



}

@media screen and (max-width: 991px){


}

@media (min-width: 1200px){


}


@media screen and (max-width: 767px){

	
	
}

@media screen and (max-width: 575px) {
    
	
}