@font-face {
  font-family: "Shabnam";
  src: url("../fonts/shabnam/Shabnam.eot"); /* IE9*/
  src: url("../fonts/shabnam/Shabnam.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/shabnam/Shabnam.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/shabnam/Shabnam.woff") format("woff"), /* chrome、firefox */
  url("../fonts/shabnam/Shabnam.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

body {
  font-family: Shabnam;
  font-size: .875rem;
  background: #F9FAFB;
}

.calibri_font {
    font-family: Calibri;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

td {
    vertical-align: middle;
}

td:first-child,
th:first-child {
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

td:last-child,
th:last-child {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.bootstrap-tagsinput {
    display: block !important;
    border-radius: 2px !important;
    font-size: 14px;
}

.bootstrap-tagsinput:focus,
.bootstrap-tagsinput:active {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px .20rem rgba(104, 27, 96, 0.20) !important;
}

.form-control {
    border-radius: 2px !important;
    font-size: 14px;
}

.form-control:focus {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px .20rem rgba(104, 27, 96, 0.20) !important;
}

.input_login {
    width: 100% !important;
    padding: 6px 8px !important;
    margin-top: 8px !important;
    border: 1px solid #f2f2f2 !important;
    color: #88888C !important;
    background-color: #F5FBF8 !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
}

.tagify__input {
    margin: 0 !important;
    padding: 0 !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-left: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #DC2626;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  left: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.nav_logo {
  width: 130px;
  margin: 0 auto;
  display: block;
}

.profile_img {
  width: 35px;
  border-radius: 35px;
  margin: 0 0 0 8px;
  outline: 3px solid #F87171;
  animation: colorchange 3s;
  animation-iteration-count:infinite;
}

@keyframes colorchange
{
  0% {
    outline: 3px solid #DC2626
  }
  50% {
    outline: 3px solid #F87171;
  }
  100% {
    outline: 3px solid #DC2626;
  }
}

.nav-logout {
  color: #EF4444 !important;
  transition: all .3s ease;
}

.nav-logout:hover {
  color: #F87171 !important;
}

.card {
  background: #fff;
  padding: 10px;
  border: none;
  margin: 0 0 15px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.card .header_title h3 {
  font-size: 18px;
  margin: 0 8px 0 0;
}

.card .header_title a {
  font-size: 12px;
  padding: 4px 6px;
  color: #EF4444;
  border-radius: 2px;
  transition: all .3s ease;
}

.card .header_title a:hover {
  color: #DC2626;
}

.header-btn-green {
    color: #0F172A !important;
    background: #ECFCCB;
    border: 1px solid #BEF264;
    margin: 0 5px;
}

.header-btn-green:hover {
    color: #0F172A;
    background: #84CC16;
}

.header-btn-gray {
    color: #0F172A !important;
    background: #E2E8F0;
    border: 1px solid #94A3B8;
    margin: 0 5px;
}

.header-btn-gray:hover {
    color: #0F172A;
    background: #94A3B8;
}

.header-btn-blue {
    color: #0F172A !important;
    background: #BAE6FD;
    border: 1px solid #7DD3FC;
    margin: 0 5px;
}

.header-btn-blue:hover {
    color: #0F172A;
    background: #7DD3FC;
}

.card .card_content {
  border-top: 1px solid #eeeeee;
  margin: 10px 0 0 0;
  padding: 5px 0 0 0;
}

.card_tbl {
  transition: all .3s ease;
}

.card_tbl:hover {
  background-color: #E5E7EB;
}

.card_tbl img {
  width: 200px;
  height: 100px;
  border-radius: 1em;
  object-fit: cover;
}

.card_tbl .btn_tbl form {
    display: inline
}

.card_tbl .btn_tbl .btn_tbl_edit {
  padding: 7px;
  text-align: center;
  background: #FFEDD5;
  border: 1px solid #FED7AA;
  color: #F97316;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  transition: all .3s ease;
}

.card_tbl .btn_tbl .btn_tbl_edit:hover {
  background: #F97316;
  border: 1px solid #F97316;
  color: #ffffff;
}

.card_tbl .btn_tbl .btn_tbl_delete {
  padding: 7px;
  text-align: center;
  background: #FEE2E2;
  border: 1px solid #FECACA;
  color: #EF4444;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  transition: all .3s ease;
}

.card_tbl .btn_tbl .btn_tbl_delete:hover {
  background: #EF4444;
  border: 1px solid #EF4444;
  color: #ffffff;
}

.card_tbl .btn_tbl .btn_tbl_show {
    padding: 7px;
    text-align: center;
    background: #E0F2FE;
    border: 1px solid #BAE6FD;
    color: #0EA5E9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
}

.card_tbl .btn_tbl .btn_tbl_show:hover {
    background: #0EA5E9;
    border: 1px solid #0EA5E9;
    color: #ffffff;
}

.card_tbl .btn_tbl .btn_tbl_subtitle {
    padding: 7px;
    text-align: center;
    background: #DCFCE7;
    border: 1px solid #BBF7D0;
    color: #22C55E;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
}

.card_tbl .btn_tbl .btn_tbl_subtitle:hover {
    background: #22C55E;
    border: 1px solid #22C55E;
    color: #ffffff;
}

.btn_tbl_edit {
    padding: 7px;
    text-align: center;
    background: #FFEDD5;
    border: 1px solid #FED7AA;
    color: #F97316;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn_tbl_edit:hover {
    background: #F97316;
    border: 1px solid #F97316;
    color: #ffffff;
}

.btn_tbl_delete {
    padding: 7px;
    text-align: center;
    background: #FEE2E2;
    border: 1px solid #FECACA;
    color: #EF4444;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn_tbl_delete:hover {
    background: #EF4444;
    border: 1px solid #EF4444;
    color: #ffffff;
}

.btn_tbl_show {
    padding: 7px;
    text-align: center;
    background: #E0F2FE;
    border: 1px solid #BAE6FD;
    color: #0EA5E9;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn_tbl_show:hover {
    background: #0EA5E9;
    border: 1px solid #0EA5E9;
    color: #ffffff;
}

.btn_tbl_restore {
    padding: 7px;
    text-align: center;
    background: #ECFCCB;
    border: 1px solid #D9F99D;
    color: #4D7C0F;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
}

.btn_tbl_restore:hover {
    background: #4D7C0F;
    border: 1px solid #4D7C0F;
    color: #ffffff;
}

.btn_tbl_gray {
    padding: 7px;
    text-align: center;
    background: #E5E7EB;
    border: 1px solid #9CA3AF;
    color: #4B5563;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn_tbl_gray:hover {
    background: #4B5563;
    border: 1px solid #4B5563;
    color: #ffffff;
}

.card_1 {
  position: relative;
  background-image: linear-gradient(to right top, #1e293b, #3f325f, #7c2b6c, #b80f58, #dc2626);
  color: #FFFFFF;
  border: none;
  margin: 0 0 15px 0;
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.card_2 {
  position: relative;
  background-image: linear-gradient(to right bottom, #dc2626, #c42424, #ad2222, #961f20, #7f1d1d);
  color: #FFFFFF;
  border: none;
  margin: 0 0 15px 0;
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.card_3 {
  position: relative;
  background-image: linear-gradient(to right bottom, #ea580c, #df4a13, #d23b18, #c62d1a, #b91c1c);
  color: #FFFFFF;
  border: none;
  margin: 0 0 15px 0;
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.card_1 .content_card,
.card_2 .content_card,
.card_3 .content_card {
  position: relative;
  padding: 10px;
  z-index: 1;
}

.card_1 .content_card .header_title h3,
.card_2 .content_card .header_title h3,
.card_3 .content_card .header_title h3 {
  font-size: 20px;
}

.card_1 .content_card .number_counter,
.card_2 .content_card .number_counter,
.card_3 .content_card .number_counter {
  font-size: 90px;
  position: relative;
  margin: 0 0 -17px 0;
  font-weight: 900;
}

.container_login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.card_login {
  width: 300px;
  border-radius: 10px;
  background-color: #ffff;
  padding: 1.8rem;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.1);
}

.login_img {
  margin: 0 0 20px 0;
}

.login_img img {
  width: 180px;
  display: block;
  margin: 0 auto;
}

.email-login {
  display: flex;
  flex-direction: column;
}

.email-login label {
  color: rgb(170 166 166);
}

.cta-btn {
  background-color: rgb(69, 69, 185);
  color: white;
  padding: 18px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  border: none;
}

.btn_red {
    background: #FEE2E2;
    border: 1px solid #FECACA;
    color: #171717;
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_red:hover {
    background: #EF4444;
    border: 1px solid #EF4444;
    color: #ffffff;
}

.btn_dark {
    background: #E5E7EB;
    border: 1px solid #D1D5DB;
    color: #111827;
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_dark:hover {
    background: #111827;
    border: 1px solid #111827;
    color: #ffffff;
}

.btn_warning {
    background: #FFEDD5;
    border: 1px solid #FED7AA;
    color: #171717;
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_warning:hover {
    background: #F97316;
    border: 1px solid #F97316;
    color: #ffffff;
}

.btn_primary {
    background: #DBEAFE;
    border: 1px solid #BFDBFE;
    color: #171717;
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_primary:hover {
    background: #3B82F6;
    border: 1px solid #3B82F6;
    color: #ffffff;
}

.btn_success {
    background: #ECFCCB;
    border: 1px solid #D9F99D;
    color: #171717;
    padding: 6px 8px;
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_success:hover {
    background: #84CC16;
    border: 1px solid #84CC16;
    color: #ffffff;
}


.bdg {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 14px;
}

.bdg-teal {
    background: #14B8A6;
    color: #fff;
}

.bdg-green {
    background: #65A30D;
    color: #fff;
}

.bdg-green-outline {
    border: 1px solid #BBF7D0;
    background: #DCFCE7;
    color: #15803D;
}

td .title {
    background: #ECFCCB;
    border: 1px solid #BEF264;
    color: #3F6212;
    padding: 5px;
    border-radius: 3px;
}

.card-outline {
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    border-radius: 1em;
    text-align: center;
    padding: 10px;
}

.card-outline h3 {
    color: #475569;
}

.rating-imdb {
    font-family: "Calibri";
    display: flex;
    align-items: center;
}

.rating-imdb h2 {
    margin: 0;
}

.rating-imdb h3 {
    margin: 0;
    color: #575757;
}

.rating-imdb .imdb-image {
    width: auto;
    height: 20px;
    margin: 0 0 0 8px;
    border-radius: 0;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item > img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    transform: scale(.75);
    margin-left: 5px;
    border-radius: 2px;
    transition: .12s ease-out;
}

.tagify__dropdown.extra-properties .tagify__dropdown__item--active > img,
.tagify__dropdown.extra-properties .tagify__dropdown__item:hover > img {
    transform: none;
    margin-left: 12px;
}

.tagify.countries .tagify__input {
    min-width:175px;
}

.tagify.countries tag {
    white-space:nowrap;
}

.tagify.countries tag img {
    display: inline-block;
    height: 16px;
    margin-left: 7px;
    border-radius: 2px;
    pointer-events: none;
}

.films-image_show {
    width: 230px;
    height: 300px;
    object-fit: cover;
    border-radius: 1em;
    margin: 0 0 0 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.title_movies {
    height: 50px;
}

.modal-dialog-scrollable .modal-body {
    scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thin;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,.4) !important;
    border-radius: 15px !important;
}

.datepicker-plot-area {
    font-family: shabnam !important;
}

.status_on {
    background: #D9F99D;
    border: 1px solid #BEF264;
    color: #4D7C0F;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline;
    font-size: 12px;
    font-weight: 900;
}

.status_off {
    background: #FECDD3;
    border: 1px solid #FDA4AF;
    color: #BE123C;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline;
    font-size: 12px;
    font-weight: 900;
}

.select2-results__option {
    padding-left: 20px;
    vertical-align: middle;
}

.btn-input {
    position: absolute;
    right: 0;
    margin: 8px 0 0 0;
    padding: 7px 15px;
    border: none;
    background-color: #EF4444;
    border-radius: 0 2px 2px 0 !important;
    color: #fff;
    top: -8px;
    z-index: 8;
}

.card-download {
    background: #D9F99D;
    border: 1px solid #BEF264;
    padding: 15px;
    border-radius: 5px;
}

.btn-success {
    background: #84CC16;
    padding: 6px 10px;
    border-radius: 5px;
    color: #0F172A;
    transition: all .3s ease;
    border: none;
    box-shadow: none;
}

.btn-success:hover {
    background: #65A30D;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: Shabnam;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 2px !important;
    padding-right: 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px .20rem rgba(104, 27, 96, 0.20) !important;
    border-radius: 2px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 3px 0 0 0 !important;
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -1px !important;
    margin-top: 0px !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px .20rem rgba(104, 27, 96, 0.20) !important;
    border-radius: 2px;
}

#meta_description {
    resize: none;
}

#the-count {
    float: left;
    font-size: 12px;
    background: #6366F1;
    margin: 0 0 0 30px;
    padding: 3px;
    border-radius: 0 0 5px 5px;
    color: #fff;
}

#titlePreview {
    color: #035AC6;
    font-size: 1.2em;
}
#URL {
    color: green;
    font-size: 0.92em;
}
#descPreview {
    color: #9B9DA1;
}

.preview {
    display: block;
    max-width: 40em;
    margin: 14px 8px;
    border: 1px solid #cccccc;
    padding: 16px;
    height: 160px;
    border-radius: 5px;
}

.warning {
    color: #F97316;
}

.preview-img {
    display: block;
    max-width: 100%;
    margin: 30px 8px;
}

.preview-img img {
    border-radius: 1em;
    width: 180px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.preview-bg-img {
    display: block;
    max-width: 100%;
    margin: 30px 8px;
}

.preview-bg-img img {
    border-radius: 1em;
    width: 180px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.input-tags {
    width: 100%;
    padding: 15px;
    display: block;
    margin: 0 auto;
}

.label-info {
    background-color: #8B5CF6;
    padding: 3px;
    border-radius: 3px;
}

.bootstrap-tagsinput .tag {
    margin: 2px;
    color: #ffffff;
    font-size: 13px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin: 0 3px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none !important;
    color: #EF4444;
}

.fm-tree, .fm-content {
    scrollbar-width: thin;
}

.fm-tree::-webkit-scrollbar,
.fm-content::-webkit-scrollbar {
    width: 12px !important;
}

.fm-tree::-webkit-scrollbar-thumb,
.fm-content::-webkit-scrollbar-thumb {
    border-radius: 20px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

th, td { white-space: nowrap; }
div.dataTables_wrapper {
    margin: 0 auto;
}

.dataTables_wrapper .dataTables_filter input {
    margin-right: 3px !important;
    width: 280px;
}

.slider-image {
    width: 240px !important;
    height: 100px !important;
}

.svg-setting {
    position: absolute;
    width: 100px;
    opacity: 0.3;
}

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

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

.img_wishlist {
    position: relative;
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 1em;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    overflow: hidden;
}

.img_wishlist .overlay {
    position: absolute;
    width: 100%;
    height: 320px;
    background: rgba(0, 0, 0, 0.8   );
}

.img_wishlist .title {
    position: absolute;
    top: 20px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}
