@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.25); } 100% { transform: scale(1); } } 

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins/Poppins-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins/Poppins-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins/Poppins-SemiBold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}

* {
    font-family: 'Poppins', 'FontAwesome' , sans-serif !important;
}

body { max-width: 100% !important; overflow-x: hidden !important; min-height: 100%; color:#242424;}
html { max-width: 100% !important; overflow-x: hidden !important; min-height: 100%; }

.footer { position: fixed; margin-top: 25px; padding-top:5px; bottom: 0; min-width: 100%; height: 35px; background-color: #f8cb46; color:#242424; z-index:1025; }
.footer a:link { color: #fff; }
.footer a:visited { color: #fff; }
.footer a:active { color: #fff; }
.top-buffer { margin-top:5px; }
.mybtn { height:30px; font-size:10px; font-weight:bold; width: 100%;}
.bluebtn { background-color:#004ecc; color:#fff; }
.closebtn { font-size:26px !important; color:red !important; background-color:#fff !important; width:25px !important; border-radius:3px !important; }
.tr-header { color: #000; font-weight: bold; border-bottom:1px solid #6f6f6f; }
.newspic { border-radius: 10px; box-shadow: 1px 1px 6px #888888; width: 100% }

.profile { position: relative; background-color: #fff; border-radius: 50%; box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 20px rgb(0 0 0 / 30%) inset; }

.menu-icon { width: 24px; height: 24px; border-radius: 50%; margin: 0px 5px 0px 5px; }
.block-row { margin: 5px;  }
.block-button { background-color: transparent; color: #242424; border-radius: 10px; display: block; text-align: center; padding: 10px; }
.block-button:hover { background-color: #e7e7e7; color: #242424; }
.block-button-title { font-size:18px; font-weight:bold; }
.block-button-content { font-size: 12px; margin-top: 10px; }
.caption-label { background-color: #888; color: #fff; border-radius:10px; font-size:12px; padding:5px 10px 5px 10px; }

.entrymsg { font-weight: bold; color: red; border: 1px solid red; border-radius: 5px; margin-bottom: 20px; padding: 10px; }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.float { position:fixed;	width:40px;	height:40px;	top:100px;	left:25px; background-color:#f8cb46; color:#FFF;	border-radius:50%;	text-align:center; box-shadow: 2px 2px 3px #999; }

input[type='checkbox'], input[type='radio'] { margin-right: 5px; }
input[type='radio']:hover, input[type='checkbox']:hover { transition: transform .2s;transform: scale(1.5); }

input:invalid { border: 1px solid red; }
textarea:invalid { border: 1px solid red; }
select:invalid { border: 1px solid red; }

.hoverme { box-shadow:none !important; }
.btn, .pagination { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-right: 5px;}
.btn { box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 30%); }
.panel, .panel-body {
    border:0px !important;
    border-radius: 0px !important;
    box-shadow:none !important;
	color:#000 !important;
}

.panel-heading {
    border-top:0px !important;
    box-shadow:none !important;
	color:#000;
}
.alert { border:0px !important; border-radius: 0px !important; }
.alert-info, .alert-warning { color: #242424 !important; }

.dataTables_scrollBody {
    background-color: #FFF;
}

.modal-content { box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 30%); }
.modal-footer, .list-group-item { background-color: #f5f8fa !important; display: block; }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { color:#000; font-weight:bold; }
.datepicker { z-index:900099 !important; }
.table-avatar, .btn-block { width:100% !important; }
.table-avatar thead th {
    background-color:#eeeeee !important;
    font-weight:bold;
    padding:2px 5px 2px 5px;
    vertical-align: middle;
}
.table-avatar td {
    padding:2px !important;
    background-color: transparent !important;
    vertical-align: middle;
}
.table-avatar td:first-child { width:40px !important; }
.table-avatar td:first-child img { height: 38px; width: 38px; }
.table-avatar td:last-child { width:100%; }
.modal-footer { text-align: center; }
.btn-intable { font-size:11px !important; padding:5px; }
/* .nav-link, .dropdown-item { color: #fff; } */
.nav-link:hover,  .nav-link:focus, .dropdown-item:hover, .dropdown-item:focus { background-color: #f8cb46; color:#242424 !important; }
.text-left { text-align: left; text-align: start; }
.text-center { text-align: center; }
.text-right { text-align: right; text-align: end; }
.btn-default { border: var(--bs-btn-border-width) solid  #e9ecef; border-radius: var(--bs-border-radius); background-color:#242424; color:#f8cb46; }
.btn-default:hover { border: var(--bs-btn-border-width) solid  #e9ecef; background-color: #f8cb46; }
/* .panel { border-radius: var(--bs-border-radius); box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 30%); } */
.table-bordered { border-color: #dee2e6 !important; }
/* display */
.hide, .hidden{ display:none; }
