@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    border: none;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Inter', sans-serif !important;
}
@font-face {
    font-family: interfont;
    src: url(../Font/Inter-VariableFont_slnt\,wght.ttf), url(../Font/static/Inter-Black.ttf), url(../Font/static/Inter-Regular.ttf),
    url(../Font/static/Inter-Bold.ttf), url(../Font/static/Inter-ExtraBold.ttf), url(../Font/static/Inter-ExtraLight.ttf), url(../Font/static/Inter-Medium.ttf),
    url(../Font/static/Inter-Thin.ttf),url(../Font/static/Inter-SemiBold.ttf), url(../Font/static/Inter-Light.ttf);
}
a{
    text-decoration: none;
}
.dflex{
    display: flex;
}
/* admin panel */
/* login */
/* #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 50%;
} */
.bg-color{
    /* background-image: linear-gradient(to right top, #000000, #41121e, #80122b, #c00d2d, #ff1f1f); */
    background-image: linear-gradient(to right top, #010161, #680068, #aa005e, #de0046, #ff1f1f);
}
/* .card-center{
    
} */
.login{
    min-width: 100%;
}
.logo-bg{
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.logo-img img{
    width: 140px;
}
.ss-logo-img img{
    height: 45px;
}
.card-center .card-title{
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 15px;
}
.sub-title{
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
.ss-form{
    padding: 10px 40px 20px 40px;
}
.ss-form a{
    color: #F70000;
}
.ss-form a:hover{
    color: #000;
    text-decoration: none;
}
.ss-form label, .form-control{
    font-size: 13px;
    font-weight: 600;
}
.log-fnt-icon{
    width: 30px;
    background-color: #ff1f1f;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.log-fnt-icon i{
    font-size: 14px;
    color: #fff;
}
.align-center{
    align-items: center;
}
.forget{
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
/* .btn:hover{
    transform: translateY(-1px);
} */
.btn{
    background: #F70000;
    color: #fff;
}
.btn:hover{
    background: #010161;
    color: #fff;
}
/* .form-control{
    border: 1px solid #f7b6b6;
} */
.form-control:focus {
    border-color: #dedede;
    box-shadow: none;
}
.bubbles{
    position:absolute;
    width:100%;
    height: 100%;
    z-index:0;
    overflow:hidden;
    top:0;
    left:0;
    /* background-image: url(../images/istockphoto-1204331594.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  }
  .bubble{
    position: absolute;
    bottom:-100px;
    width:40px;
    height: 40px;
    background:#f1f1f1;
    border-radius:50%;
    opacity:0.5;
    animation: rise 10s infinite ease-in;
  }
  .bubble:nth-child(1){
    width:40px;
    height:40px;
    left:5%;
    animation-duration:10s;
  }
  .bubble:nth-child(2){
    width:20px;
    height:20px;
    left:10%;
    animation-duration:5s;
    animation-delay:5s;
  }
  .bubble:nth-child(3){
    width:50px;
    height:50px;
    left:15%;
    animation-duration:7s;
    animation-delay:4s;
  }
  .bubble:nth-child(4){
    width:80px;
    height:80px;
    left:20%;
    animation-duration:11s;
    animation-delay:6s;
  }
  .bubble:nth-child(5){
    width:35px;
    height:35px;
    left:25%;
    animation-duration:6s;
    animation-delay:8s;
  }
  .bubble:nth-child(6){
    width:45px;
    height:45px;
    left:30%;
    animation-duration:4s;
    animation-delay:3s;
  }
  .bubble:nth-child(7){
    width:90px;
    height:90px;
    left:35%;
    animation-duration:12s;
    animation-delay:9s;
  }
  .bubble:nth-child(8){
    width:25px;
    height:25px;
    left:40%;
    animation-duration:6s;
    animation-delay:2s;
  }
  .bubble:nth-child(9){
    width:15px;
    height:15px;
    left:45%;
    animation-duration:5s;
    animation-delay:1s;
  }
  .bubble:nth-child(10){
    width:90px;
    height:90px;
    left:50%;
    animation-duration:10s;
    animation-delay:6s;
  }
  .bubble:nth-child(11){
    width:30px;
    height:30px;
    left:80%;
    animation-duration:10s;
    animation-delay:4s;
  }
  .bubble:nth-child(12){
    width:45px;
    height:45px;
    left:90%;
    animation-duration:4s;
    animation-delay:12s;
  }
  .bubble:nth-child(13){
    width:10px;
    height:10px;
    left:60%;
    animation-duration:12s;
    animation-delay:9s;
  }
  .bubble:nth-child(14){
    width:25px;
    height:25px;
    left:50%;
    animation-duration:6s;
    animation-delay:5s;
  }
  .bubble:nth-child(15){
    width:15px;
    height:15px;
    left:70%;
    animation-duration:5s;
    animation-delay:1s;
  }
  .bubble:nth-child(16){
    width:60px;
    height:60px;
    left:5%;
    animation-duration:10s;
    animation-delay:6s;
  }
  @keyframes rise{
    0%{
      bottom:-100px;
      transform:translateX(0);
    }
    50%{
      transform:translate(100px);
    }
    100%{
      bottom:1080px;
      transform:translateX(-200px);
    }
  }
/* end login */
/* header */
.header{
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
    padding: 0px 10px;
    height: 60px;
}
.openbtn {
    position: relative;
    top: 0;
    margin:0px 5px;
    font-size: 30px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
  }
.head-img img{
    /* width: 35px; */
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
}
.head-img i{
    cursor: pointer;
}
.dropdown-menu{
    border: 1px solid #ddd;
    /* background-color: #fff; */
}
.dropdown-item:hover {
    background-image: radial-gradient(circle, #008dc2, #006cb1, #004c9b, #002a81, #010161);
    color: #fff;
    border-radius: 5px;
}
.dropdown-item{
    border-bottom: 1px solid #ddd;
}
.user-name{
    font-size: 15px;
    font-weight: 500;
}
.user-label{
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.dropdown-menu[data-bs-popper] {
    right: 5px;
    left: auto;
}
.dropdown-menu a{
    display: flex;
    padding: 3px;
    align-items: center;
}
.dropdown-item{
    color: #000;
    border-radius: 5px;
}
/* end header */
/* sidebar */
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    transition: 0.8s;
    background: #fff;
  }
  @media screen and (max-width: 991px){
      .sidebar{
        left:0;
      }
      .main-content {
        margin-left: 0!important;
      }
     }
     .dash-icon img{
        width: 50px;
        }
  .sidebar-nav {
    padding: 20px;
    margin: 0;
    list-style: none;
  }
  
  .sidebar-nav li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dedede;
    list-style: none;
    border-radius: 4px;
  }
  
  .sidebar-nav .nav-item {
    margin-bottom: 10px;
  }
  
  .sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    padding: 3px 15px;
    border-radius: 4px;
  }
  .sidebar-nav .nav-link.active {
    background-image: linear-gradient(to right top, #f70000, #fb2020, #fd3235, #ff4247, #ff5058);
    color: #fff;
}
.sidebar-nav .nav-link:hover {
    color: #ffffff;
    background-image: radial-gradient(circle, #008dc2, #006cb1, #004c9b, #002a81, #010161);
  }
  .icon{
    font-size: 15px;
    font-weight: 800;
    padding: 5px 5px 5px 15px;
}
.icon-text{
    font-size: 12px;
    font-weight: 600;
}
/* end sidebar */
/* main */
.main-content{
    margin-left: 270px;
    padding: 20px;
    background: none;
    transition: 0.8s;
    z-index: 2;
}
.main{
    padding-top: 60px;
}
/* .dash-icon{
    font-size: 45px;
    color: #010161;
} */
.dash-icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-image: radial-gradient(circle, #008dc2, #006cb1, #004c9b, #002a81, #010161);
    font-size: 45px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.font-sm{
    font-size: 12px;
    font-weight: 500;
}
.form-check-input:checked {
    background-color: #010161;
    border-color: #010161;
}
.dash-value p {
    font-size: 18px;
    font-weight: 600;
    color: #ff1f1f;
    margin-bottom: 0px;
}
/* .dash-value p{
    font-size: 15px;
    font-weight: 600;
    color: #ff1f1f;
    margin-bottom: 0px;
} */
.dash-value span{
    font-size: 20px;
    font-weight: 700;
    color: #010161;
}
.page-title {
    font-size: 22px;
    font-weight: 600;
    color: #010161;
}
.card{
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    border-radius: 10px;
    border: none;
}
.tab-head{
    font-size: 12px;
    color: #010161;
}
.tab-norm{
    font-size: 12px;
    font-weight: 300;
    color: #010161;
}
.add-item{
    padding: 7px 10px;
}
.add-btn{
    text-decoration: none;
    background: #F70000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
.add-btn:hover{
    text-decoration: none;
    background: #010161;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}
/* edit page */
.input-btn-upload {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}
.lab-width{
    width: 100px;
}
.profile-main{
    height: 100%;
}
.profile-side{
    height: 100%;
    padding: 0px 20px 10px 20px;
    margin: auto;
}
.prof-image img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
}
.prof-text{
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
}
.upload-prof{
    font-size: 20px;
    width: 30px;
    height: 30px;
    float: right;
    background-color: #ff1f1f;
    border-radius: 20px;
}
.upload-prof i{
    margin-right: 5px;
}
.upload-prof a{
    text-decoration: none;
    color: #fff;
}
.form-profile label, .form-control{
    font-size: 13px;
}
/* end edit page */
/* table and datatable */
.table-header{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #f70000;
    /* background: #FAFAFA; */
    padding: 10px;
    border-radius: 5px;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-bottom: 5px;
  }
  table.dataTable td {
    border-bottom: 1px solid #dedede;
  }
.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
}
.dataTables_info{
    font-size: 13px;
}
.dataTables_paginate{
    font-size: 13px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    font-size: 13px;
    
}
/* .form-check-input:checked {
    background-color: #010161;
    border-color: #010161;
    box-shadow: none;
} */
/* edit and delete */
/* .action{
    display: flex;
} */
/* .action a{
    text-decoration: none;
} */
.icon-2{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #010161;
    color: #fff;
    padding-top: 4px;
    cursor: pointer;
}
.icon-text-2{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #F70000;
    color: #fff;
    padding-top: 4px;
    padding-left: 6px;
    margin-left: 5px;
    cursor: pointer;
}
.icon-2:hover{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #008128;
    color: #fff;
    padding-top: 4px;
    cursor: pointer;
}
.icon-text-2:hover{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #010161;
    color: #fff;
    padding-top: 4px;
    padding-left: 6px;
    margin-left: 5px;
    cursor: pointer;
}
/* .dataTables_wrapper .dataTables_paginate {
    font-size: 13px;  
} */
.table>tbody {
    vertical-align: middle;
}
/* end edit and delete */
/* end table and datatable */
#sidebar.open{
    width:0px;
}
#main-content.open{
    margin-left:0px;
}
.notify-mail textarea.form-control {
    min-height: calc(21.5em + (0.75rem + 2px));
}
.notify-select{
    align-items: baseline;
    font-size: 14px;
    font-weight: 500;
}
.notify-mail .input-group-text {
    font-size: 14px;
    font-weight: 500;
}
.views-icon{
    font-size: 20px;
    font-weight: 500;
    color: #010161;
}
.views-icon:hover{
    color: #f70000;
}
.details p{
    font-size: 12px;
    font-weight: 400;
}
.address p{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.address span{
    font-size: 11px;
    font-weight: 400;
}
.address-img{
    width: 50px;
}
.address-img img{
    border-radius: 50%;
}
.address-value{
    text-align: end;
}
.sales{
    font-size: 10px;
    font-weight: 700;
}
.ms-105{
    margin-left: 105px;
}
.error-fnt{
    font-size: 12px;
    font-weight: 500;
}
/* loader start */
.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #3d5af1 transparent #3d5af1 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loader end */

/* end main */
.limited{
    white-space: nowrap!important;
    width: 100%!important;  
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.rdt_TableRow{min-height: 42px!important;}

.character-count {
    font-size: 0.85em;
    text-align: right;
}
.float-right{
    float: right;
}
