.page-video-title{
    font-size:24px !important;
    margin-left:2px !important;
}

.btn-xxs {
    padding: 1px 12px !important;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    transition: all 300ms ease;
}

.delete{
    color: red !important;
}
.checked {
    color: yellow !important;
}
.fa-heart{
    color: #22222287 !important;
    font-weight: 500 !important;
}
.fa-share-alt{
    color:#22222287 !important;
}
.menu-box-modal{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -40%) !important;
    opacity: 1;
    pointer-events: none;
    transition: all 200ms ease !important;
}
.text-success{
    color: #02d702 !important;
}
.divider-white{
    height: 1px;
    background-color: rgb(255 255 255 / 43%);
}
.list-custom-small {
    line-height: 50px;
}

.left-border{
    border-left: 1px solid #df9736 !important;
}

.right-border{
    border-right:1px solid #df9736 !important;
}

.line-height{
    line-height: 1.3em !important;
}

.text-white{
    color: white !important;
}

.text-align-left{
    text-align: left !important;
}

.btn-fav {
    background-color: #e3e7ef;
    border: none;
    color: #000000 !important;
    padding: 12px 16px;
    font-size: 16px;
    width: 160px;
    
  }
.btn-bag {
    background-color: #e3e7ef;
    border: none;
    color: #000000 !important;
    padding: 12px 16px;
    font-size: 16px;
    width: 160px;
    
  }
.btn-width{
    width: 90px !important;
    background-color: #e3e7ef !important;
    color: black !important;
}

.product-card{
    overflow: hidden;
    margin: 0px 15px 15px 15px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / 10%);
}

button:focus{background-color:#4A89DC !important;color:white !important;}

.btn:focus{background-color:#4A89DC !important;color:white !important;}
.btn-sound{background-color: #e3e7ef !important;color: black !important;}

/* @media screen and (max-width: 480px){
    
} */



/* Satish custom css start */

/* Confirm Order Page styles start*/

.custom-user{
    border: 1px solid gray;
    padding: 8px 8px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 14px;
}
.custom-select{
    height: auto !important;
    padding: 5px 5px !important;
}

/* Confirm Order Page styles end*/

/* welcome page */
.custom-body{
    background: #f953c6;
    background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}
.welcome-image{
    width: 100%;
    padding: 150px 30px;
}
/* welcome page */

/* forget password */
.custom-otp-input{
    width: 50px;
    height: 50px;
    border: 1px solid #808080 !important;
    border-radius: 5px;
    background-color: #000;
    text-align: center;
    font-size: 20px !important;
}
.custom-forget{
    background: linear-gradient(to right, #f00488 0%, #8b23c0 100%) !important;
    padding-bottom: 10px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
/* forget password */
.button-width-100 {
    width: 100%;
}

/* filters */
.filter-img {
    margin-top: 3px;
}
.custom-tab-content {
    background-color: #35353a;
    position: absolute !important;
    z-index: 1;
    width: 100%;
}
/* filters */

.custom-bg {
    background-color: #3e425a;
}

.custom-sub-tags {
    background-color: #000;
    border-radius: 5px;
    width: 80px;

}

.custom-video-width{
    width: 100%;
}
/* Satish custom css end */
.input-style.has-borders.input-style-always-active label{
    opacity: 1;
    left: 35px!important;
    transform: translateX(-14px)!important;
    margin-left: 0!important;
    position: absolute;
    padding: 0 5px!important;
    height: 20px;
    /* font-size: 12px; */
    transition: all 250ms ease;
}

.input-style label{
    top: 287px;
}

.theme-dark label{
    background-color: #0b0e12;
}
.menu textarea {
    padding-top: 10px !important;
}