.helloworldrussel {
    background-color: red !important;
}

* {
    font-family: "Inter", sans-serif;
}

.navbar-main{
    background-color: white !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.navbar-vertical .navbar-nav .nav-link{
    font-weight: normal !important;
}

.sidenav-header img {
    height: 5em !important;
    padding-bottom: 1em;
}

.card-general-container{
    background: #409B39;
    background: linear-gradient(90deg, rgba(64, 155, 57, 1) 26%, rgba(255, 255, 255, 1) 100%);
    padding: 1em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    border-radius: 0.75em;
    position: relative;
    margin-bottom: 1em;
}

.card-general-container .overlay-logo-end{
    height: 317px;
    width: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
    object-fit: cover;
 
}
.overlay-logo-bg{
    height: 100%;
    width: 60%;
    object-fit: cover;
    position: absolute;
    mix-blend-mode:multiply;
    top: 0;
    left: 0;
    -webkit-mask-image: 
    linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%), /* Right fade */
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%); /* Top fade */

  -webkit-mask-composite: destination-in; /* For Chrome/Safari */
  mask-image: 
    linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);

  mask-composite: intersect; /* For Firefox */
}

.upper-text-light{
    color:white !important;
    font-weight: normal;
}

.currency{
    font-size: 14px !important;
    font-weight: normal;
}
.card-new {
    /* border: 1px solid #ccc; */
    background-color: white;
    width: 407px;
    height: 90%;
    border-radius: 0.75em;
    padding: 1.75em;
    margin-right: 1em;
    font-size: 12px !important;
    margin-bottom: 1em;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 2;
}

.card-new>.upper-section {
    display: flex;
    justify-content: space-between;
    font-size: 12px !important;
    align-items: center;
    margin-bottom: 0.75em;
}

.card-new>.body-section p {
    font-size: 12px ;
}

.card-new>.upper-section img {
    height: 2.9em;
    object-fit: contain;
}

.card-new>.body-section .value {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 600;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -6px !important;

}

.card-text-dark {
    color: #333;
}

.card-new small {
    font-size: 12px;
}

.icon-container-action  {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  margin-left: 0.8em;
}

.icon-container-action:hover  {
    cursor: pointer;
    color: #111111;
    /* background-color: #f1f1f1; */
}

.icon-container-action img {

    padding: 0.2em;
    object-fit: contain;
    cursor: pointer;
    width: 30px;
    height: 30px;
    /* border: 1px solid white; */
}


.icon-container img {
    padding: 0.4em;
    object-fit: contain;
    cursor: pointer;
    width: 30px;
    border: 1px solid white;
}

.icon-container img:hover {
    background-color: #f2f2f2 !important;
    border: 1px solid white;
    width: 30px;
}

.btn {
    border-radius: 0.5em !important;
    height: 38px !important;
    font-weight: normal !important;
    /* width: auto !important; */
}

.transacation-logo {
    height: 2.5em;
    margin-right: 0.5em;
}

.bundle-border-success{
    border:2px solid #50B748 !important;
}
.bundle-border-failed{

    border: 2px solid #E91C1C !important;
}
.bundle-status-failed{
    color: #E91C1C !important;
    width: 100px !important;
}
.bundle-status-success{
    color: #50B748 !important;
    width: 100px !important;
}
.bundle-row{
    font-weight: normal;
    color: #707070;
}
.bundle-row:hover{
    color: #111111;
    font-weight: bold;
   }

.bundle-description-view{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines you want to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px !important;
}
.bundle-table table tr td .badge {
    width: auto !important;
    border-radius: 5px;
    pointer-events: none;
}
.subtransactions .badge{
    width: auto !important;
    border-radius: 5px;
    pointer-events: none;
}

.bg-gradient-bundle{
    background-image: linear-gradient(310deg,  #FFEE00  0%, #EB310C 100%);
}
.bundle-right-container {
    padding: 0.2em;
    max-height: 50vh;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    overflow: auto;
}

.bundle-item {
    border: 1px solid #ccc;
    border-radius: 0.75em;
    padding: 1em;
    margin-right: 1em;
    font-size: 12px !important;
    margin: 1em;
    background-color: white;

}

.bundle-item h6 {
    font-size: 12px;
    font-weight: bold;


}

.bundle-item .badge {
    width: auto;
    border-radius: 5px;

}

.bundle-delete-icon {
    padding: 0.4em;
    object-fit: contain;
    cursor: pointer;
    width: 30px;
    border: 1px solid white;

}

.bundle-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines you want to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;

}

