/**
Help for prefixes:
dk-* : general rules
dkp-* : provider-specific rules
dka-* : provider-specific rules
dku-* : provider-specific rules
 */
:root{
    --dkp-theme-color:#03A9F4;

}
body {
    font-family: irsans, '2 nazanin', '2 yas', yekan, '2 roya', Zar, Mitra, tahoma, sans-serif;
}

.carousel {
    width: 90%;
    margin: auto;
}

.bg-channel {
    background-color: darkgray;
}

/*.g-recaptcha {*/
/*    transform:scale(0.92);*/
/*    transform-origin:0 0;*/
/*}*/

.dataTables_wrapper .dataTables_processing {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: none;
}

.bara-dt-processing {
    font-size: 2em !important;
    color: blueviolet;
}

.bara-carousel-banner {
    width: 100%;
    max-width: 100%;
    height: 75%;
    max-height: 75%;
    margin: 0 auto;
}

.bara-carousel-channel {
    width: 100%;
    max-width: 100%;
    height: 170px;
    max-height: 170px;
    min-height: 170px;
}

.bara-carousel-item {
    width: 100%;
    max-width: 100%;
    height: 250px;
    max-height: 250px;
    min-height: 250px;
}

.bara-carousel-item-inner-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
}


hr.bara-line {
    margin: 0 auto;
    width: 80%;
    height: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.w-90 {
    width: 90% !important;
}

.glide__slides.bara_slides {
    height: 280px;
}

.glide__slides.bara_slides_channel {
    /*height: 200px;*/
    height: 100%;
}

.bara-card-action {
    padding: 1px 2px !important;
}

/*padding small*/
.bara-p-s {
    padding: 0.5rem !important;
}

.bara-carousel-item-card {
    display: inline-block;
    /*float: left;*/
    width: 70%;
    height: 250px;
    /*text-align: center;*/
    vertical-align: middle;
}

.bara-carousel-item-card-desc {
    padding: 0.5rem !important;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.bara-carousel-item-card-desc-text {
    overflow: hidden;
}

.bara-carousel-item-card-desc-text-hover {
    display: inline-block;
    vertical-align: top;
    animation: marquee 7s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

.bara-carousel-item-plus {
    margin-left: 10px;
    display: inline-block;
    width: 20%;
    height: 15%;
    padding: 2px 2px;
    vertical-align: middle;
    z-index: 4;
}

.bara-carousel-item-plus-last {
    display: inline-block;
    margin: auto;
    width: 20%;
    height: 20%;
    max-width: 37px;
    max-height: 37px;
    padding: 2px 2px;
}

.table.datatable-basic {
    /*removing unwanted horiz scroll bar*/
    width: 100% !important;
}

.bara-form-thumbnail {

}

.bara-form-thumbnail-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;

}

.glide__arrow.bara-arrow {
    color: black !important;
    border-color: darkgray !important;
}

.glide__arrow.bara-arrow:hover {
    border-color: black !important;
}

.tooltip {
    font-family: irsans, '2 nazanin', '2 yas', yekan, '2 roya', Zar, Mitra, tahoma, sans-serif !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    line-height: 12px !important;*/
/*}*/

.drake-login.active {
    background-color: #2196F3 !important;
}

footer #navbar-footer {
    justify-content: space-between;
}


/*=======================*/

.google-icon {
    display: inline;
    width: 20px;
    height: 20px;
}

/*=================================*/
::selection {
    background: #a8d1ff;
}

::-moz-selection {
    background: #a8d1ff;
}


/*==============================================================*/
/*CSS loader*/
.bara-loader {
    text-align: center;
    color: #fff;
    /*display: none;*/
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
}

.bara-dimmer {
    display: none;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: blueviolet;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*================================================================================*/
ul.step-anchor.dkp-steps {
    place-content: space-around;
}

ul.step-anchor.dkp-steps > li > a {
    line-height: initial !important;
    padding: 15px 8px !important;
    cursor: not-allowed;
}

ul.step-anchor.dkp-steps > li > a:hover {
    box-shadow: initial !important;
    -webkit-box-shadow: initial !important;
}

ul.step-anchor.dkp-steps > li.done > a {
    cursor: pointer;
}

ul.step-anchor.dkp-steps > li.active > a {
    cursor: pointer;
}

.dkp-help-wizard {
    text-align: right;
    width: fit-content;
}

.dkp-movie-thumb {
    width: initial !important;
}

.dkp-movie-thumb-img {
    width: 230px;
    height: 300px;
    /*max-width: 200px;*/
    /*min-height: 200px;*/
}

.dkp-movie-summary {
    text-align: justify;
    text-justify: inter-word;
}

.dk-table-icon {
    width: 50px;
    height: 25px;
}

.dk-brand-logo{
    width: 100px;
    height: 40px!important;
}

/*used in login page*/
.dk-brand-logo-large{
    width: 180px;
    height: 90px;
}
/*used for admin panel*/
.dk-brand-logo-wide{
    width: 180px;
    height: 30px !important;
}

div.sw-container.tab-content{
    min-height: initial!important;
}

.truncate {
  max-width:350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dir-ltr{
    direction: ltr!important;
}
.dir-rtl{
    direction: rtl!important;
}

.sidebar-dark {
    background-color: #001b56;
}

.sidebar-xs .sidebar-main.sidebar-dark .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    background-color: #001b56;
}
.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled) {
    background-color: #003cb3;
}

.swal2-icon.swal2-warning {
    font-size: initial !important;
}

.table-avatar-image{
    width: 50px;
    height: 70px;
    border-radius: 10%;
}

.form-inline select ~ span.select2.select2-container {
    min-width: 15rem;
}
