:root {
    --main-color: #00aeefff;
    --sec-color: #000;
    --dark-blue: #0668bd;
    --gray: #eeeeee;
    --dark-gray: #7d7d82;
    --light-color: #f5faff;
    --white-color: #fff;
    --sec-color-light: #ededed;
}
body {
    background-image: -webkit-linear-gradient(
        var(--sec-color) 0% 30%,
        var(--main-color) 30% 50%,
        var(--sec-color) 50% 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat", "Helvetica Neue", "Droid Arabic Kufi", sans-serif !important;
}

a {
    color: var(--sec-color);
}

a:hover {
    color: #000000;
}

.trumbowyg-editor-box {
    background-color: #fff !important;
}

.trumbowyg-editor {
    direction: rtl;
    text-align: right;
}

.btn-black {
    background-color: var(--sec-color);
    color: var(--white-color);
}
.card .card-footer .btn:hover {
    background: #000000 !important;
}

.main_block {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.form-side .card .card-title,
.form-side .card {
    background: var(--gray);
}
.transcripts td b {
    text-transform: capitalize !important;
}

.transcripts .tab2 {
    margin-bottom: 10px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}

.logo_min {
    text-align: center;
    margin: 0;
    padding: 30px 0;
}

.content {
    padding-top: 100px;
}

.card-user .author {
    margin-top: 0;
}

.img-responsive {
    height: 200px;
    margin: auto;
}

.search-br .checkbox {
    position: absolute;
    left: 43%;
    top: 0;
}

[class^="ti-"],
[class*=" ti-"] {
    font-weight: normal;
}

.card .icon-big {
    font-size: 5.4em;
}

.checkbox .icons,
.radio .icons {
    color: #ddd;
}

.card {
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    background-color: #ffffff;
    color: #252422;
    margin-bottom: 0px;
    position: relative;
}

.card .card-title {
    margin: 0;
    color: var(--sec-color);
    font-weight: 300;
    margin-top: 0 !important;
    background: #ffffff;
    padding-bottom: 0px;
    padding-top: 10px;
    text-transform: none;
}

.card .card-header {
    padding: 0;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.card .card-content {
    padding: 15px 15px 10px 15px;
}

.card .card-title,
.card .stats,
.card .category,
.card .description,
.card .social-line,
.card .actions,
.card .card-content,
.card .card-footer,
.card small,
.card a {
    position: relative;
}

.card .card-footer {
    padding: 0;
}

.card .card-footer .btn {
    border-radius: 0;
    margin-bottom: 15px;
    width: 100%;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}

.required {
    color: red;
}

.panel {
    padding: 0 20px 20px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 20px;
}

.panel h4 {
    margin-top: 10px;
    font-weight: bold;
}

.card label {
    font-size: 17px;
    text-align: start;
}

label.error {
    color: red;
    display: block;
    margin: 7px 0;
    font-size: 13px;
}
.form-group input[type="file"] {
    opacity: 1;
    position: unset;
}

.form-control {
    background-color: #f5faff;
    border: 1px solid #4a3f9861;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    padding: 7px 18px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.input-no-border {
    border: 0 none;
}

.btn,
.navbar .navbar-nav > a.btn {
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px;
}

.card label {
    width: 100%;
    border-bottom: 0px solid #f3f3f3;
    padding-bottom: 0px;
}

.card label.not_border {
    border-bottom: 0px solid #f3f3f3;
    padding-bottom: 0;
}

.lang_href {
    width: auto;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 20px !important;
    text-align: center;
}

.lang_href a {
    background: #fff;
    padding: 5px 10px;
}

.form-group input[type="file"] {
    height: auto;
}
.btn-link {
    display: inline-block;
    background: #fff;
    width: max-content;
    padding: 5px 15px;
    color: var(--sec-color);
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    position: relative;
}
.store {
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    display: flex;
}
.store img {
    width: 150px;
    background: var(--white-color);
    margin: 5px 10px;
    border-radius: 10px;
    height: 55px;
    display: bloxk;
}
h5 {
    color: var(--sec-color);
}
.black-bg {
    background-color: var(--sec-color);
}
.form-group input[type="file"] {
    height: auto;
}
.job-list {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 50px;
}
.job-list h3 {
    margin-bottom: 25px;
    color: #000;
    position: relative;
}
.job-list h3::after {
    content: "";
    width: 40%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.job-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}
.job-list p,
.job-list h6 {
    font-size: 16px;
    color: #000;
}
.job-list ul li {
    margin-bottom: 7px;
    transition: 0.3s;
    line-height: 20px;
    letter-spacing: 1px;
    color: #6c6c6c;
}

.job-list .footer-list li {
    color: #000;
}
.job-list .footer-list li:hover {
    padding: 0;
    background-color: transparent;
}
.job-list a.btn {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 96%;
    left: 2%;
}
.job-list * {
    text-align: left;
}
.rating.public-rating,
.rating.public-rating label {
    float: none;
}
.rating.public-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0;
}
.rating.public-rating label {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}
.rating.public-rating label::before {
    position: absolute;
    display: block;
    font-size: 17px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
    h4.alert-heading {
        font-size: 15px;
        margin: 10px 0;
    }
}
.rtl body {
    direction: rtl;
}
/* .rtl .job-list h3::after {
    left: auto;
    right: 0;
} */
/* .rtl .job-list * {
    text-align: right;
} */
.rtl .rounded-right {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rtl .rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
