
/* Css Index and page
-----------------------------------

1. default
2. header
3. custom-tab
4. ads
5. footer
6. custom-title-box
7. symbol-content
8.table-responsive
9.modal
10. media css

*/
/*-------------------------------------------------------

/*-------------------------------------------------------
1.start default
---------------------------------------------------------*/

body{
    direction: rtl;
    background-color: #f2f2f2;
}
a{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
.overflow-nowrap-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}
.overflow-nowrap-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}
.overflow-nowrap-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
}
.text-red{
    color: red;
}
.text-green{
    color: #1aa500;
}
.min-w-50{
    min-width: 50px;
}
.min-w-100{
    min-width: 100px;
}
.min-w-120{
    min-width: 120px;
}
.min-w-150{
    min-width: 150px;
}

.min-w-200{
    min-width: 200px;
}
.min-w-250{
    min-width: 250px;
}
.font-size-10{
    font-size: 10px;
}
.font-size-23{
    font-size: 23px;
}
.table{
    margin-bottom: 0;
    border-radius: 0;
}
/*-------------------------------------------------------
1.end default
---------------------------------------------------------*/
/*-------------------------------------------------------
2.start header
---------------------------------------------------------*/
.top-header{
    background-image: url("../img/bg-header.png");
    background-color: #5f5d5d;
    background-size: cover;
    border-bottom: 7px solid #ed1b2f;
    padding:20px 10px;
    position: relative;


}
.background-overlay{
    background-color: #313131;
    opacity: .71;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.header-container{
    z-index: 1000;
    position: relative;
}
.text-date{
    color: #54595f;
    font-weight: 600;
    font-size: 13px;
}
.custom-btn{
    background-color: #f5f5f5;
    border: 1px solid #e40522;
    border-radius: 5px;
    color: #3f3f3f;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.lang{
    background-color: #fff;
    border-radius: 9px;
    padding: 10px;
    color: #54595f;
    margin-left: 30px;
}
.account-link{
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 30px;
}
.account-link i{
    font-size: 25px;
    vertical-align: middle;
}
.search{
    font-size: 25px;
    vertical-align: middle;
    color: #FFFFFF;
}

.nav-header-container{
    background: #FFFFFF;
    box-shadow: 0 20px 17px -17px rgba(0,0,0,.21);
    padding: 0px;
}


.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.dropdown-item{
    text-align: right;
}
ul{
    list-style: none;
}
.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    padding: 0;
    transition: all 0.5s;
}
#mysticky-nav.wrapfixed .myfixed .navigation {
    padding: 15px 30px;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
/*.navigation-portrait {
    height: 48px;
}*/
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
    position: relative;
    margin-top: 16px;
    text-align: left;
}
.navigation-portrait .nav-header {
    width: 100%
}
.nav-header img {
    max-width: 336px !important;
}

.nav-header .logo-black {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #28293D;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #28293D, 0 1em 0 0 #28293D;
}

.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    right: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: left;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    display: inline-block;
    float: right;
    text-align: right;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
.nav-menu > li > a {
    padding: 15px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #54595f;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    text-transform: capitalize;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
    color: #54595f;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-search-button:hover {
    color: #54595f;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}
.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #ed1b2f;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #ed1b2f #ed1b2f transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header_area {
    position: absolute;
    z-index: 99;
    width: 100%;
}


.menu-desc h4 {
    text-transform: uppercase;
    color: #54595f;
    font-weight: 800 !important;
}

.menu-desc p {
    color: #54595f;
    font-size: 19px;
}
.submenu-indicator{
    display: none;
}


.megamenu-panel {
    width: 100%;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 110;
    text-align: left;
    color: inherit;
    background: white;
}
.megamenu-panel:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 34px);
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    z-index: -8;
}

.navigation-portrait .megamenu-panel {
    position: static;
    display: block;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}
