<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-edit-backend{
    background-color: #ecb223;
    border: none;
    padding: 0.65rem;
    border-radius: 14px;
}



/* à¹à¸–à¸šà¸™à¸³à¸—à¸²à¸‡à¸„à¸£à¸±à¸š */
.fixed-bottom {
    border-radius: 18px 18px 0 0;
    background: rgb(0, 147, 255);
    background: linear-gradient(6deg, var(--main) 2%, var(--sub) 100%);
    border: none;
    /* à¹€à¸ªà¹‰à¸™à¸‚à¸­à¸šà¸”à¹‰à¸²à¸™à¸šà¸™ */
    box-shadow: rgba(20, 40, 70, 0.2) 0px 7px 29px 0px;
}

.fixed-bottom a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #495057;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.fixed-bottom a:hover,
.fixed-bottom a:focus {
    transform: scale(1.2);
}

.fixed-bottom a.active {
    color: #ffffff;
    /* à¸ªà¸µà¸‚à¹‰à¸­à¸„à¸§à¸²à¸¡à¹€à¸¡à¸·à¹ˆà¸­à¹€à¸¥à¸·à¸­à¸ */
}

/* à¹à¸ªà¸”à¸‡à¸œà¸¥à¸šà¸™ iPad (à¸‚à¸™à¸²à¸”à¸«à¸™à¹‰à¸²à¸ˆà¸­ 768px à¸‚à¸¶à¹‰à¸™à¹„à¸›) */
@media (min-width: 768px) {
    .fixed-bottom {
        display: flex;
        justify-content: center;
        /* à¸ˆà¸±à¸”à¹ƒà¸«à¹‰à¸­à¸¢à¸¹à¹ˆà¸•à¸£à¸‡à¸à¸¥à¸²à¸‡ */
    }

    .fixed-bottom .container {
        width: 768px;
        /* à¸à¸³à¸«à¸™à¸”à¸„à¸§à¸²à¸¡à¸à¸§à¹‰à¸²à¸‡à¸‚à¸­à¸‡à¸„à¸­à¸™à¹€à¸—à¸™à¹€à¸™à¸­à¸£à¹Œ */
    }
}



#table_filter input[type="search"] {
		border-radius: 13px;
		border: solid 1px #373a42;
	 	 color: #fff ;/* à¹à¸—à¸™à¸—à¸µà¹ˆ #à¸‚à¸­à¸‡à¸„à¸¸à¸“à¸•à¹‰à¸­à¸‡à¸à¸²à¸£ à¸”à¹‰à¸§à¸¢à¸£à¸«à¸±à¸ªà¸ªà¸µà¸—à¸µà¹ˆà¸„à¸¸à¸“à¸•à¹‰à¸­à¸‡à¸à¸²à¸£ */
		padding: 0.5rem;
		font-size:12px;
	}</pre></body></html>