@font-face {
    font-family: anjoman;
    src: url("../font/Anjoman-Regular.woff") format('woff');
}

.rtl {
    direction: rtl;
}

body {
    font-family: anjoman;
}

.color-red {
    color: #ec1b34;
}

.bg-red {
    background-color: #ec1b34;
}

.w-70 {
    width: 70%;
}

.h-10 {
    height: 10%;
}

.color-blue {
    color: #3A83F8;
}

.bg-darkblue {
    background-color: #14213D;
}

.color-white {
    color: white;
}

.border-b-lightgray {
    border-bottom: 1px solid #DEDEDE;
}

.z-index-2 {
    z-index: 2;
}

.right-0 {
    right: 0px !important;
}

a {
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a:hover {
    text-decoration: none;
}

.opacity-0 {
    opacity: 0;
}

li {
    list-style-type: none;
}

@media screen and (max-width: 778px) {
    .p10-response {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 991px) {
    .pt-20-response {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .pb-20-response {
        padding-bottom: 20px !important;
    }
}

.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-dark {
    padding: 4px 25px;
    border: #333132 1px solid;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 778px) {
    .link-dark {
        padding: 4px 19px;
    }
}

.link-dark:hover {
    background-color: #333132;
    color: white;
}

.link-light:hover {
    background-color: #ec1b34;
    color: white;
}

.link-light {
    padding: 4px 25px;
    border: #ffffff 1px solid;
    border-radius: 30px;
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ptb50 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

@media screen and (min-width: 778px) {
    .img {
        height: 279px;
    }
}

.bottom-0 {
    bottom: 0 !important;
}

.MulltipleEllipsis-Clamp2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 991px) {
    .w50-response {
        width: 35%;
    }
}

@media screen and (max-width: 500px) {
    .w50-response {
        width: 50%;
    }
}

@media screen and (max-width: 1280px) {
    .px-10-response {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1280px) {
    .mr-10-response {
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 1280px) {
    .font-size-12-response {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .f-12-response {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .font-size-12-response {
        font-size: 10px;
    }
}

@media screen and (max-width: 1440px) {
    .ml-3-response {
        margin-left: 1rem !important;
    }
}

@media screen and (max-width: 778px) {
    .mb-4-response {
        margin-bottom: 1.5rem!important;
    }
}

@media screen and (max-width: 1024px) {
    .font-size-13-response {
        font-size: 13px;
    }
}

@media (min-width: 1500px) {
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (max-width: 768px) {
    .mh-440-response {
        min-height: 440px !important;
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .d-block-response {
        display: block;
    }
}

@media (max-width: 769px) {
    .d-none-response {
        display: none;
    }
}

@media (min-width: 769px) {
    .d-none-response1 {
        display: none !important;
    }
}


/* ################# Header ################# */

.nav {
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header {
    background-color: #333132;
}

@media screen and (min-width: 991px) {
    header {
        padding-bottom: 119px;
    }
}

#myTopnav a {
    color: white;
}

@media screen and (min-width: 1024px) {
    .nav li {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .nav li {
        display: block;
        width: 100%;
        text-align: right;
    }
}

.border-top-nav {
    border-top: 6px solid #ec1b34;
    -webkit-box-shadow: inset 0px 11px 8px -10px #c7c7c7, inset 0px 0px 8px -10px #c7c7c7;
    box-shadow: inset 0px 11px 8px -10px #c7c7c7, inset 0px 0px 8px -10px #c7c7c7;
}

.nav a::after,
.user-panel a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #ec1b34;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav a:hover::after,
.user-panel a:hover::after {
    width: 100%;
    left: 0;
}

.user-panel img {
    width: 16px;
}

.user-panel {
    font-size: 20px;
}

.news-nav .fa-angle-left {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news-nav:hover .fa-angle-left {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

svg path,
svg line,
svg circle {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.social-media a {
    padding: 11px 11px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 22px;
    margin-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (max-width: 1440px) {
    .social-media a {
        padding: 8px 8px;
        border: 1px solid white;
        border-radius: 22px;
        margin-left: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media screen and (max-width: 1024px) {
    .social-media a {
        padding: 4px 4px;
        border: 1px solid white;
        border-radius: 22px;
        margin-left: 1px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.social-media svg {
    height: 18px;
    width: 18px;
}

@media screen and (max-width: 769px) {
    .social-media a {
        padding: 9px 9px;
    }
}

.social-media a:hover {
    background-color: #ec1b34;
    border-color: #ec1b34;
}

header .icon {
    display: none;
}

@media screen and (max-width: 991px) {
    header .icon {
        display: inline-block;
        /* -webkit-transform: translate(0px, -50px);
        -ms-transform: translate(0px, -50px);
        transform: translate(0px, -50px); */
        font-size: 30px;
        color: white;
    }
    .nav {
        height: 0px;
        overflow: hidden;
        -webkit-transition: height .5s ease;
        -moz-transition: height .5s ease;
        -o-transition: height .5s ease;
        -ms-transition: height .5s ease;
        transition: height .5s ease;
    }
}

@media screen and (min-width: 1024px) {
    .py-5-response {
        padding: 3rem 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .p-5-response {
        padding: 3rem !important;
    }
}

.social-media a::after {
    content: none;
}

.avatar {
    height: 46px;
    width: 46px;
    border-radius: 28px;
    border: 2px solid white;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
    .avatar {
        height: 35px;
        width: 35px;
    }
}

.avatar img {
    border-radius: 21px;
}

@media screen and (max-width: 1024px) {
    .avatar img {
        width: 31px;
    }
}

.name {
    color: white;
}

@media screen and (max-width: 1024px) {
    .nav ul li {
        padding-left: 6px !important;
    }
}

@media screen and (max-width: 1024px) {
    .nav {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .nav {
        font-size: 20px;
    }
}

.dashboard-menu a {
    font-size: 30px;
    color: white;
}

.menu-open {
    height: 283px;
}


/* ################# Header ################# */


/* ################# Dashboard ################# */

.dashboard {
    background-color: #F5F5F5;
    min-height: 700px;
    height: auto;
}

@media screen and (max-width: 699px) {
    .dashboard {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.dashboard-panel {
    border-top: 4px solid #3A83F8;
}

@media screen and (min-width: 1024px) {
    .dashboard-panel {
        position: relative;
        top: -70px;
        left: 20px;
        width: 100%;
        background-color: white;
        border-radius: 5px;
        min-height: 700px;
        height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 769px) {
    .dashboard-panel {
        background-color: white;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        color: black;
        position: absolute;
        right: -93%;
        width: 60%;
        z-index: 3;
        transform: translateY(-131px);
        transition: .5s;
    }
}

@media screen and (max-width: 500px) {
    .dashboard-panel {
        background-color: white;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        color: black;
        position: absolute;
        right: -93%;
        width: 75%;
        z-index: 3;
        transform: translateY(-109px);
        transition: .5s;
    }
}

.dashboard-open {
    left: 91%;
    right: 0%;
}

.dashboard-close {
    left: 0%;
    right: 0%;
}

@media screen and (min-width: 700px) {
    .dashboard-content {
        position: relative;
        top: -70px;
        right: 20px;
        width: 100%;
        background-color: white;
        border-radius: 5px;
        min-height: 700px;
        height: auto;
        padding: 40px 30px;
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-content {
        background-color: white;
        margin-bottom: 10px;
        margin: 15px 0 10px 0;
        text-align: right;
        padding: 20px 0;
        right: 0px;
        top: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .user-info {
        font-size: 12px;
    }
}

.dashboard-avatar {
    height: 100px;
    width: 100px;
    border-radius: 52px;
    border: 5px solid white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 3px 4px #00000045;
    box-shadow: 1px 3px 4px #00000045;
}

@media screen and (max-width: 1280px) {
    .dashboard-avatar {
        height: 79px;
        width: 79px;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-avatar {
        height: 60px;
        width: 60px;
    }
}

.dashboard-avatar img {
    border-radius: 52px;
    width: 91px;
    height: 91px;
}

@media screen and (max-width: 1280px) {
    .dashboard-avatar img {
        border-radius: 52px;
        width: 71px;
        height: 71px;
    }
}

@media screen and (max-width: 768px) {
    .dashboard-avatar img {
        border-radius: 52px;
        width: 57px;
        height: 56px;
    }
}

.user-info {
    display: inline-block;
    text-align: right;
}

.duty {
    padding: 2px 8px;
    border-radius: 25px;
    background-color: #EEF4FC;
}

.buttons {
    display: block;
    padding: 10px 0;
    border: 1px solid #DEDEDE;
    border-radius: 9px;
    width: 85%;
    margin: 10px auto;
    color: rgb(53, 53, 53);
}

@media screen and (max-width: 1280px) {
    .buttons {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .buttons {
        font-size: 11px;
    }
}

.buttons:focus {
    background-color: #EEF4FC;
    color: #3A83F8;
    border: 1px solid #3A83F8;
    border-radius: 9px;
}

.buttons:hover {
    background-color: #DEDEDE;
    color: black;
}

.dashboard-content input[type=text],
.dashboard-content input[type=mail],
.dashboard-content input[type=file],
.dashboard-content input[type=number],
.dashboard-content select {
    border-radius: 7px;
    width: 85%;
    height: 50px;
    border: 1px solid #DEDEDE;
}

.dashboard-content input[type=text]:focus-visible,
.dashboard-content input[type=mail]:focus-visible,
.dashboard-content input[type=file]:focus-visible,
.dashboard-content input[type=number]:focus-visible,
.dashboard-content select {
    /* -moz-outline-style: solid;
    -moz-outline-color: #DEDEDE; */
    -moz-outline-radius: 7px;
}

@media screen and (max-width: 769px) {
    .dashboard-content input[type=text],
    .dashboard-content input[type=mail],
    .dashboard-content input[type=file],
    .dashboard-content input[type=number],
    .dashboard-content select {
        width: 100%;
        height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .dashboard-content input[type=text],
    .dashboard-content input[type=mail],
    .dashboard-content input[type=file],
    .dashboard-content input[type=number],
    .dashboard-content select {
        height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .dashboard-content input[type=text],
    .dashboard-content input[type=mail],
    .dashboard-content input[type=file],
    .dashboard-content input[type=number],
    .dashboard-content select {
        height: 37px;
    }
}

.dashboard-content input[type=text]:focus,
.dashboard-content input[type=mail]:focus,
.dashboard-content input[type=file]:focus,
.dashboard-content input[type=number]:focus,
.dashboard-content select:focus {
    outline-color: #c4c4c4;
}

textarea {
    border-radius: 7px;
    width: 92%;
    border: 1px solid #DEDEDE;
}

@media screen and (max-width: 1280px) {
    textarea {
        width: 93%;
    }
}

@media screen and (max-width: 1024px) {
    textarea {
        width: 93%;
    }
}

@media screen and (max-width: 768px) {
    textarea {
        width: 100%;
    }
}

textarea:focus {
    outline-color: #c4c4c4;
}

.input-style {
    border-radius: 7px;
    width: 85%;
    height: 50px;
    border: 1px solid #DEDEDE;
}

@media screen and (max-width: 768px) {
    .input-style {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .input-style {
        height: 40%;
    }
}

.file-input-title {
    position: absolute;
    right: 20px;
    top: 12px;
}

@media screen and (max-width: 1280px) {
    .file-input-title {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .file-input-title {
        font-size: 10px;
    }
}

.file-input-button {
    position: absolute;
    left: 8px;
    top: 7px;
    background-color: #EEF4FC;
    color: #3A83F8;
    border: 1px solid #3A83F8;
    border-radius: 9px;
    padding: 3px 13px;
}

@media screen and (max-width: 1280px) {
    .file-input-button {
        padding: 0px 9px;
    }
}

@media screen and (max-width: 1024px) {
    .file-input-button {
        padding: 2px 4px;
        font-size: 11px;
    }
}

.input-title {
    display: inline-block;
    position: absolute;
    top: -10px;
    background-color: white;
    text-align: center;
    right: 15px;
    padding: 0px 7px;
    color: #ADADAD;
}

@media screen and (max-width: 1280px) {
    .input-title {
        font-size: 12px;
    }
}

.important::after {
    content: '';
    background-color: #3A83F8;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
}

select {
    padding: 13px;
}

@media screen and (max-width: 1280px) {
    select {
        padding: 5px 13px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1280px) {
    .dashboard-content button.btn-primary {
        font-size: 13px;
        padding: 5px 0px;
    }
}


/* ################# Dashboard ################# */


/* ################# Login ################# */

.Login {
    width: 359px;
    height: 404px;
    border: 1px solid #E0E0E2;
    border-radius: 10px;
    padding: 26px;
    text-align: right;
}

.Login a {
    color: black;
}

.Login-logo {
    margin: 10px 0 45px 0;
}

.mt-12 {
    margin-top: 12px;
}

.Login-form input {
    border-radius: 4px;
    border: 1px solid #E0E0E2;
    outline: none;
    padding: 7px 50px 7px 40px;
    width: 100%;
}

.unlock {
    position: absolute;
    right: 0;
}

.eye {
    color: #C8C8C8;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 19px;
}

.LButton {
    background-color: #EE1C25;
    border-radius: 5px;
    color: white;
    width: 100%;
    outline: none;
    border: unset;
    padding: 9px 0;
}

.my-200 {
    margin-top: 200px;
    margin-bottom: 200px;
}

@media (max-width: 360px) {
    .Login {
        margin: 0 15px;
    }
}


/* ################# Login ################# */


/* ################# Footer ################# */

footer {
    background-color: #333132;
    color: white;
    padding: 50px;
    direction: rtl;
}

.footer-text {
    text-align: justify;
}

@media screen and (max-width: 778px) {
    footer {
        text-align: center;
    }
}

@media screen and (max-width: 778px) {
    .footer-logo {
        padding-bottom: 25px;
    }
}

footer ul {
    background: url(../image/line.png) center right no-repeat;
    text-align: justify;
    padding-right: 13px;
}

@media screen and (max-width: 778px) {
    footer ul {
        background: transparent;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

.footer-icon {
    padding-left: 15px;
}

.footer-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.border {
    border-radius: 25px;
    padding: 4px 12px;
    border: 1px solid white;
}

@media screen and (max-width: 778px) {
    .copyright-icon {
        display: none;
    }
}

@media screen and (max-width: 1240px) {
    .footer-logo {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width: 35%;
    }
}


/* ################# Footer ################# */