.megamenu-tabs-pane.active {
    display: block;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 8px 15px;
    display: inline-block;
    color: #54595f;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: right;
}
.megamenu-list > li > a:hover {
    color:#ed1b2f;
}
.megamenu-list > li.megamenu-list-title > a {
    font-weight: bold;
    color: #54595f;
    font-size: 16px;
    line-height: 32px;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}

.nav-dropdown > li > a {
    color: #555770;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 20px;
    border-bottom: 1px solid #f6f6f6;
    text-align: right;
}
.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color:#ed1b2f;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.megamenu-item i{
    font-size: 12px;
    color: #54595f;
}

.has-menu:after{
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    align-items: center;
    vertical-align: middle;
    margin-right: 3px;
}
/*-------------------------------------------------------
2.end header
---------------------------------------------------------*/
/*-------------------------------------------------------
3.start custom-tab
---------------------------------------------------------*/
.nav-tabs {
    border-bottom: 0!important;
}
.custom-box2{
    background-color: #6F6F6F;
    border-radius: 5px 5px 0 0;
}

.custom-tab .nav-link {
    color: white;
    font-size: 13px;
    font-weight: 600;
}
.custom-tab .nav-link.active i{
    color: #f39100;
}
.custom-tab .nav-link.active{
    color: #3f3f40;
}
.custom-tab thead th{
    font-size: 13px;
    font-weight: 500;
    color: #54595f;
    text-align: center;
    background-color: #f2f2f2;
    padding: 12px;
}
.custom-tab table td{
    font-size: 12px!important;
    color: #54595f;
    font-weight: 400;
    padding: 6px;
}
/*.custom-tab .table>:not(caption)>*>* {*/

/*}*/
.custom-tab .page-item{
    margin: 0 3px;
    background-color: #fff;
    border-radius: 3px;

}
.custom-tab .page-link{
    font-size: 11px;
    color: #54595f;
    padding: 7px 10px;

}
.custom-tab .page-link.active  {
    color: red;
    background-color: unset;
    border-color: #dee2e6;
}

.custom-box-title{
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #54595f;
}
.custom-label{
    color: #54595f;
    font-weight: 500;
    font-size: 13px;
}
.select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.custom-btn2{
    color: #fff;
    background-color: red;
    border-radius: 3px;
    width: 100%;
    border: 0;
    padding: 7px;
}
.text-1{
    margin-left: 60px;
    color: #54595f;
    font-size: 14px;
    font-weight: 600;
    display: inline;
    margin-bottom: 0;
}
.line1{
    border: 2px solid #54595f;
    margin: 3px;
}
.text-2{
    color: #54595f;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 5px;

}
.pagination{
    background: #FFFFFF;
    padding: 10px;
}

