
/*
Media File
*/
.loadmore-btn{
    cursor: pointer;
}
li.nav-item.pr-active, li.nav-item.g-parent-active {
    background: #4b5b92;
}

.dz-message span{
    font-size: 12px;
    width: 100%;
    float: left;
}

.mediaselectionlist{
    max-width:18.75rem;
}

.mediaselectionlist ul {
  list-style-type: none;
}

.mediaselectionlist .get-all-media {
    display: inline-block;
    width: calc(50% - 0.25rem);
    background-image: linear-gradient(45deg,#dfe3e8 25%,#0000 0,#0000 75%,#dfe3e8 0,#dfe3e8),linear-gradient(45deg,#dfe3e8 25%,#fff 0,#fff 75%,#dfe3e8 0,#dfe3e8);
    background-position: 0 0,0.375rem 0.375rem;
    background-size: 0.75rem 0.75rem;
    display: flex!important;
    margin-bottom: 0.5rem;
    /*margin-left: 0.5rem;*/
    /* border-radius: 3px; */
}



.mediaselectionlist label {
    border: 2px solid #fff;
    padding: 0px;
    display: block;
    position: relative;
    margin: 0px;
    cursor: pointer;
    height: 134px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.mediaselectionlist input[type="checkbox"][id^="mediaid"] {
  display: none;
}
.mediaselectionlist input[type="radio"][id^="mediaid"] {
  display: none;
}

.mediaselectionlist label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #0ab39c2e;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.mediaselectionlist label img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: transparent!important;
    border: none;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    margin: auto;
    display: inline-table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mediaselectionlist :checked + label {
  border-color: #0ab39c;
}

.mediaselectionlist :checked + label:before {
  content: "✓";
  background-color: #0ab39c;
  transform: scale(1);
  z-index: 99;
  line-height: 24px;
  color: #fff;
}

.mediaselectionlist :checked + label img {
  /* transform: scale(0.9); */
  /* box-shadow: 0 0 5px #333; */
/*  z-index: -1;*/
}

.dropzone {
    min-height: 170px;
}

.media-file img{
    width: 100px!important;
    margin: 5px;
    height: 100px;
    object-fit: contain;
    float: left;
    border: 1px solid #eee;
    padding: 5px;
}
.media-file {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}
.file-container {
    position: relative;
}
.file-container  span.remove-file {
    position: absolute;
    right: 0;
    background: #f06548;
    color: #fff;
    width: 21px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 21px;
    font-weight: 500;
    overflow: hidden;
    display: inline-table;
    margin: auto;
    font-size: 12px;
    cursor: pointer;
}

#getdata ul.pagination {
    justify-content: center;
    margin: 5px 0;
}


.variant-container{
    width: 100%;
    border-top: 2px dashed #bbbaba;
    margin-top: 30px;
    padding-top: 20px;
}

span.default-image {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border: 2px dashed #87909b;
    padding: 4px;
    margin-top: 15px;
    border-radius: 4px;
    float: left;
}
span.default-image svg {
    display: block;
    margin: 0 auto;
    fill: #87909b;
}
.varinat-images {
    width: 100%;
    float: left;
    border: 1px dashed #87909b;
    max-height: 160px;
    overflow: auto;
    padding: 4px;
    display: none;
}
.varinat-images .media-file img {
    width: 80px!important;
    margin: 0;
    height: 80px;
    object-fit: contain;
    float: left;
    border: 1px solid #eee;
    padding: 0;
}
.varinat-images .file-container span.remove-file{
    line-height: 16px;
    width: 16px;
    height: 16px;
}
.varinat-images a.text-secondary.select-mediatype {
    margin-top: 6px;
    display: inline-block;
}
.tagify.form-control{
    padding: 0;
}

#mediafiles .simplebar-content{
    padding-bottom: 30px!important;
}
.choices{
    margin:0 !important;
}
/*
Media File
*/


ul#navbar-nav {
    justify-content: center;
}
[data-layout=horizontal] .navbar-menu .navbar-nav>.nav-item>.nav-link[data-bs-toggle=collapse]:after{
    right: 8px;
}
span.logo-lg img {
    max-width: 180px;
    max-height: 80px;
}
span.logo-lg {
    display: flex;
    align-items: center;
}
.form-group{
    margin-bottom: 1rem;
    position: relative;
}
.form-group small{
    position: absolute;
    top:97%;
}
form{
    position: relative;
}
label {
    margin-bottom: .1rem;
}
table,tr,th,td{
    font-family: inherit;
    font-size: inherit;
}
.form-control:focus, .choices.is-open, .choices.is-focused {
    border:1px solid var(--vz-primary);
    box-shadow: 0 0 5px 4px var(--vz-primary-bg-subtle);
}


.sm-form-control .choices__inner {
    min-height: calc(1.5em + .5rem + calc(var(--vz-border-width)* 2));
    padding: .25rem .5rem;
    font-size: calc(var(--vz-font-base)* .875);
    border-radius: var(--vz-border-radius-sm);
}
.sm-form-control .choices__list--single{
    padding: 0;
}

.sm-form-control .choices__input{
    height: 28px;
}

.sm-form-control .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 28px !important;
    line-height: 28px !important;
}
.sm-form-control .select2-container--default .select2-selection--single{
    height: 28px !important;
}
.sm-form-control .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 28px !important;
    line-height: 28px !important;
}

.has-error .form-control{
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}

.choices__inner.has-error{
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.9rem center, center right 2.7rem;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
    padding-right: 4rem;
}


.has-error .select2-container--default .select2-selection--single{
    border-color:var(--vz-form-invalid-border-color) !important;
}

.has-error .select2-container--default .select2-selection--single{
    border-color: var(--vz-form-invalid-border-color);
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f06548'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f06548' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.900em + .29rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
}


li.nav-item:last-child .menu-dropdown .menu-dropdown {
    right: 100% !important;
    left:unset!important;
}
li.nav-item:first-child .menu-dropdown .menu-dropdown {
    right: 100% !important;
    left:unset!important;
}

.navbar-menu .navbar-nav .nav-link i {
    min-width: 1.3rem;
}

.mediaselectionlist{
    z-index: 999999;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: 6px;
    right: 0;
    font-size: 18px;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: 0;
    right: 0;
    font-size: 18px;
}


@media (min-width: 992px) {
    .navbar-expand-lg .header-user {
        display: none;
    }
}

#hero{
    position: relative;
}
#hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0.3;
}
.content-banner {
    position: relative;
    z-index: 99;
}

@media (max-width: 767px) {
a.navbar-brand img{
    max-height: 52px;
}
nav#navbar {
    padding: 10px 0;
}
.search-form{
    max-width: 96%;
    margin: auto;
}
}
.header-search{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px; /* change as per your header height */
    background: #fff;
    z-index: 9999;

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;

    transition: all 0.35s ease;
}

.header-search.active{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
/*.header-search-icon{
    font-size: 24px;
    padding: 10px;
}*/

.header-search {
/*    position: absolute;*/
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 100%;
    text-align: center;
/*    display: none;*/
}
.app-search {
    max-width: 600px;
    width: 100%;
    top: 20px;
    margin: 0 auto;
    display: inline-block;
}
.app-search .form-control{
    height: 50px;
    padding-left: 50px;
}
.app-search span.search-widget-icon {
    font-size: 30px;
    line-height: 50px;
}

.close-search-global a i {
    font-size: 33px;
    line-height: 50px;
    height: 50px;
}
.close-search-global a {
    line-height: 50px;
    height: 50px;
    display: block;
}