
html{

	scroll-behavior: smooth;
}

@font-face{
	font-family: "SolaimanLipi";
	src:url("fonts/SolaimanLipi.eot") format("eot"),
	url("fonts/SolaimanLipi.svg#SolaimanLipi") format("svg"),
	url("fonts/SolaimanLipi.ttf") format("truetype"),
	url("fonts/SolaimanLipi.woff") format("woff"),
}


body{
	font-family: SolaimanLipi, arial;
	font-size: 16px;
	background-color: #fffff7;
}

.bg-dark{
	background-color: #121212 !important;
}

.container a{
	text-decoration: none;
}

h3{
	font-size: 18px;
	line-height: 1.2;
}

h2 a.text-success:hover{
	color: red!important;
	transition: .6s all ease;
}

h3.h-small{
	font-size: 15px!important;
}

h2{
	font-size: 24px;
	line-height: 1.2;
}

h2 a.text-success:hover{
	color: red!important;
	transition: .5s all ease;
}
#header-top ul{
	text-align: center;
}
#header-top ul li{
	padding: 5px;
}
#header-top ul li a {
	color: #ffffff;
}

.dt-layout-table{
    overflow-x: auto !important;
}
.dt-buttons .btn{
	background-color: #035768;
	padding: 3px;
}

.dt-buttons .btn:hover{
	background-color: #0093b0;
}
.dt-search{
    width: 100% !important;
}

.dt-search label{
    padding: .375rem .75rem;
	margin: 5px;
    color: #fff;
    background-color: #198754;
    border: 1px solid #198754;
    border-radius: .375rem;
}

.bg-powderblue{
	background-color: powderblue;
}

/* Login Page */

.form-area{
	background-color: #320061;
}
#login-wrappar{
    min-height: 100vh;
}
.login-form-bg{
    max-width: 100%;
    height: auto;
	min-height: 90vh;
}
.brand-logo{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.brand-logo img{
    max-width: 100%;
    height: auto;
}
input#pwd {
    -webkit-text-security: disc;
    -moz-webkit-text-security: disc;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.login-pass input::-webkit-outer-spin-button, .login-pass
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.login-unumber input::-webkit-outer-spin-button, .login-unumber
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Login Page */

/*--bottom to top--*/
.to-top{
    margin-right: 50px;
    margin-top: -100px;
    position: fixed;
    right: 0;
	bottom: 40px;
	display: none;
	z-index: 9999;

}

.selection .select2-selection{
	padding: 5px;
    height: 40px;
}

/*--Responsive--*/


@media (min-width: 768px){
.col-pr-0 {
	padding-right: 0!important;
}
.col-pr-1 {
	padding-right: .25rem!important;
}

.col-pl-2 {
	padding-left: .5rem!important;
}

.col-md-pl-1{
	padding-left: .25rem!important;
}
}

@media (min-width: 992px){
.col-pr-2 {
	padding-right: .5rem!important;
}
}

@media (max-width: 576px){
#footer-tree-column-area {
	display: none!important;
}
.sm-px-2{
	padding-right: .5rem!important;
	padding-left: .5rem!important;
}


}
/*--Responsive--*/