/*-------------------------------------------------------
3.start custom-tab
---------------------------------------------------------*/
/*-------------------------------------------------------
4.start ads
---------------------------------------------------------*/
.custom-card-title{
    background-color: #54595f;
    padding: 5px 10px;
    border: 1px solid #54595f;
}
.text-3{
    margin-bottom: 0;
    color: white;
}
.custom-cart-content{
    background: white;
    border: 1px solid #54595f;
    padding: 10px;
}
.custom-card-title2{
    padding: 10px;
    border-radius: 10px  10px 0 0;
    background: #54595f;
    text-align: center;
    color: white;
}
.custom-cart-content2{
    background: white;
    padding: 10px;
}
.text-4{
    text-align: center;
    color: #212529;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}
.text-link{
    color: #777777;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.text-5{
    text-align: center;
    color: #f39100;
    font-size: 26px;
    font-weight: 600;
}


.carousel-indicators [data-bs-target] {

    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #777777;
    border: 0;
    /*border-top: unset;*/
    /*border-bottom: unset;*/


}
.related-link{
    padding: 0;
}

.related-link-item img{
    width: 67px;
    height: 72px;
    display: block;
    margin:auto;
}

.custom-owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.custom-owl-nav button{
    z-index: 3;
    top:50%;
    position: absolute;
    background: transparent;
    border: 0;
}
.custom-owl-nav button.owl-prev{
    right: 10px;

}
.custom-owl-nav button.owl-next{
    left: 10px;
}
.custom-owl-nav-prev{
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    top: 50%;
    color: #ed1b2f;
    font-size: 30px;
}
.custom-owl-nav-next{
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    top: 50%;
    color: #ed1b2f;
    font-size: 30px;
}
.custom-owl-nav-prev:hover,.custom-owl-nav-next:hover{
    color: #ed1b2f;
}

/*-------------------------------------------------------
4.end ads
---------------------------------------------------------*/
/*-------------------------------------------------------
5.start footer
---------------------------------------------------------*/
footer{
    background-color: #6f6f6e;
    padding: 30px 0 55px 0;
    margin-top: 20px;
}
.text-footer{
    font-size: 19px;
    font-weight: bold;
    color: #fdb913;
    display: block;
    margin-bottom: 20px;
}
.footer-link{
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.copy-right{
    background-color: #636361;
    border: 1px solid rgba(160,160,160,.28);
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.copy-right p{
    text-align: center;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 0;
}
.copy-right a {
    color: #000000;
}


/*-------------------------------------------------------
5.end footer
---------------------------------------------------------*/
/*-------------------------------------------------------
6.start custom-title-box
---------------------------------------------------------*/
.post-wrapper.page-wrapper .container{
    position: relative;
}
.custom-title2, .post-wrapper h4{
    color: #7a7a7a;
    font-size: 1.4rem;
    margin-bottom: 50px;
    border-bottom:2px solid #ed1b2f;
    margin-top: 20px;
    width: max-content;
    padding-bottom: 6px;
}
.custom-title2:after, .post-wrapper h4:after{
    content: ' ';
    display: block;
    width: 100%;
    border-bottom:2px solid #cbcbcb;
    position: absolute;
    z-index: -1;
    padding-bottom: 6px;
}
.custom-page-table{
    border-radius: 0;
}
.custom-page-table *{
    position: unset !important;
}
.custom-page-table td{
    border-width: 1px;
    padding: 8px;
    border-collapse: collapse;
    border-style: solid;
    border-color: #dddddd;
}
.custom-page-table tr:first-child{
    background: #ED1B2F;
    color: #ffffff;
}
.custom-title-box{
    background-color: #333333;
    padding: 20px;
    border-bottom: 2px solid #FFFFFF;
    /*box-shadow: 1px 1px 5px 4px;*/
}
.logo-box{
    width: 120px;
    height: 120px;
    border: 2px solid #545454;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: -37px;
    z-index: 1000;
}
.logo-box img{
    width:100%;
    margin: auto;
    display: block;
    /* padding-top: 9px; */


}
.symbol-name{
    font-size: 16px;
    color: white;
}
.company-name{
    font-size: 16px;
    color: white;
}
.label{
    color: #f7b948;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}
.value{
    font-size: 16px;
    color: white;
}

/*-------------------------------------------------------
6.end custom-title-box
---------------------------------------------------------*/

/*-------------------------------------------------------
7.start symbol-content
---------------------------------------------------------*/

.description-box{
    background-color: #6D6E70;
    padding: 20px;
    font-size: 16px;
    text-align: justify;
}
.description-box p{
    color: white;
}
.symbol-description{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fdb913;

}
.analysis-box h4{
    color:#fdb913 ;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.analysis-item strong{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.analysis-item p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

/*-------------------------------------------------------
7.end symbol-content
---------------------------------------------------------*/

/*-------------------------------------------------------
8.start table-responsive
---------------------------------------------------------*/
table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
table * {
    position: relative;
}
table td, table th {
    padding-left: 8px;
}

table td, table th {
    text-align: right;
}
table td.l, table th.l {
    text-align: right;
}
table td.c, table th.c {
    text-align: center;
}
table td.r, table th.r {
    text-align: center;
}
@media screen and (max-width: 35.5em) {
    table tbody tr {
        /* height: 48px; */
        border-bottom: unset !important;
    }
    table {
        display: block;
    }
    table > *, table tr, table td, table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 8px 0;
    }
    table tbody tr td {
        padding-left: 45%;
        border-bottom: 1px solid #cecece!important;
    }
    table tbody tr td:last-child {
        border-bottom: 1.6px solid #159dff!important;
        margin-bottom: 5px;
    }
    table tbody tr td:before {
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 10px;
        top: 0;
    }

}

blockquote {
    color: white;
    text-align: center;
}


/*-------------------------------------------------------
8.end table-responsive
---------------------------------------------------------*/

/*-------------------------------------------------------
9.start modal
---------------------------------------------------------*/
.custom-modal{
    color: #e40522;
    margin: 15px 30px 0;
    padding-bottom: 0;

}
.custom-modal-box{
    margin: 0 30px 20px;
    padding:10px 20px;
    background-color: #f4f4f4;
}
.text-modal1{
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
}
.text-modal2{
    color: #7a7a7a;
    font-size: 12px;
    font-weight: bold;
}
.modal-header {
    border-bottom: unset;
}
.btn-close{
    position: absolute;
    /* float: left; */
    left: 10px;
    /* right: 2px; */
    top: 10px;
}
.custom-box-title2{
    background-color: #f2f2f2;
    border:1px solid #cecece  ;
    margin-top: 10px;

}
.text-symbol{
   color: #54595f;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 12px;

}
.custom-border-left{
    border-right: 1px solid #cecece;

}
/*-------------------------------------------------------
9.end modal
---------------------------------------------------------*/

/*---------------------------------------------------------
10. start media
---------------------------------------------------------*/
@media only screen and (min-width: 0px) {
    .logo-box{
        margin-left: auto;
        margin-right: auto;
    }
    .custom-text2{
        text-align: center;
    }
    .custom-box2{
        padding:10px 10px 0 10px !important;
    }

    .header-logo{
        width: 70%;
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .related-link-item{
        width: auto;
    }
    .megamenu-item i{
        display: none;
    }
    .megamenu-panel {
        padding: 5px 5px
    }
    li.focus .has-menu:after{
        content: "\f106";
    }
    li .has-menu:after{
        content: "\f107";
    }
}
@media only screen and (min-width: 300px) {

}
@media only screen and (min-width: 360px) {

}
@media only screen and (min-width: 380px) {
}
@media only screen and (min-width: 400px) {
}
@media only screen and (min-width: 500px) {

}
@media only screen and (min-width: 768px) {
    .megamenu-list{
        border-right: 4px solid #f7931e;
    }
    .related-link-item{
        width: 150px;
    }
    .more-list{
        text-align: left;
        float: left;
    }

    .header-logo{
        width: 26%;
        margin: 0;
        margin-bottom: 0;
    }
    .custom-box2{
        padding:10px 20px  0 20px ;
    }
}
@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1024px) {
    .related-link{
        width: 600px;
        margin: auto;
    }
    .logo-box{
        margin-left: 0;
        margin-right: 0;
    }
    .custom-text2{
        text-align: unset;
    }
}
@media only screen and (min-width: 1200px) {

    .navigation-portrait .megamenu-panel {
        padding: 25px;
    }
    .megamenu-item i{
        display: inline;
    }
    .megamenu-item{
        margin-right: 25px !important;
    }
    .megamenu-panel {
        width: 100%;
        padding: 15px 15px;
        /*margin-top: 20px;*/
    }
    li.focus .has-menu:after{
        content: "\f107";
    }
    li .has-menu:after{
        content: "\f107";
    }
}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1900px) {
}
/*-------------------------------------------------------
10.end media
---------------------------------------------------------*/

.blog-item-content {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 4px;
    height: 130px;
    width: 95%;
    margin: auto;
    position: relative;
    bottom: 65px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .5)
}

.date {
    text-align: left;
    color: #ed1b2f;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-text {
    font-size: 15px;
    color: #54595f;
}

.blog-item img {
    min-height: 300px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #a4a4a4;
    width: 100%;
    background-size: cover;
}

.custom-title {
    color: #54595f;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.custom-timage-profile {
    border-radius: 50%;
  }

.dataTables_wrapper{
    min-height: 600px
}

#profile-tab-pane .select2-container .select2-selection--multiple{
    height: 38px;
}
#profile-tab-pane .select2-container .select2-search--inline .select2-search__field{
    height: 26px
}

