@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap");

* {
	font-family: "Montserrat", sans-serif !important;
}
.btn-warning {
	background-color: #ff9f1c !important;
}
.btn-primary {
	background-color: #2ec4b6 !important;
}
.btn-dark {
	background-color: #264653 !important;
}
.bg-dark {
	background-color: #264653 !important;
}
.vertical-menu {
	background: #ffffff !important;
}
.navbar-brand-box {
	background: #ffffff !important;
}
.font-weight-bold {
	font-weight: bold;
}
#sidebar-menu ul li a {
	display: block;
	padding: 0.625rem 1.5rem;
	color: #424242;
	position: relative;
	font-size: 1.1rem;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-family: "Work Sans", sans-serif;
}
.mm-active .active {
	color: #450eac !important;
}
.btn-block {
	display: block;
	width: 100%;
}

table.dataTable > tbody > tr.child ul.dtr-details {
	display: block !important;
}
button.btn.btn-secondary.buttons-copy.buttons-html5 {
	display: none;
}
button.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis {
	display: none;
}
@media screen and (max-width: 480px) {
	button.btn.btn-secondary.buttons-excel.buttons-html5 {
		background: black;
		border-radius: 10px;
		margin: 10px;
		width: 100%;
	}
	button.btn.btn-secondary.buttons-pdf.buttons-html5 {
		background: black;
		border-radius: 10px;
		margin: 10px;
		width: 100%;
	}
}
button.btn.btn-secondary.buttons-excel.buttons-html5 {
	background: black;
	border-radius: 10px;
	margin: 10px;
}
button.btn.btn-secondary.buttons-pdf.buttons-html5 {
	background: black;
	border-radius: 10px;
	margin: 10px;
}

@media only screen and (max-width: 600px) and (min-width: 400px) {
	.select2-container--default .select2-selection--multiple {
		width: 80vw !important;
	}
}
.select2-container--default .select2-selection--multiple {
	width: 200px;
}

.bgimage {
	background-position: center;
	background-size: cover;
}



@media only screen and (max-width: 600px) and (min-width: 400px) {
	.complogo {
		height: 70px;
		margin-top: 10vw;
	}
.mycontainer{
    max-width: 100%;

}
	
}
.complogo {
	height: 100px;
	margin-top: 110px;
}


.bg-light1 {
	background: #26252578;
}

.btn-yellow {
	background-color: #ffc900;
	border-color: #ffaa00;
}




 /* here we can store for mobile */
@media screen and (max-width: 480px) {
	.mycontainer{
    max-width: 100%;
	padding: 15px;
}
.complogo2 {
    height: 80px;
    margin-top: 50px;
	margin-bottom: 50px;
}
}

@media screen and (min-width: 480px) {
	.complogo2 {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mycontainer{
    max-width: 75%;
	padding-left: 25%;	
}
}


.dt-buttons.btn-group.flex-wrap {
    flex-wrap: revert !important;
}