@import url("new.theme.css"); 


.button-avatar-upload {
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-avatar-upload .fa{font-size: 24px;text-align: center;}
/* .ob__bg-primary{background-color: var(--plyr-color-main,#eb0000);}
.ob__bg-success{background-color: var(--success,#28a745);}
 */
/*body{color: #000}*/
/* .text-muted {color: #000 !important } */
/*.form-control, .form-control:focus{color: #000}*/

.ob__navbar-primary .nav-link{border-radius: 50%;}
.ob__navbar-primary .nav-link:focus,
.ob__navbar-primary .nav-link:active,
.ob__navbar-primary .nav-link:hover{
    color: var(--plyr-color-main,#eb0000) !important;
    background: rgb(235 0 0 / 9%);
}

.obicon{
    background-size: 20px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-position: center center;
}
.obicon-spiral{
    background-image: url('../img/spiral-black.svg');
}
.obicon-spiral:hover{
    background-image: url('../img/spiral-red.svg');
}

.bg-none{background:none}
.btn-normal,
.btn-normal:hover{
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: unset;
    text-decoration: none;
}


/*.ob__navbar{border-bottom: 1px solid #ccc;}*/
.ob__navbar-wrap{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
}
.ob__navbar-primary{justify-content: space-around;width: 100%;}
.ob__navbar-primary li{flex: 0 0 auto;}
.ob__navbar-primary li a{display: inline-block;}
.ob__navbar-secondary{justify-content: flex-end;width: 100%;}


.ob__sidebar{

    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;

    display:none;
    right: 0;
    top: 0;
    
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    
    margin-top: 48px;
    height: calc(100% - 48px);
}
.ob__sidebar-wrap{
    padding-top: 0.5rem;
    overflow-y: auto;
    padding-bottom: 0.5rem;
    border: 0;
    margin-left: auto;
    width: 260px;
    height: 100%;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
}

.ob__sidebar-header{
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
    align-items: center;
}

.ob__sidebar-header .img-avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%!important;
}
.ob__sidebar-close{
    background-color: transparent;
    padding: 0;
    margin:0;
    border: 0;
    font-size: 20px;
}

.ob__sidebar-profile{padding: .5rem 1rem;}


.ob__sidebar-profile h5{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.ob__sidebar-profile small{
    display: block;
    line-height: 18px;
    text-transform: lowercase;
}
.ob__sidebar-profile p{
    margin: 0;
    font-size: 14px;
}

.ob__sidebar .nav-item{padding: 5px 10px;text-transform: capitalize;}
.ob__sidebar .nav-link {
    color: #000;
    padding: 2px 10px 4px;
    line-height: 25px;
    vertical-align: middle;
}
.ob__theme-dark .ob__sidebar .nav-link,
.ob__theme-dark .ob__sidebar-close{color: #fff;}

.ob__sidebar .nav-link:focus,
.ob__sidebar .nav-link:active,
.ob__sidebar .nav-link:hover{
    color: var(--plyr-color-main,#eb0000) !important;
    background: rgb(235 0 0 / 9%);
    border-radius: 25px;
}
@media (max-width: 991px){
    .ob__navbar .ob__navbar-primary .nav-item {
        display: inherit;
        margin-left: inherit;
        margin-right: inherit;
        margin-bottom:0;
        width: auto;
    }
}





.ob__titlebar{
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    height: 48px;
}
.ob__titlebar .lnk{
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding: 6px 0 12px;
    line-height: 30px;
}


.ob__titlebar .btn{
    width: 40px;
    height: 40px;
}
.ob__searchbar{
    display: none;
    height: 48px;
    border-bottom: 1px solid var(--plyr-color-main,#eb0000) !important;
}

.ob__searchbar .input-group{
    align-items: center;
}
.ob__searchbar .form-control{
    border: 0;
    padding: 8px 15px;
}
.ob__searchbar .btn{
    width: 46px;
    height: 46px;
    box-shadow: none;
    
}

.ob__searchbar .btn:hover{
    background: rgb(235 0 0 / 9%);
    box-shadow: none;
}




.newPostIframeArea{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1029;
    display: none;
    background: #fff;
    padding-top: 48px;
}

.newPostIframeWrap{
    height: 100%;
    width: 100%;
}

.newPostToolbar{padding: 0 0 10px;}

.newPostIframe{
    border:0;
    margin:0;
    padding:0;
    width:100%;
    height:calc(100vh - 8rem);
}




.ob__notificationArea{}
.ob__notificationWrap{}
.ob__notificationToolbar{padding: 0 0 10px;}
.ob__notificationToolbar .btn-normal{color:#000;font-weight: 700;}
.ob__notifications{}


.form-input{border-bottom:1px solid #ccc;}

.ob__theme-dark .form-input input,
.ob__theme-dark .form-floating>label,
.ob__theme-dark .field-file input[type='file']:after{background: #303030;color:#fff}

.ob__theme-dark .field-file input[type='file']:after{border-color:#222;}

/* .ob__theme-dark .table{color:#333333} */
.ob__theme-dark .btn-normal,
.ob__theme-dark .ob__titlebar .lnk{color: #fff;}
.ob__theme-dark .newPostIframeArea,
.ob__theme-dark .alert-danger{color:#fff;background: #222;}





.section-bg {
    background-repeat: no-repeat;
    background-position: center;
}
.ob__logo{
    display: inline-block;
    width: auto;
}
.ob__logo .ob__page-logo{display: block;}
.ob__logo .ob__page-title{
    margin: 0;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.ob__titlebar .btn {
  line-height: 40px;
}
.ob__search-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ob__titlebar a{color: #242529;}
.ob__theme-dark .ob__titlebar a{color: #fff;}
@media only screen and (max-width: 767.99px){
    .ob__searchbar .form-control {
      border: 0 !important;
    }
    .justify-md-between{display: flex;justify-content: space-between}
}

.cat-search{
    background : none;
}
.cat-search:hover{
    background : none;
    color: black;
}
.cat_menu_item{
    border:none;
    text-decoration: none;
    margin: none;
    padding:none;
    
}


.ob__theme-dark #contentPrice{
    background-color: #303030;
    color:#fff;
}