#search-tab-pane .select2-container .select2-search--inline .select2-search__field{
    height: 26px
}

#search-tab-pane .select2-selection__rendered{
    line-height: 35px !important;
}
#new-row > div:nth-child(4) > span > span.selection > span {
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
#search-tab-pane  .select2-container--default .select2-selection--multiple,
#search-tab-pane  .select2-container--default .select2-selection--single,
#search-tab-pane  .select2-selection .select2-selection--single{
    height:auto !important;
}

#profile-tab-pane .select2-selection__rendered{
    line-height: 28px !important;
}

#profile-tab-pane  .select2-container--default .select2-selection--multiple,
#profile-tab-pane  .select2-container--default .select2-selection--single,
#profile-tab-pane  .select2-selection .select2-selection--single{
    height:auto !important;
}


.login_color {
    background-color: #F4F4F4;
}

.login_color .login {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: auto;
    height: auto;
    width: 600px;
    padding: 10px;
    background-color: #ffffff;
}

.login_color .text-center img {
    min-width: 128px;
    background-image: linear-gradient(#000000, #645c3b);
    border-radius: 4px;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .login_color .login {
        width: 96%;

    }
}
#contact-tab-pane .row a{
    color: #54595f;
}
.sorting_asc::before {
    display: none !important;
}
.sorting_asc::after {
    display: none !important;
}

