body {
    font-family: 'iransans' !important;
}
header {
    min-height: 66px;
    width: 100%;
    background-color: #262626;
    border-bottom: solid 1px #ffffff;
}

@media only print {
    header {
	background-color: #ffffff;
	box-shadow:0px 0px 5px #ffffff;
    }
}
.exit {
    background: rgba(212, 159, 71, 0.1) !important;
    border-radius: 28px;
    padding: 4px 14px 4px 14px !important;
    color: rgba(212, 159, 71, 1) !important;
}
.box-text {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}
.unseen {
    background: #3791ed;
}
.unseen .box-number {
    color: rgba(240, 104, 128, 1);
}
.fixed-table-toolbar .btn-group .btn {
    border-radius: unset;
    padding: 10px;
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
    border-color: rgba(123, 79, 7, 1) !important;
}
table tr th {
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
}
.footer {
    background: #f2f2f2;
    padding: 10px;
    box-shadow:0px 0px 5px #d0d0b0;
    margin-top: 0px;
}
.pagination .active>.page-link {
    background: #000;
    color: rgba(123, 79, 7, 1) !important;
    background: rgba(201, 130, 13, 0.2) !important;
    border-color: rgba(123, 79, 7, 1) !important;
}
.page-list .dropup .btn {
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
    border-color: rgba(123, 79, 7, 1) !important;
}
.supporter:hover {
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
    border-color: rgba(123, 79, 7, 1) !important;
}
.searchbtn {
    float: left;
    margin-top: 10px;
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
    border-color: rgba(123, 79, 7, 1) !important;
    border-radius: unset !important;
    height: 46px;
}
.goldbtn {
    background: rgba(201, 130, 13, 0.2) !important;
    color: rgba(123, 79, 7, 1) !important;
    border-color: rgba(123, 79, 7, 1) !important;
}
.fixed-top{
    background-color: #f2f2f2;
    padding-right:12px !important;
    padding-left:12px !important;
}
.loader-item_1 {
    background: #f79f1f !important;
}
.loader-item_2 {
    background: #12cbc4 !important;
}
.loader-item_3 {
    background: #ed4c67 !important;
}
.loader-item_4 {
    background: #a3cb38 !important;
}
.unseen .box-number , .unseen i{
    color: #ffffff;
}
.unseen{
    box-shadow:2px 2px 0px #d49736;
}
.unaction .box-number , .unaction i{
    color: #ffffff;
}
.unaction{
    background: #5db461 !important;
    box-shadow:2px 2px 0px #949494;
}
.recently .box-number , .recently i{
    color: #ffffff;
}
.recently{
    background: #e83874 !important;
    box-shadow:2px 2px 0px #D49F46;

}
.endaction .box-number , .endaction i{
    color: #ffffff;
}
.endaction{
    background: #313136 !important;
    box-shadow:2px 2px 0px #52BBA2;
}

.quickaccess .icobox i{
    color:#DDB26E;
}
.footer tbody>tr:nth-of-type(odd)>* {
    background-color: #e3c18c33 !important;
}
.footer tbody>tr:nth-of-type(even)>* {
    background-color: #e3c18c33 !important;
}

.editbtn:hover{
    box-shadow:2px 3px 2px #c4d8ff;
    transition: all 0.3s;
}
.icobox , .icobox span , .editbtn{
    transition: all 0.3s;
}
.icobox:hover {
    background: #e3c18c66 !important;
    box-shadow:2px 3px 2px #e3c18c;
    transition: all 0.3s;
}
.icobox:hover span{
    font-size:16px !important;
    transition: all 0.3s;
}
.icobox:hover i{
    animation-name: floating;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    100%   { transform: translate(0, -0px); }    
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}