@import url("varialbe.css");

.bd-none{border: none!important;}
.main-color{color: var(--main-color)!important}
.img-wh-60{width: 60px; height: 60px;}
.image-fit{object-fit: cover;object-position: center;}
.iq-h-200{height: 200px!important;}
.iq-h-300{height: 300px!important;}
.iq-h-400{height: 400px!important;}
.iq-h-500{height: 500px!important;}
.iq-h-110 {  height: 110px!important;}

.select2-container .select2-selection--single {height: 46px!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {  height: 40px!important;}
.theme-suggestion{margin-top: 50px; z-index: 999; overflow: hidden; position: absolute; width: 100%;border: 1px solid #d2d2d2; border-top: white; background: #fff;display: none;}
.theme-suggestion-item li:hover{ background: #eee; }
.theme-suggestion-item li{padding: 10px; }

.cursor{cursor: pointer;}

.image-center {
    display: block;
    margin: 0 auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
     border: 1px solid #e0e0e0!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0!important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e0e0e0!important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: -2px!important;
    color:#2c3e50;
    padding-left: 12px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-main)!important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color-main)!important;
}

.pxborder-l {
    border-left: 2px solid #bfbebe;
}

.fs-13{font-size: 13px;}
.fs-16{font-size: 16px;}

.iq-plr-10{ padding: 0 10px; }

.w-200{width: 200px!important;}
.pls-language-container li {padding: 0 20px 0 0 !important; width: 100%!important;}

.pls-language-container li:after {content: none!important;}
.pls-language-container li:before {content: none!important;}
.pls-language-container li a {padding: 0px!important;text-align: left; line-height: 30px!important;width: 100%!important;}

.pls-language-container-scrollable { left: -20px !important;}
.pls-language-container {   margin-top: 10px !important;}

.polyglot-language-switcher>.pls-selected-locale {color: #fff !important;}
.polyglot-language-switcher>.pls-selected-locale:after {
    border-top: 4px solid #fff !important;
}
.ar-img{ width: 16px !important;}
.polyglot-language-switcher {
    position: initial!important;
    margin-right: 10px!important;
}

.envanto-border{
    position: absolute;
    bottom: 95%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.envanto-image{
    padding: 7px 15px;
    height: 40px;
}

.has-danger label {
    color: #E53935;
}

.with-errors{
    color: #E53935;
}

.has-danger input {
    border-color: #f97e7b;
}

.has-success label{
    color: #28a745;
}

.has-success input{
    border-color: #28a745;
}


.simditor-popover{display: none!important;}
.select2-container {width: 100%!important;}


.has-code{background: #eee;padding: 10px;}


.border{border: 1px solid #f0f1f3!important;}

.suggestion-container{max-height: 250px;
    overflow: scroll;}

.overflow-hidden{overflow: hidden!important;}

.text-break{overflow-wrap: break-word;}


.updateAction{cursor: pointer;}
.updateAction:hover{color: #4ec4f3;}

.notic-bar-header p{margin-bottom: 0px!important;}
.mt-20{margin-top: 20px!important;}

b, strong {
    font-weight: 600;
}
.img-center-block{display: block; margin: 0 auto;}
.attachment-image {
    height: 60px;
    width: 100%;
}


.iq-card-block.iq-card-height {
    height: calc(100% - 30px);
}

.iq-card-block.iq-card-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.iq-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.feature-link{
    font-weight:400;
    font-size: 14px;
}

.article-category{box-shadow: inherit;border: 1px solid #dddddd;}
.small-title-article {
    font-size: 20px!important;
}
#loading-center img {
    animation: bounce 4s linear infinite;
}
