/* paginattion */
.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination .active a,
.pagination a:hover {
    background-color: #ff5300;
}

.pagination .active a {
    color: white;
    cursor: default
}

.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
    color: #94999E;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 10px 0 0 10px
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 10px 10px 0;
}

/* endpaginattion */
.card {
    border: 0.5px solid rgba(0, 0, 0, .125);
}

.pre-formatted {
    white-space: pre-wrap;
}

.pre-formatted p {
    display: inline !important;
}

.text_FF802C {
    color: #FF802C;
}

.bg_FF802C {
    background-color: #ff5300 !important;
}

.pointer {
    cursor: pointer;
}

.hovertitle {
    background-color: #f0f2f5;
    color: #000;
    border: 0.5px solid rgba(0, 0, 0, .125);
}

.hovertitle:hover {
    background-color: #fff9f3;
    color: #FF802C;
    border-color: #FF802C;
}

.hoverhilight {
    background-color: #f0f2f5;
    color: #9e9e9e;
}

.hoverhilight:hover {
    background-color: #fff9f3;
    color: #FF802C;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.facebook {
    color: #345aa7;
}

.facebook:hover {
    color: #4b679e;
}

.line {
    color: #00bd00;
}

.line:hover {
    color: #1d8f1d;
}

.twitter {
    color: #00b0e9;
}

.twitter:hover {
    color: #1b94bd;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #f8e50e 0%, #ffeb0b 5%, #fd3b2a 45%, #b4087e 60%, #05278d 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.youtube {
    color: #ff0000;
}

.youtube:hover {
    color: #e43434;
    text-decoration: underline;
}

.cover {
    object-fit: cover !important;
}

.coverjob {
    /* object-fit: cover !important; */
    max-width: 100%;
    max-height: 560px;
}

@media (max-width: 720px) {
    .coverjob {
        /* object-fit: cover !important; */
        max-width: 100%;
        max-height: 350px;
    }
}

.crf_hidden {
    display: none;
}