/* .login-form-new
{
    height: 100vh;
} */

*{
    font-family: 'Lato', sans-serif;
}
/* .login-form-new .form-right-side
{
    background: linear-gradient(350deg, #07286e, #b13434);
} */
.form-right-side .card
{
    max-width: 450px;
    width: 100%;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-right-side
{
    position: relative;
}
/* .form-left-side img
{
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */
.form-control-change-border
{
    border: 2px solid #ced4da !important;
}

.nav-bar-padd
{
    padding: 14px 15px !important;
}

.sidebar-blue-gradiant
{
    background: linear-gradient(336deg, #ff0e04a6, #07286efc);
}

.sisde-bar-logo-border
{
    border-bottom: solid 1px #fff;
}
.side-bar-nav ul li p
{
    font-size: 18px;
    font-weight: 400;

}
.side-bar-nav ul li i
{
    font-size: 22px;    
}
.side-bar-nav .nav-link
{
    color:#fff !important;
    padding: 0.5rem 0.5rem !important;
}
.nav-treeview-sub-menu li p
{
    font-size: 15px !important;
}
.nav-bar-icons-profile i
{
    font-size: 26px;
}
.nav-bar-icons-profile i:nth-child(1)
{
    padding-left: 10px;
}
.dashboard-hover-effect .nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 0rem !important;
    top: 0.7rem;
}
.dashboard-hover-effect .nav-link
{
    border-bottom: 1px dotted #fff;
}
.nav-treeview-sub-menu .nav-link
{
    border-bottom: unset !important;  
}
.dashboard-hover-effect .dashbroad
{
   width: 13%;
    margin-right: 10px; 
}
.app-heading-color
{
    color: #c74141;
}
/* .dapplist-nav a.active
{
  border-top: 3px solid #F44343!important;
  box-shadow: inset 0px 0px 1.143em 0px rgb(0 0 0 / 13%);
  background: #F3F3F3;
} */

.unpulished-date
{
    color: #000;
}
.btn-primary
{
    background: linear-gradient(to left, #743ad5, #d53a9d);
    border: unset !important;
    height: 38px;
}
.bg_1
{
    /* background-image: url('../images/bg.jpg'); */  
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
.login-form-new
{
    height: 100vh;
}
.dashboard-hover-effect svg path{
    fill: #fff;
}
.brand-link .brand-image
{
    margin-left: 0.5rem !important;
}

.table-hover>tbody>tr:hover>* 
{
    --bs-table-hover-bg: #fff !important;
}
.thumbnail-image-width
{
    width: 70px !important;
    height: 70px !important; 
}
.heading-border
{
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}
.heading-font-size
{
    font-size: 22px !important;
    color: #033e76;
    font-weight: 700 !important;
}
.image-path-font .label {
    font-size: 18px;
    margin-top: 10px;
}
.view-image-path
{
    font-size: 18px;
    padding-top: 33px;
    font-weight: 700;
}

.categories_list_add
{
    height: 38px;
    margin-right: 1em;
    border: 1px solid #dee2e6 !important;
    padding-left: 10px;
}
/* .app-inner-page-border::after{
    content: '';
    border: 1px solid gray;
    margin-left: 10px;
} */
.app-inner-page-common .review-class
{
    font-size: 15px;
}
.progress 
{
    height: 0.5rem !important;
}
.review-title
{
    font-size: 20px !important;
}
.common-star-class, .glod-star, .light-star {
    font-size: 13px;
}

.h-rating_descript
{
    font-size: .950rem;
}
select:focus-visible {
    outline: unset !important;
}


.dashboard-hover-effect .only-top-border-effect
{
    border-top: 1px dotted #fff;
}
.sidebar .fa-plus
{
    font-size: 13px;
    margin-right: 6px;
}

.w-96 {
    width: 96%!important;
}
.nodata-found-class img
{
    width: 20%;
}

.Most-Popular-dApp-table tbody tr th:nth-child(1)

{
    width: 33.3%;
}
.Most-Popular-dApp-table tbody tr th:nth-child(2)

{
    width: 33.3%;
}
.Most-Popular-dApp-table tbody tr th:nth-child(3)

{
    width: 33.3%;
}


.Most-Downloaded-dApp tbody tr th:nth-child(1)

{
    width: 33.3%;
}
.Most-Downloaded-dApp tbody tr th:nth-child(2)

{
    width: 33.3%;
}
.Most-Downloaded-dApp tbody tr th:nth-child(3)

{
    width: 33.3%;
}

.from-text
{
display: block;
max-width: 600px;
width:100%;
background: #9ed9db38;
padding: 15px;
border-radius: 10px;
color: #000000;
margin-bottom: 20px;
}
.to-text
{
display: block;
max-width: 600px;
width: 100%;
margin: 0px 0px 0px auto;
background: #cac6c8ba;
padding: 15px;
border-radius: 10px;
color: #000000;
margin-bottom: 20px;
}

.query-scroll
{
    overflow-y: auto;
    max-height: 400px;
    height: 100%;
    padding: 10px;
}

.query-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.query-scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.query-scroll::-webkit-scrollbar-thumb
{
    background-color: #a19797;
    border-radius: 10px !important;
}

a
{
    text-decoration: none !important;
   
}


