* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

.place-right {float:right;}

/*==================================
 instead css of master style css 
 ======================================*/
 /*----- start css -----*/
 h2 {font-size: 18px;}
 .main-header .logo { height: 64px;}
 .sidebar-menu>li>a { padding: 8px 5px 8px 15px;}
 .sidebar-menu { margin: 10px 0 0;}
 .clr { background: #f38ba3;color: #fff;padding: 12px 13px;border-radius: 50%;}
 .border-warning { border-color: #f38ba3 !important;}
 .word {margin: auto !important;}
 .word h4 {font-size: 2rem;color: #f38ba3;}
 .btn-secondary {color: #fff !important;background-color: #f38ba3;border-color: #f38ba3;}
 .btn-sub {background: #7460ee;border-color: #7460ee;color: #fff;}
 .btn-sub:hover i {padding: 0px 8px;transition: 0.5s ease all;background: #7460ee; }
 .btn-sub i {transition: 0.5s ease all;} 

 /*thead {*/
 /*	background: #f38ba3;*/
 /*   color: #ffff;*/
 /*}*/

 input[type="text"], input[type="number"],input[type="password"], .select, .select2 {
 	/*height: 45px;*/
 	border-top: 1px solid #00acc1;
 	border-bottom: 1px solid #00acc1;
 	border-left: 3px solid #f38ba3;
 	border-right: 3px solid #f38ba3;
 	border-top-left-radius: 10px;
 	border-bottom-left-radius: 10px;
 	border-top-right-radius: 10px;
 	border-bottom-right-radius: 10px;
 }

 select.select-input {
 	height: 45px;
 	border-top: 1px solid #00acc1;
 	border-bottom: 1px solid #00acc1;
 	border-left: 3px solid #f38ba3;
 	border-right: 3px solid #f38ba3;
 	border-top-left-radius: 10px;
 	border-bottom-left-radius: 10px;
 	border-top-right-radius: 10px;
 	border-bottom-right-radius: 10px;
 }

 

 textarea.form-control {border: 1px solid #00acc1;}
 #bton {width: 30% !important}
 .skin-#f38ba3 .main-header .messages-menu .dropdown-toggle i::after, .skin-#f38ba3 .main-header .notifications-menu .dropdown-toggle i::after, .skin-#f38ba3 .main-header .tasks-menu .dropdown-toggle i::after {
 	background-color: transparent;
 }