.bundle-delete-icon:hover {
    background-color: #f2f2f2 !important;
    border: 1px solid white;
    width: 30px;

}

.bundle-border-right {
    border-right: 1px solid #ccc;
}

.sub-retailer-header h6{
    font-size: 14px !important;
    font-weight: normal !important;
}

table tr th{
    color: #8392AB !important;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.table{
    border-collapse: separate;
}

table tr td{
    vertical-align: middle;
    font-size: 13px;
    color: #333;
}

.main-text{
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}
.sub-text{
    font-weight: normal;
    font-size: 13px;
    color: #707070;
    margin-bottom: 0;
}

/* dealer tabs */
.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    font-size: 14px;
    padding-left: 2em;
    padding-right: 2em;
    color: #707070 !important;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  input:checked + .slider {
    background-color: #2196f3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;

}
/* sidebar modal overlay */
  .card-header h5{
    font-size: 18px !important;
    color: #333333 !important;
  }
  .card-header h6{
    color: #333333 !important;
  }
  .card-body label{
    color: #333;
    font-weight: normal;

  }

  .card-header a {
    letter-spacing: -0.025rem;
    color: #111111 !important;
}

.filter-background{
    background-color: #E6F0E5 !important;
}

.filter-background .input-group{
    min-width: 150px;
    font-size: 12px;  
}

.filter-background input{
    font-size: 12px;
}

/* date picker master dealter transaction */
.dp__main{
    width: auto !important;
}
.dp__input{
    font-size: 12px !important;
    font-family: inter !important;
}

.profile{
    background-color: white;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    margin-right: 0.5em;
    border-radius: 50%;
    color: #409B39;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
* label{
    color: #333!important;
    font-weight: normal;
}

.card-rate p{
    font-size: 14px !important;
    color: #111111;
  
}
.card-rate{
    width: 500px !important;
}
.input-rate{
    position: absolute;
    width: 280px;
    right: 10px;
    top: 120px;
}
.input-discount{
    position: absolute;
    width: 280px;
    right: 10px;
    bottom: 25px;
}

.input-group .form-control:focus {
    border-left: 1px solid #707070 !important;
    border-right: 1px solid #707070 !important;
}


.form-control:focus,
.form-select:focus {
    border-color: #707070 ;
    box-shadow: none;
}


.form-control:focus, .form-select:focus {
    border-color:#707070 ;
    box-shadow: none;
}

.dp__instance_calendar{
    font-size: 12px !important;
    font-family: inter;
}
.flex-handling{
    display: flex;
    flex-wrap: wrap; 
}
.input-group-text{
    z-index: 99;
}
 .bg-gradient-dark i{
        margin-right: 0.5em;
    }



/* mobile view and halfscreen display */
@media (max-width: 1193px) {

    /* *{
        border: 1px solid red;
    } */
     .breadcrumb{
        margin-left: 110px;
     }

    .container-fluid{
        padding: 0.5em;
        padding-top: 0.5em !important;
    }
    .card-new{
        width: 100%;
    }

   .card-new >.body-section .value{
      
      width: 50px;
    } 
    .overlay-logo-end{
        width: 50% !important;
        height: 211px;

    }
    .bg-gradient-dark i{
        display: none;
    }
    .bg-gradient-dark{
        margin: 1em;
        white-space: nowrap;
    }
    .handlebar-mobile{
        position: absolute;
        z-index: 999 !important;
        transition: all 0.3s ease;
    }
    .sidenav{
        z-index: 100 !important;
    }

    .flex-handling{
        display: block;
    }

    .fixed-plugin.show .card{
        width: 100%;
    }
    /* product description handling */
    .text-wrap{
        width: 600px;
    }
    .paginate-div{
        transform: scale(0.8);
        margin-left: -20px !important;
    }
  }

