.check-rn{display:none;}
.check-rn:checked+label{background:#696cff;color:#fff;}
.rn-list{display:flex;flex-wrap:wrap;}
.rn-list > div{margin:5px;}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.reds{border:1px solid red;box-shadow:0 0 7px red;}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}
.mykaz{cursor:pointer;}

.short_gal{width:150px;height:150px;overflow:hidden;}
.photo{margin-bottom:50px;}
.short_gal img{max-width:156px;}

.add_object{display:flex;width:100%;margin:0 20px 20px 20px;justify-content:center;}

.mfflex{padding:0 15px;}

.short-photo{display:flex;}
.short-photo > a{width:130px;height:130px;display:flex;align-self: flex-start;justify-content:center;align-items:center;overflow: hidden;position:relative;}
.short-photo > a > img{max-width:130%;max-height:130%;object-fit: cover;}

.olx_photo{display:flex;flex-wrap:wrap;}
.olx_photo > div{width:250px;height:250px;display:flex;justify-content:center;align-items:center;overflow: hidden;margin:5px;position:relative;}
.olx_photo img{max-width:130%;max-height:130%;object-fit: cover;}
.olx_photo a{position:absolute;bottom:12px;left:8px;right:8px;padding:7px 0;display:block;background:rgba(0,0,0,0.5);color:#fff;transition:all .4s;text-align:center;margin:0;border-radius:4px;}
.olx_photo a:hover{background:rgba(0,0,0,0.9);}

.flexdr{display:flex;flex-wrap:wrap;}
.preview-container{display:flex;flex-wrap:wrap;}
.add-photo{width: 100px;
    height: 100px;
    margin: 5px;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;}
.preview-item {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px dashed #f5f5f5
}

.preview-item:first-child {
    box-shadow: 0 0 5px #111;
    border: 2px dashed #bbb
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.remove-file {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 13px;
    background-color: red;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width: 1200px) {
  .mfflex > div{width:23%;margin:1%;}
}

@media (min-width: 700px) and  (max-width: 1199px){
  .mfflex > div{width:48%;margin:1%;}
}

@media (max-width: 699px) {
  .mfflex > div{width:100%;margin:10px 0;}
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