.normal-search input, .normal-search #analysis-type-select{
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    border: 1px solid #aaa;
    border-radius: 4px;
    background-color: white;
    padding-bottom: 5px;
    padding-right: 5px;
}
 input::placeholder, .normal-search .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #787878 !important;
}
 .normal-search, .normal-search input{
     font-size: 14px;
 }

 .performance-search, performance-search input{
     font-size: 14px;
 }
#model-search {
    font-size: 14px;
}

#operators {
    font-size: 14px;
}

#value-input {
    width: 280px;
    height: 15px;
}


.normal-search #select2-analysis-type-select-container{
    height: 36px;
}
.dataTables_paginate .pagination li.active a{
    color: red;
}
.page-link:focus{
    box-shadow: none;
}
.table-responsive{
    margin-top: 0 !important;
    border-top: solid 5px white
}
.dataTable, table.dataTable{
    margin-top: 0 !important;
}
.table.dataTable{
    vertical-align: middle;
}
.normal-search .select2-container .select2-search--inline .select2-search__field{
    margin-top: 8px
}
.normal-search #select2-analysis-type-select-container{
    margin-top: 6px
}
.normal-search #notifications-select{
    height: 44px;
}

.height-custom-171 {
    height: 171.59px;
}

.margin-top-custom-36{
    margin-top: 36px;
}

.height-300px {
    height: 300px;
}
.height-210px{
    height: 210px;
}
.tab-pane .row  h5{
    color: #f39100;
}
.custom-tab .analysis-box .height-custom-171 .analysis-item:hover, main section.custom-tab div.custom-cart-content.height-210px div.d-flex.justify-content-between:hover{
    background: #efefef;
}

.csutom-btn3 {
    color: #fff;
    background-color: #6F6F6F;
    border-radius: 3px;
    width: 100%;
    border: 0;
    padding: 7px;
}

.text-6 {
    color: #54595f;
    font-size: 26px;
}

.back-ground-red {
    background-color: #ED1B2F !important;
}

.margin-top-37{
    margin-top: 37px;
}
.carousel-item {
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-position: center;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 200px; /* ارتفاع کمتر برای اندازه‌های کوچکتر */
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: 150px; /* ارتفاع کمتر برای اندازه‌های کوچکتر */
    }
}

.vira-ltr{
    direction: ltr;
    unicode-bidi: bidi-override
}
