
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body{
    font-family: "Inria Sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
    font-size: 16px;
}
.page-title-box{
    background-color: #2310db  !important;
}

.page-title-box h4{
    color: white !important;
}

.breadcrumb-item>a {
    color: white !important;
}

.navbar-brand-box{
    background-color: white !important;
}

.navbar-menu{
    background-color: darkblue !important;
    border-right: none !important;
    height: 600px;
    border-radius: 25px;
}

.breadcrumb-item.active{
    color: white !important;
}

.menu-title {
    letter-spacing: .05em;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    /* color: var(--vz-vertical-menu-title-color); */
    font-weight: var(--vz-font-weight-semibold);
    color: white !important;
    background-color: orangered;
    text-align: center;
}
.navbar-header{
   box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    border-top: 2px solid orangered;
    
}
.alert-warning {
    background-color: orangered;
    color: white;
    font-size: 16px;
}

.card-animate {
    background-color: darkblue !important;
    border-radius: 25px !important;


}
.card-animate h4{
    color:white !important;
}
.transaction-details .user-bx-2 img {
    height: 85px;
    width: 85px;
    margin-right: 20px;
}
.transaction-details .user-bx-2 {
    display: flex
;
    align-items: center;
}
.transaction-details {
    border-top: 1px solid #e4e4e4;
}
.copylink{
    background-color: orangered;
    color: white;
    font-weight: bold;
}
.linkshare{
    border:1px solid orangered;
    border-radius: 10px;
}

.dng{
    border: 1px solid orangered;
    border-radius: 10px;
    width: 180px;
    padding: 10px;
    text-align: center;
}
..cusdesign .d-none{
    display: block !important;
}
.cusdesign {
    border: 2px solid orangered;
    padding: 10px;
    border-radius: 20px;
}
.cusdesign .header-profile-user{
    height: 42px;
    width: 42px;
}
.cusdesign span{
    color: white;
    font-size: 18px;
}
.navbar-menu .navbar-nav .nav-link{
   font-family: "Inria Sans", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important; 
}
.flex-grow-1 .text-muted {
    color: white !important;
    font-family: "Inria Sans", sans-serif !important;
    font-weight: 700 !important;  
}
.footer {
    background-color: #080e8c !important;
    color: white !important;
}

.header-profile-user {
    
    border: 2px solid orangered !important;
}
.btn-success{
     background-color: #080e8c;
     font-size:18px !important;
     font-weight: bold !important;
     border:none;
     border-radius: 30px;

}
.alert-dark{
    overflow: scroll !important;
}
.dropdown-header {
    
    border-top: 2px solid orangered !important;
    padding-top: 20px !important;
    color: black !important;
}

@media (max-width: 767.98px) {
    :is([data-layout=vertical],[data-layout=semibox]) .app-menu {
        margin-left: -100%;
        padding: 20px 0 20px 0 !important;
        margin-top: 70px !important;
    }
}
 
/*------------------------------------*/
.login_bg .form-control{
    background-color: #f2f2f2;
    font-size: 16px; 
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: none;
    color: black;
}

.login_bg{
            background-color: white;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        }
        .p-lg-5{
            padding: 25px !important;
            border-radius: 10px;
        }
        
        .back_design p, h5{
            color: black !important;
        }

.login_bg .form-check-input[type=checkbox] {
    border-radius: .25em;
    border: 2px solid orangered;
}

.login_bg {
    background-color: #f2f2f2;
}

.login_bg .ri-eye-fill{
    color: orangered !important;
    font-size: large !important;
}

.auth-bg-cover {
    /* background: linear-gradient(-45deg, var(--vz-primary) 50%, var(--vz-success)); */
    background-color: #f2f2f2;
}

@media only screen and (max-width: 600px) {
  .horizontal-logo{
    display: block !important;
}
.logo-sm img{
    height: 60px;
    margin-left: -50px !important;
}
.dng{
    width:100% !important;
}
}
