@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500&display=swap');

.font1 {
    font-family: 'Mitr', sans-serif;
}

.font2 {
    font-family: 'Prompt', sans-serif;
}

.btn-link {
    color: #2884ee;
}

.btn-link:hover {
    color: #432f6d;
}

.btn-primary {
    color: #fff;
    background-color: #2884ee;
    border-color: #2884ee;
}

.btn-primary:hover {
    background-color: #593f92;
    border-color: #593f92;
}

.bg-primary {
    background-color: #2884ee !important;
}

.btn:disabled {
    pointer-events: none;
}

.btn:disabled .load {
    display: inline-block;
}

.btn .load {
    display: none;
}

.btn:disabled .unload {
    display: none;
}

.btn .unload {
    display: inline-block;
}

[data-table] {
    display: none;
}

.btn-warning {
    color: #333;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 80px;
}

.page-item.active .page-link {
    background-color: #2884ee;
    border-color: #2884ee;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    margin-right: 2px;
}

.table td {
    vertical-align: middle;
}

/* switch checkbox toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2884ee;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2884ee;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#show-image-list:after {
    content: '';
    display: block;
    clear: both;
}

.img-example {
    float: left;
    height: 100px;
    margin: 0 5px 5px 0;
    position: relative;
}

.img-example img {
    height: 100%;
}

.img-example .lcon,
.img-example .rcon {
    position: absolute;
    z-index: 10;
    top: 5px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.img-example .lcon.Y {
    background-color: green;
    color: white;
}

.img-example .lcon {
    left: 5px;
    background-color: white;
}

.img-example .rcon {
    right: 5px;
    background-color: tomato;
    color: white;
}

.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, .1);
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    background-color: #2884ee;
}

.ck-content {
    height: 310px;
}

.nowrap {
    white-space: nowrap;
}

.user-login {
    background-color: #2884ee;
    color: white;
    width: 100%;
    height: 26px;
    line-height: 26px;
}
.welcome-page .news-text h1,
.welcome-page .news-text h2,
.welcome-page .news-text h3,
.welcome-page .news-text h4,
.welcome-page .news-text h5,
.welcome-page .news-text h6 {
    font-size: 14px;
    font-weight: 300;
}