/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2023 | 05:54:58 */
  .resoucre-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
	  padding-top:80px;
}
.resoucre-title h2{
	padding:0 !important;
}
.topic-table form select {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
	width:140px;
}
.topic-table form select:focus-visible {
    outline: none;
}
.resoucre-title form {
    position: relative;
}
.resoucre-title form input {
    border: none;
    border-bottom: solid 1px;
    padding: 10px 0 10px 5px;
	background:transparent;
}
.resoucre-title form input:focus-visible {
    outline: none;
}
.resoucre-title form img {
    height: 18px;
    position: absolute;
    width: 18px;
    top: 50%;
	right:10px;
    transform: translatey(-50%);
}
.topic-table .resources-table thead th {
    text-align: left;
    font-size: 12px;
    padding: 5px 0 5px;
    line-height: 18px;
	border:none;
}

.topic-table .resources-table {
    margin-top: 20px;
	border:none;
}

.topic-table .resources-table table {
	border:none;
}

.topic-table .resources-table tr td {
    padding: 5px 0 5px;
	font-size:10px;
	border:none;
}