html,
body {
    font-family: 'Inter', 'Kanit' !important;
}

body {
    background: url("/web/images/bg-cloud.png");
    background-color: #EFF4F8;
    background-size:contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.content-wrapper {
    background-color: transparent !important;
}

.flatpickr-next-month {
    display: none;
}

.flatpickr-prev-month {
    display: none;
}

/* .f-inter {
    font-family: 'Inter', sans-serif !important;
} */

.bg-mappa {
    background-color: #EFF4F8 !important;
}

.modal-content.bg-mappa input,
.modal-content.bg-mappa select {
    background-color: #E5F0F8;
    border-color: #fff;
}

.bg-deeppurple {
    background-color: #213F75;
    color: #fff;
}

.bg-deeppurple input,
.bg-deeppurple select {
    background-color: rgba(219, 234, 243, 0.7);
    color: #23272F;
}

.bg-teacher-head {
    background-color: #D3D9E3;
}

.bg-teacher-body {
    background-color: #E9ECF1;
}

.form-control {
    border-radius: 0.75rem;
}

.card {
    border-radius: 0.75rem;
    box-shadow: none;
}

.btn {
    border-radius: 0.75rem;
}

.btn-navy-link {
    color: #4D6591;
    text-decoration: underline;
}
.btn-navy-link:hover {
    color: #4D6591;
    text-decoration: none;
}

.btn-salmon {
    border-color: #FFF0EF;
	background-color: #FFF0EF;
	color: #343A47;
}

.btn-salmon:hover {
    color: #343A47;
	filter: brightness(85%);
}

.btn-salmon-primary {
    border-color: #FFE0DF;
	background-color: #FFE0DF;
	color: #FF665E;
}

.btn-salmon-primary:hover {
    color: #FF665E;
	filter: brightness(85%);
}

.btn-salmon-bordered {
    border-color: #FF665E;
	background-color: #FFE0DF;
	color: #FF665E;
}

.btn-salmon-bordered:hover {
    color: #FF665E;
	filter: brightness(85%);
}

.btn-main {
	border-color: #FF665E;
	background-color: #FF665E;
	color: #fff;
}

.btn-main:hover {
    color: #fff;
	filter: brightness(85%);
}

.btn-main-outlined {
	border-color: #fff;
	background-color: #FF665E;
	color: #fff;
}

.btn-main-outlined:hover {
    color: #fff;
	filter: brightness(85%);
}

.btn-mappa-white {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
}

.btn-monotone {
	border-color: #DAE1E6;
	background-color: #FFFFFF;
	color: #000000;
}

.btn-mappa-white:hover {
    color: #000000;
	filter: brightness(85%);
}

.btn-radio-main {
	border-color: #000;
	background-color: #fff;
	color: #000;
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
	border-bottom-right-radius: 0.75rem !important;
}

.btn-radio-main.active,
.btn-radio-main.focus {
	border-color: #FF665E;
	background-color: #fff0ef;
	color: #FF665E;
}

.btn-link-main {
    font-weight: 400;
    color: #FF665E;
    text-decoration: underline;
}

.btn-link-main:hover {
    color: #FF665E;
	filter: brightness(85%);
}

.btn-deeppurple-outlined {
    border-color: #213F75;
    background-color: #fff;
    color: #213F75;
}

.btn-deeppurple-outlined:hover {
    color: #213F75;
	filter: brightness(85%);
}

.btn-gray-outlined {
    border-color: #fff;
    background-color: rgba(255, 240, 239, 0.7);
    color: #343A47;
}

.btn-gray-outlined:hover {
    color: #343A47;
	filter: brightness(85%);
}

.border-blue {
    border: 1px solid #D3D9E3 !important;
    border-radius: 10px;
}

.bottom-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.badge-w {
    background-color: #FFD9AC;
    color: #111318;
    font-weight: 400;
}
.badge-s {
    background-color: #4AA36D;
    color: #fff;
    font-weight: 400;
}

.rounded-075 .card-img-top {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.rounded-1 .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-125 .card-img-top {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.search-input {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
    border-right: 0;
}

.search-btn {
    background-color: rgba(219, 234, 243, 0.7);
    color: #23272F;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    border-top-left-radius: 0;
	border-bottom-left-radius: 0;
    border: 1px solid #ced4da;
    border-left: 0 !important;
}

.login-card {
    max-width: 400px;
}

.login-card,
.login-card input,
.login-card button {
    border-radius: 0.75rem !important;
}

.login-card input {
    background-color: #E9ECF1;
    color: #111318;
}

.topbar-main {
    background: #B7D2DB;
    color: #111318;
    box-shadow: 0px 4px 19px 0px #A0B5C163;
}

.sidebar-main {
    background: #B7D2DB;
    box-shadow: 0px 4px 19px rgba(160, 181, 193, 0.39);
    border-radius: 0px 16px 0px 0px;
}
.sidebar-main .nav-item a.nav-link {
    display: flex;
    align-items: center;
    color: #000204;
    margin: 5px 0;
    min-height: 50px;
    font-weight: 700;
}
.sidebar-main .nav-item a.nav-link:hover,
.sidebar-main .nav-item a.nav-link:focus {
    background: #C9E0E6 !important;
    color: #000204 !important;
    border-radius: 9px;
}
.sidebar-main .nav-item a.nav-link.active {
    background: #C9E0E6;
    color: #000204 !important;
    border-radius: 9px;
}

.nav-item.classroom-profile {
    background: #C9E0E6;
    color: #000204;
    border-radius: 9px;
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
}

.classroom-profile a {
    color: #213F75;
}

.nav-item.teacher-profile {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #C9E0E6;
    color: #000204;
    font-weight: 600;
    border-radius: 9px;
    width: calc(100% - 16px);
    margin: 16px 8px;
    overflow: hidden;
}

.nav-item.teacher-profile a {
    color: #000204;
    text-decoration: underline;
    font-weight: 400;
}

.badge-empty {
    background: #72779F;
    color: #FFFFFF;
}

.badge-progress {
    background: #F9AF58;
    color: #000000;
}

.badge-done {
    background: #4AA36D;
    color: #FFFFFF;
}

.card-text-top {
    background: #344C76;
    min-height: 175px;
    border-radius: 0.75rem 0.75rem 0 0;
    color: #FFFFFF;
}

.card-text-bottom {
    display: flex;
    flex-direction: column;
    height: calc(100% - 190px);
    padding: 16px 16px 0 16px;
}

.message-active {
    border: 2px solid #213F75;
}

.icon-badge-container {
    display: inline-block;
}

.icon-badge {
    position: absolute;
    top: 0px;
    right: 12px;
    background-color: #FF665E;
    border-radius: 10px;
    width: 12px;
    height: 12px;
}

.unit-group-btn {
    border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #000000;
    min-width: 140px;
    margin-top: 10px;
    margin-right: 16px;
}

.unit-group-btn.active {
    border-color: #FF665E;
	background-color: #FFE0DF;
	color: #FF665E;
}

.work-type-btn {
    border-color: #C8CACE;
	background-color: #FFFFFF;
	color: #000000;
    min-width: 100px;
    margin-top: 10px;
    margin-right: 16px;
}

.work-type-btn.active {
    border-color: #FF665E;
	background-color: #FFE0DF;
	color: #FF665E;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}
.table-responsive::-webkit-scrollbar {
    height: 10px;
}
.table-responsive::-webkit-scrollbar-track {
    background: #FFD0CD;
    border-radius: 19px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #FF665E;
    border-radius: 19px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #e4544f;
}

.table-mappa > thead > tr > * {
    border: 0;
    background: #213F75;
    color: #FFFFFF;
}
.table-mappa th,
.table-mappa td {
    vertical-align: middle;
    white-space: nowrap;
}
.table-mappa.ws-unset th,
.table-mappa.ws-unset td {
    vertical-align: middle;
    white-space: unset;
}
.new-student-table > table > thead > tr > *:first-child,
.table-mappa.table-striped > thead > tr > *:first-child,
.table-mappa.table-striped > tbody > tr > *:first-child {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}
.new-student-table > table > thead > tr > *:last-child,
.table-mappa.table-striped > thead > tr > *:last-child,
.table-mappa.table-striped > tbody > tr > *:last-child {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
.table-mappa.table-striped > tbody > tr:nth-of-type(odd) > * {
    border: 0;
    background-color: #FFFFFF;
}
.table-mappa.table-striped > tbody > tr:nth-of-type(even) > * {
    border: 0;
    background-color: #E9ECF199;
}

.card-unit-detail {
    border-radius: 16px;
    border: #D3D9E3 1px solid;
}
.card-unit-detail .card-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: #D3D9E3 1px solid;
    background: #D3D9E3;
    color: #213F75;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
}

.card-unit-title {
    border: 1px solid #213F75;
    border-radius: 16px;
    background: #D3D9E3;
}
.card-unit-title .card-body {
    color: #213F75;
    font-weight: 700;
    text-align: center;
}

.unit-detail .nav-item .nav-link {
    color: #90949D;
    font-weight: 600;
    border: none;
}
.unit-detail .nav-item .nav-link:hover {
    color: #FF665E;
}
.unit-detail .nav-item .nav-link.active {
    color: #FF665E;
    border-bottom: 5px solid #FF665E;;
}

.mission-title-in-frame {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    color: white;
    font-size: 28px;
    font-weight: 700;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spirit-stack {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spirit-stack .base {
    width: 100% !important;
    max-width: 256px !important;
}
.spirit-stack .part {
    position: absolute;
    width: 100% !important;
    max-width: 256px !important;
}
.spirit-stack .body {
    z-index: 91;
}
.spirit-stack .face {
    z-index: 92;
}
.spirit-stack .hand {
    z-index: 93;
}
.spirit-stack .leg {
    z-index: 94;
}
.spirit-stack .prop {
    z-index: 95;
}

.card-fh-student {
    min-height: 500px !important;
}

.new-student-table {
    min-height: 400px;
}
.new-student-table tbody td {
    padding-left: 0;
    padding-bottom: 0;
    border: none;
}
.new-student-table tbody .form-group {
    margin-bottom: 0;
}

.evaluate-container {
    padding: 3rem 0;
}
.evaluation-status-badge {
    position: absolute;
    left: 13px;
    top: 10px;
    z-index: 100;
}
.badge-fixed-width {
    width: 100px !important;
}

.evaluate-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #000000;
    margin-right: 2.5rem;
}
.evaluate-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #000000;
    text-align: center;
}
.evaluate-remark {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #00000099;
    text-align: center;
}

.evaluate-card.active {
    background-color: #FFF0EF;
    border: 1px solid #FF665E;
}

.progress-stack {
    margin-top: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.progress-stack .progress-bg {
    width: 100%;
    height: 7px;
    border-radius: 40px;
    background-color: #D3D9E3;
}
.progress-stack .progress-bar-33 {
    position: absolute;
    left: 0;
    width: 33%;
    height: 7px;
    border-radius: 40px;
    background-color: #213F75;
}
.progress-stack .progress-bar-80 {
    position: absolute;
    left: 0;
    width: 80%;
    height: 7px;
    border-radius: 40px;
    background-color: #213F75;
}

.status-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    min-width: 125px;
    min-height: 40px;
    margin-top: auto;
    margin-bottom: auto;
}
.status-card.success {
    background-color: #BFE5BB;
    color: #1C5E22;
}
.status-card.warning {
    background-color: #FFF5E5;
    color: #BF5C00;
}
.status-card.danger {
    background-color: #FFD7D4;
    color: #FF0D00;
}
.status-card.info {
    background-color: #4D6591;
    color: #fff;
}

.option-card {
    background: #FFFFFF73;
    color: #000;
    border: 1px solid #0000002E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    min-width: 100px;
    height: 30px !important;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}
.option-card.active {
    background-color: #FFF0EF;
    border: 1px solid #FF665E;
    color: #FF665E;
}

.modal-content {
    border-radius: 13px;
    border: none;
}

.div-disable{
    background-color: #e0e0e0 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.div-btn-buttom-sticky {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 999;
    height: 77px;
}

.width-10 {
    width: 10%;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.classroom-image-scroll {
    height: 218.09px;
    overflow-y: scroll;
}
.classroom-image-scroll::-webkit-scrollbar-track {
    margin-left: 15px;
}
.classroom-image-scroll::-webkit-scrollbar {
    width: 6px;
}
.classroom-image-scroll::-webkit-scrollbar-thumb {
    border-radius: 19px;
    background-color: #FF665E;
}
.classroom-image-scroll::-webkit-scrollbar-thumb:hover {
    background: #e4544f;
}

.classroom-image-select {
    border: 2px solid #000000;
}
.classroom-image-select.active {
    border: 2px solid #FF665E;
}

.classroom-image-select-edit {
    border: 2px solid #000000;
}
.classroom-image-select-edit.active {
    border: 2px solid #FF665E;
}

.classroom-card-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}

.radio-mappa {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #4D6591;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.radio-mappa:checked {
    border-color: #FF665E;
    background-color: #FFF;
}
.radio-mappa:checked::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #FF665E;
    border-radius: 50%;
}

.input-min-200 {
    min-width: 200px;
}
.input-min-150 {
    min-width: 150px;
}