@font-face {
  font-family: 'Made';
  src: url('../font/made_font.otf') format('truetype');
}

/* Custom font bold */
@font-face {
    font-family: 'Made Reg';
    src: url('../font/made_font_reg.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Made Medium';
    src: url('../font/made_font_med.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.sidebar-custom {
  /* background-color: #469BFF; */
}
.header-custom {
  /* background-color: #7d98cd; */
}
body {
    font-family: 'Made Reg', sans-serif;
}

.nav-active-custom {
    background-color: #24374a
}
.dropdown-item-custom :focus, .dropdown-item-custom:hover{
    background-color: #24374a
}
.tr-custom{
    height: 80px;
}
.tr-custom :focus, .tr-custom:hover{
    background-color: #2fb3a421
}
.tr-hover :focus, .tr-hover:hover{
    background-color: #2fb3a421
}
.link-box-dashboard:hover{
    text-decoration: none
}

.table-note td {
    font-weight:600;
}

.table-note-item {
    border: 1px solid black;
    padding: 1rem;
}

.table-note-item th {
    border: 1px solid black;
}


.table-assign {
    width: 100%;
    margin-top: 2rem;

}

.table-assign td {
    border: 1px solid black;
    padding: 4px;
    text-align: center;

}

.table-note-item th, .table-note-item td {
    padding: 4px 12px;
}

.table-note-footer td {
    font-weight:600;
    text-align: right;
    padding: 4px
}

.bg-login {
    background: rgb(255,193,33);
    background: linear-gradient(149deg, rgba(255,193,33,1) 0%, rgba(205,79,79,1) 33%, rgba(183,29,165,1) 94%);
}

.text-title {
    color: #b71da5;
    font-family: 'Made Medium';
    font-weight: bold;
}

h2 {
    font-family: 'Made Medium';
    font-weight: bold;
}

h3 {
    font-family: 'Made Reg';
    font-weight: bold;
}

.text-subtitle {
    color: #000;
    font-family: 'Made Reg';
    font-weight: bold;
    font-size: smaller;
}

.form-custom {
    height: 52px;
    text-align: center;
}

.btn-custom {
    height: 52px;
    border: none;
    font-size: medium;
    font-weight: 600;
}

.btn-custom:hover {
    background-color: #b71da5;
    border: none;
}

.container-tight {
    max-width: 36rem !important;
}


.card-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) !important;
}


.tab-pane {
    background-color: #fff !important;
    background-image: #fff !important;
}

.card-body svg {
    color: #fff !important;
}

.bg-primary-new {
    background-color: #dd3058 !important;
    color: #fff;

}

@media only screen and (max-width: 600px) {
    .logo-sm {
      width: 50%;
    }
  }