@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*Just change your choise color here its theme Colors*/
body {
  background: #fff;
  font-family: "Rubik", "Roboto";
}
/*Top Header Part*/
.top-left-part {
  background: rgba(0, 0, 0, 0.04);
}
.logo i {
  color: #ffffff;
}
.navbar-header {
  background: #247198;
}
.navbar-top-links > li > a {
  color: #ffffff;
}
/*Right panel*/
.right-sidebar .rpanel-title {
  background: #03a9f3;
}
/*Bread Crumb*/
.bg-title .breadcrumb .active {
  color: #0f597f;
}
/*Sidebar*/
.sidebar {
  background: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .label-custom {
  background: #01c0c8;
}
#side-menu li a {
  color: #54667a;
  font-family: "Poppins";
  padding:1rem .75rem;
  border-radius: .5rem;
}
#side-menu li a {
  color: #54667a;
  border-left: 0px solid #fff;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus {
  background: rgba(0, 0, 0, 0.03);
}
#side-menu > li > a.active {
  background: rgba(90, 141, 238, 0.15);
  font-weight: 500;
  color:#000;
  border-left: none;
}
#side-menu > li > a.active i {
  color: #ac02cb;
}
#side-menu ul > li > a:hover {
  color: #03a9f3;
}
#side-menu ul > li > a.active {

  color: #028acb;
  font-weight: 500;
}
.sidebar #side-menu .user-pro .nav-second-level a:hover {
  color: #03a9f3;
}
.fix-sidebar .top-left-part {
  background: #0f597f;
  height:60px;
}
/*themecolor*/
.bg-theme {
  background-color: #fb9678 !important;
}
.bg-theme-dark {
  background-color: #01c0c8 !important;
}
/*Chat widget*/
.chat-list .odd .chat-text {
  background: #03a9f3;
}
/*Button*/
.btn-custom {
  background: #03a9f3;
  border: 1px solid #03a9f3;
  color: #ffffff;
}
.btn-custom:hover {
  background: #03a9f3;
  opacity: 0.8;
  color: #ffffff;
  border: 1px solid #03a9f3;
}
/*Custom tab*/
.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
  border-bottom: 2px solid #03a9f3;
  color: #03a9f3;
}
.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
  background: #03a9f3;
  border-right: 2px solid #03a9f3;
}
/*Nav-pills*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #03a9f3;
  color: #ffffff;
}
a.logo {
  line-height: 60px;
  padding-left: 20px;
}
.mandatory{
  color:#e92c2c;
}
.menu-ico{
width: 25px;
margin-right: 1rem;
}
.nav .nav-second-level{
  padding-left: 2rem;
}
.total-credit{
    padding: 2rem;
    max-height: 60px;
    position: absolute;
    color: #fff;
    font-family: "Poppins";
    right: 16rem;
    background: #d47b39;
}
.white-box h1{
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: bold;
    color: #333;
}
.dashboard-ico{
  width: 45px;
    margin-right: 1.25rem;
}
.custom-form label{
  text-transform: uppercase;
}
.custom-form .img-thumbnail{
  width: 60px;
  height:60px;
}


.button {
	pointer-events: auto;
	cursor: pointer;
	background: #273b7a;
	border: none;
	padding: 1.25rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
    .button--primary {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 700;
	font-size: 1.25rem;
	border-radius: 0.5rem;
	overflow: hidden;
	color: #fff;
	background: #d35933;
    min-width: 150px;
}

.button--primary span {
	position: relative;
}

.button--primary::before {
	content: '';
	background: #273b7a;
	width: 120%;
	left: -10%;
	transform: skew(30deg);
	transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.button--primary:hover::before {
	transform: translate3d(100%,0,0);
}
#side-menu{
  padding:1rem;
}
.search-form-box{gap: 1rem;}
.custom-form .form-group label{
  font-weight: normal;
}
.table-responsive .dataTables_length label, .custom-table.table-responsive .dataTables_filter label{
  font-family: "Rubik";
  color: #475F7B;
  font-weight: normal;

}
.custom-table.table-responsive .dataTables_length select, .custom-table.table-responsive .dataTables_filter input{
  padding:.5rem;
  margin:0 .5rem;
  color: #475F7B;
  border:1px solid #dfe3e7;
  border-radius:.5rem;
}
.custom-table.table-responsive th{
  text-transform: uppercase;
}
.custom-table.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current,.custom-table.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background-color: #273b7a;
  color: #fff;
}
.custom-table.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button{
  background-color: #F2F4F4;
  border: 1px solid #DFE3E7;
    border-radius: .267rem;
  color:#828d99;
    margin:0 .25rem;

}
.custom-table.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
  opacity: .5;
}
.custom-table.table-responsive table.dataTable{
  margin-bottom: 15px;
}