/*Write your custom css in this file.*/
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    margin: 0;
    font-family: "Nunito",sans-serif;
    font-size: 13.5px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    color: #6c757d;
    background-color: #fafbfe;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.dataTable .badge {
    display: inline-block;
    padding: 7px 17px;
    margin-bottom: 2px;
}

.bg-primary {
	background-color: #ee1e4d !important;
	color: #fff;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge {
	display: inline-block;
	padding: 7px 17px;
	font-weight: 500;
	font-size: 100%;
	margin-top: 5px;
}

.sidebar-menu li.active > a {
	color: #fff !important;
	background-color: #ee1e4d;
}

/*tab*/
.nav-tabs {
  background: #fff;
  border-bottom: 1px solid #EEF1F9;
  border-radius: 5px 5px 0 0; }
  .nav-tabs .nav-link {
    border: none;
    margin-bottom: 0 !important; }
  .nav-tabs li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs li a {
      padding: 20px;
      margin-right: 0;
      border-radius: 0;
      color: inherit;
      line-height: 1.42857143; }
      .nav-tabs li a:not(.active):hover {
        background: transparent;
        border-color: transparent !important;
        color: #20446f; }
    .nav-tabs li:not(.title-tab):after {
      display: block;
      background-color: #ee1e4d;
      content: "";
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      position: absolute;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .nav-tabs li:not(.active):hover:after {
      width: 100%; }
    .nav-tabs li .active, .nav-tabs li.active {
      font-weight: bold;
      border: none;
      color: #ee1e4d !important;
      background: transparent !important;
      border-bottom: 2px solid #ee1e4d !important;
      border-radius: 0;
      cursor: default; }
  .nav-tabs.title li a {
    padding: 20px 15px; }
  .nav-tabs.title .title-button-group {
    margin-top: 3px; }
  .nav-tabs.title .tab-title {
    margin-left: auto; }

.tab-title {
  border-bottom: 1px solid #EEF1F9; }
  .tab-title h4 {
    margin: 2px 0 0 0;
    padding: 15px;
    float: left; }
  .tab-title .title-button-group {
    float: right;
    margin: 0 10px 0; }
  .tab-title .btn {
    margin: 0.75rem 0.4rem; }

.nav li, .nav li a {
  position: relative;
  display: block; }
  .nav .title-tab h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px; }

.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
  margin-top: 0; }

.select2-results .select2-highlighted {
  background-color: #ee1e4d; }

/*page*/
.page-container {
  height: 100%;
  margin-top: 65px;
  margin-left: 250px; }

.public-page-container {
  margin-top: 65px;
  margin-left: 0; }

.page-content {
  padding: 10px; }

.page-wrapper {
  padding: 25px; }

.page-title {
  background: #fff;
  border-bottom: 1px solid rgba(221, 230, 233, 0.48);
  color: #444;
  border-radius: 5px 5px 0 0; }
  .page-title h1 {
    font-size: 20px;
    margin: 0;
    padding: 20px 16px;
    float: left; }
    .page-title h1 svg {
      margin-top: -4px; }
  .page-title h4 {
    padding: 8px 16px;
    float: left; }
  .page-title .btn {
    margin: 15px 5px; }
    .page-title .btn svg {
      margin-top: -3px; }
  .page-title .title-button-group {
    margin: 0px 15px 0px 15px; }


.btn-info {
	background: #ee1e4d;
	border: 1px solid #ee1e4d;
}


/*button*/

.btn-primary {
	border-color: #ee1e4d;
	background-color: #ee1e4d;
}
.btn-success {
  background: #0abb87;
  border-color: #0abb87; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #08976d;
    border-color: #08976d;
    color: #fff; }

.btn-info {
  background: #ee1e4d;
  border: 1px solid #ee1e4d; }
  .btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #ce0230;
    border-color: #ce0230;
    color: #fff; }

.btn-warning {
  color: #111;
  background: #ffb822;
  border-color: #ffb822; }
  .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #212529;
    background: #fbaa00;
    border-color: #eea200; }

.btn-danger {
  background: #fd397a;
  border-color: #fd397a; }
  .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #fd1361;
    border-color: #fc0758;
    color: #fff !important; }

.btn.active {
  box-shadow: none;
  background: #fff;
  cursor: default;
  outline: none; }
  .btn.active:focus {
    box-shadow: none;
    background: #ee1e4d;
    cursor: default;
    outline: none; }


	.btn-primary {
	border-color: #ee1e4d;
	background-color: #ee1e4d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #ce0230;
    border-color: #ce0230;
    color: #fff; }	
	
/*button*/

.sidebar-scroll {
  margin-top: 65px;
  background: #FFF; }

.sidebar-menu {
  padding: 10px 0;
  list-style: none;
  margin: 0; }
  .sidebar-menu li {
    position: relative;
    margin: 0; }
    .sidebar-menu li a {
      text-decoration: none;
      position: relative;
      display: block;
      padding: 0.8rem 1.1rem;
      margin: 0 10px;
      border-radius: 3px;
      color: #7b8190;
      z-index: 2;
      align-items: center;
      -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
      -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
      transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
      .sidebar-menu li a span {
        margin-left: 10px; }
      .sidebar-menu li a:active, .sidebar-menu li a:hover, .sidebar-menu li a:focus {
        color: #ee1e4d;
        background-color: #F4F6F8; }
    .sidebar-menu li ul {
      list-style: none;
      position: relative;
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      z-index: 1;
      -webkit-transition: max-height 300ms ease;
      -moz-transition: max-height 300ms ease;
      -o-transition: max-height 300ms ease;
      transition: max-height 300ms ease; }
      .sidebar-menu li ul li a {
        padding: 0.8rem 1.7rem;
        color: #7b8190; }
        .sidebar-menu li ul li a:hover {
          color: #383c40; }
        .sidebar-menu li ul li a svg {
          margin-top: -3px; }
  .sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #ee1e4d; }
  .sidebar-menu .badge {
    float: right;
    margin-top: 2px !important;
    padding: 3px 6px; }
    .sidebar-menu .expand.open ul {
      max-height: 1000px; }

#sidebar-menu li.expand.open > a::before {
  content: " ";
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 1.5rem;
  transition: all 0.2s ease-out;
  transform: rotate(-135deg);
  top: 1.4rem; }
#sidebar-menu li.expand > a::before {
  content: " ";
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  transition: all 0.2s ease-out; }

#left-menu-toggle-mask {
  background-color: #EEF1F9; }

@media print {
  .print-peview {
    color: #000; }
  a[href]:after {
    content: none !important; } }
	
	

.general-form .form-control {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  border-color: #f6f8f9;
  border: 1px solid #e6e6e6;
  background-color: #f6f8f9;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  color: #4e5e6a;
  background: #f6f8f9;
  transition: border-color 150ms, box-shadow 150ms }
.general-form textarea {
  height: 75px; }
  .general-form textarea:focus {
    box-shadow: none; }
.general-form .select2 {
  width: 100%; }
.general-form .mini {
  max-width: 200px; }
  .general-form.white .form-control {
    border-color: #fff;
    background-color: #fff; }
    .general-form.white .form-group .row > label {
      margin-top: 5px;
      padding: 0 20px; }
  .general-form.white .select2-container .select2-choice {
    background-color: #fff !important; }

.form-control {
  height: 35px; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  box-shadow: none;
  color: #ec5855;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px; }

.general-form .has-error .form-control {
  box-shadow: none;
  color: #ec5855; }
  .general-form .form-control.white {
    background-color: #fff; }
  .general-form .form-control:focus, .general-form .form-control.white:focus {
    border-color: #ebeff2;
    background-color: #ebeff2; }
.general-form .input-group-addon {
  border-color: #f6f8f9;
  background: #f7f9fa;
  border-radius: 2px; }