@font-face {
    font-family: 'Boogaloo';
    src: url("../fonts/Boogaloo-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
.bg-palette01{ background: #021422 !important; }
.bg-palette02{ background: #45A7E8 !important; }
.bg-palette03{ background: #3DDCF7 !important; }
.bg-palette04{ background: #1E4863 !important; }
.bg-palette05{ background: #006AB0 !important; }
.text-palette01{ color: #021422 !important; }
.text-palette02{ color: #45A7E8 !important; }
.text-palette03{ color: #3DDCF7 !important; }
.text-palette04{ color: #1E4863 !important; }
.text-palette05{ color: #006AB0 !important; }
.bg-palette01-transparent{ background: #02142280 !important; }
.bg-palette02-transparent{ background: #45A7E880 !important; }
.bg-palette03-transparent{ background: #3DDCF780 !important; }
.bg-palette04-transparent{ background: #1E486380 !important; }
.bg-palette05-transparent{ background: #006AB080 !important; }
.bg-red{ background: red !important; }
.text-red{ color: red !important; }
.text-white{ color: white !important; }
.text-right{ text-align: right; }
.btn {
    line-height: 1.5 !important;
}
.btn-primary, .show>.btn.btn-primary {
    background: #021422 !important;
    border-color: #021422 !important;
    color: white;
}
.btn-primary:hover{
    background: #005187be !important;
    border-color: #005187be !important;
    color: white;
}
.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active) {
    color: #fff;
    border-color: #005187be;
    background-color: #005187be!important;
}
.btn-info
{
    background: #45A7E8 !important;
    border-color: #45A7E8 !important;
    color: white;
}
.btn.btn-info:hover:not(.btn-active) {
    background-color: #45A7E8 !important;
    border-color: #45A7E8 !important;
    color: white;
}
.btn-check:active+.btn.btn-info, .btn-check:checked+.btn.btn-info, .btn.btn-info.active, .btn.btn-info.show, .btn.btn-info:active:not(.btn-active), .btn.btn-info:focus:not(.btn-active), .btn.btn-info:hover:not(.btn-active) {
    color: #fff;
    border-color: #45A7E8;
    background-color: #45A7E8!important;
}
.text-info{ color: #45A7E8 !important; }

.btn-palette01{
    background: #021422 !important;
    border-color: #021422 !important;
    color: white;
}
.btn-palette01:hover{
    background: #3DDCF7 !important;
    border-color: #3DDCF7 !important;
    color: white;
}

.btn-palette02{
    background: #45A7E8 !important;
    border-color: #45A7E8 !important;
    color: white;
}
.btn-palette02:hover{
    background: #1E4863 !important;
    border-color: #1E4863 !important;
    color: white;
}

.btn-palette03{
    background: #3DDCF7 !important;
    border-color: #3DDCF7 !important;
    color: white;
}
.btn-palette03:hover{
    background: #1E4863 !important;
    border-color: #1E4863 !important;
    color: white;
}

.btn-palette04{
    background: #1E4863 !important;
    border-color: #1E4863 !important;
    color: white;
}
.btn-palette04:hover{
    background: #45A7E8 !important;
    border-color: #45A7E8 !important;
    color: white;
}

.btn-palette05{
    background: #006AB0 !important;
    border-color: #006AB0 !important;
    color: white;
}
.btn-palette05:hover{
    background: #1E4863 !important;
    border-color: #1E4863 !important;
    color: white;
}
.btn-survey {
    border: 1px solid white !important;
    min-width: 100px;
}
.btn.btn-survey:hover:not(.btn-active), .btn.btn-survey:active:not(.btn-active), .btn-check:checked+.btn.btn-survey{
    background-color: #45A7E8 !important;
    border-color: white !important;
}
.has-error + .btn-survey {
    border: 3px solid red !important;
}
.navbar-info {
    background: rgb(0,82,135);
    background: linear-gradient(90deg, rgba(0,82,135,1) 0%, rgba(0,106,176,1) 100%);
}
.menu-title-white .menu-item .menu-link .menu-title {
    color: #FFFFFF;
}
.card {
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 35%);
}
.square{
	padding: 10px !important;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}

.symbol-border-white{
    border: 2px solid white;
}

.color-square {
    height: 35px;
    width: 35px;
    border: 1px solid black;
    display: inline-block;
}

.little-circle {
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    text-align: center;
    border-radius: 50%;
}

.form-control:disabled {
    background-color: #bdbdbd !important;
}
.form-check.form-check-solid .form-check-input, .form-check.form-check-solid .form-check-input:active {
    background-color: #c8cacd;
}

.card {
     border-radius: 1.5rem;
}

.card-header:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
    background-color: #45A7E8;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
    background-color: #1E4863;
    width: 16px;
    height: 16px;
}
.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li {
    width: 16px;
    height: 16px;
}

.minicolors-theme-default .minicolors-input {
    height: initial !important;
    width: -webkit-fill-available !important;
    padding-left: 50px !important;
}

.minicolors-theme-default .minicolors-swatch {
    width: 35px !important;
    height: 35px !important;
}

.has-error, .has-error+.ck-editor, .has-error+.select2 {
	border: 3px solid #D9001D!important;
}
.title
{
    font-family: 'Lato';
    font-size: 2.2rem !important;
    background-color: #021422;
    color: white;
    padding: 5px 15px;
    border-radius: 7px;
    font-weight: bold;
}
.ribbon {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #D9001D;
}
.subtitle
{
    font-family: 'Lato';
    font-size: 1.8rem !important;
    color: #021422;
    font-weight: bold;
}
.form-control.form-control-solid, .form-select.form-select-solid {
    background-color: #e4e6ef;
    border-color: #e4e6ef;
}
.nav-tabs .nav-link.active {
    border-top: 3px solid #0061a1;
}
.table-palette th {
    background: #021422 !important;
    color: white;
}
.table-rounded {
    border-radius: 15px;
}
.table.table-bordered {
    border: 1px solid black !important;
}
.table.table-bordered th:not(:last-child), .table.table-bordered td:not(:last-child) {
    border-right: 1px solid black !important;
}
.table.table-bordered tbody tr:not(:last-child), .table.table-bordered thead tr {
    border-bottom: 1px solid black !important;
}

.table-grades td, .table.table-grades tbody tr:last-child {
    border: 1px solid black !important;
}
.table-grades th, .table.table-grades>:not(:last-child)>:last-child, .table-grades tfoot td, .table.table-grades tr:last-child td
{
    border: 3px solid black !important;
}
.table.table-grades tbody tr:last-child td{
    border-bottom: 3px solid black !important;
}
.table-grades td:first-child {
    border-left: 3px solid black !important;
    border-right: 3px solid black !important;
}
.table-grades td:last-child {
    border-right: 3px solid black !important;
}
.table td:last-child, .table th:last-child, .table tr:last-child {
    padding-right: 0.75rem;
}
.table td:first-child, .table th:first-child, .table tr:first-child {
    padding-left: 0.75rem;
}
.loading-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    background-image: url('../images/loading.gif');
}
.loading-modal {
    display: flex;
    justify-content:center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #45A7E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #021422 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #021422 !important;
}
@media (min-width: 992px) {
    div::-webkit-scrollbar-thumb, ol::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb, span::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
        background-color: #021422;
    }
    .menu-title-white .menu-item .menu-link .menu-title {
        color: #021422;
    }

}

@media (max-width: 768px) {
    .card .card-header .card-toolbar {
        overflow-x: scroll;
    }
}


/*OVERRIDING CSS PLUGINS*/
.swal2-styled.swal2-confirm {
    background-color: #021422;
}
.swal2-styled.swal2-cancel {
    background-color: #d9214e;
}
.ck-content {
    min-height: 320px;
    border-radius: .75rem!important;
}
.ck-editor .ck-content {
    border-bottom-right-radius: 1.5rem!important;
    border-bottom-left-radius: .1.5rem!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.cursor-pointer{ cursor: pointer; }

.nav-line-tabs.with-hover .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    background-color: #021422;
    color: white;
    border: 0;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: none;
}
.nav-line-tabs.with-hover .nav-item .nav-link
{
    transition: none;
}
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}
.two-line-ellipsis {
    padding-left:2vw;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 325px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 15px;
}
.table.gy-5 th {
    background-color: #021422 !important;
    color: white!important;
    vertical-align: middle !important;
    text-align: center !important;
}
.table.gy-5 th, .table.gy-5 td {
    padding: 5px 7px !important;
}
.btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
tfoot input, tfoot select {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}
tfoot.search {
    display: table-header-group;
}
.table-striped tr:nth-child(odd) {background: #FFF !important;}
.table-striped>tbody>tr:nth-of-type(odd){
    background: #FFF !important;
    --bs-table-accent-bg: #FFF;
}
.table-striped tr:nth-child(even) {background: #CCCCCCFF !important;}
.menu-state-bg .menu-item:first-child .menu-link:hover:not(.disabled):not(.active) {
    background: initial;
}
.custom-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
    color: #181c32;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
