.h-300{
	height: 300px;
}
.h-400{
	height: 400px;
}

body {
    background-image: url(../public/img/Stone_login_bg_img.png) !important;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    
}
/* Default state (sidebar open) */
.sidebar-action i {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}


.audio-player {
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 #000a;

  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;

  display: grid;
  grid-template-rows: 6px auto;
  .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
    .progress {
      background: coral;
      width: 0%;
      height: 100%;
      transition: 0.25s;
    }
  }
  .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;

    > * {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .toggle-play {
      &.play {
        cursor: pointer;
        position: relative;
        left: 0;
        height: 0;
        width: 0;
        border: 7px solid #0000;
        border-left: 13px solid white;
        &:hover {
          transform: scale(1.1);
        }
      }
      &.pause {
        height: 15px;
        width: 20px;
        cursor: pointer;
        position: relative;
        &:before {
          position: absolute;
          top: 0;
          left: 0px;
          background: white;
          content: "";
          height: 15px;
          width: 3px;
        }
        &:after {
          position: absolute;
          top: 0;
          right: 8px;
          background: white;
          content: "";
          height: 15px;
          width: 3px;
        }
        &:hover {
          transform: scale(1.1);
        }
      }
    }
    .time {
      display: flex;

      > * {
        padding: 2px;
      }
    }
    .volume-container {
      cursor: pointer;
      .volume-button {
        height: 26px;
        display: flex;
        align-items: center;
        .volume {
          transform: scale(0.7);
        }
      }
      
      position: relative;
      z-index: 2;
      .volume-slider {
        position: absolute;
        left: -3px; top: 15px;
        z-index: -1;
        width: 0;
        height: 15px;
        background: white;
        box-shadow: 0 0 20px #000a;
        transition: .25s;
        .volume-percentage {
          background: coral;
          height: 100%;
          width: 75%;
        }
      }
      &:hover {
        .volume-slider {
          left: -123px;
          width: 120px;
        }
      }
    }
  }
}



/* When sidebar is collapsed */
.sidebar-mini .sidebar-action i {
    transform: rotate(180deg);
}

.auth-wrapper .authentication-form .logo-centered {
    width: auto !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}


.auth-wrapper .login-page-holder {
    background-image: url(../public/img/Stone_login_bg_img.png);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    
}

.auth-wrapper .welcome-text {
    text-align: center;
    font-weight: 700;
    /*margin-bottom: 20px;*/
    font-size: 35px;
    color: #fff;
}

 .auth-wrapper  .welcome-sub-text{
                text-align: center;
                font-size:20px;
                font-weight:500;
                letter-spacing: 0px;
                color: #EEFF00;
                opacity: 1;
            }
.auth-wrapper .login-page-holder .login-form-logo-holfer {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.auth-wrapper .login-page-holder .logo-holder {
   text-align:center;
}

.auth-wrapper .login-page-holder .logo-holder .logo-img{
 height: 330px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form {
    /* background-image: url(../public/img/stone_login_form_bg.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* border-radius: 30px; */
    padding: 15px 34px;
    width: 605px;
    min-height: 428px;
    margin: 0px auto;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000009c;
    box-shadow: inset 0px 0px 82px #000000, 0px 6px 6px #00000000;
    /* mix-blend-mode: overlay; */
    border: 1px solid #000000ad;
    border-radius: 0px 50px 50px 0px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px 32px;
    width: 383px;
    /* height: 46px; */
    margin: 0px auto;
}
.auth-wrapper .login-page-holder .login-form-holder .login-form .custom-control {
    position: relative;
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color: #fff;
}


.auth-wrapper {
    background: #101010;
    /*padding: 25px 0px;*/
    height: 100vh;
    /* background-image: -webkit-linear-gradient(top left, var(--cyan), #08671e); */
}
.auth-wrapper .login-page-holder .login-form-holder .login-form .sign-btn.text-center {
    margin: 20px 0px;
}


.auth-wrapper .login-page-holder .login-form-holder .login-form .form-group {
    margin: 30px 0px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-control {
    height: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    background: #0000001C 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 6px #EEFF0063, 0px 1px 5px #EEFF007A;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .logo-img {
    height: 180px;
}

.auth-wrapper .authentication-form .form-group .form-control {
    border-radius: 25px;
    height: 40px;
}
.auth-wrapper .authentication-form .form-group .form-control ~ i {
    top: 13px!important;
    color: #009688;
}
.auth-wrapper .authentication-form {
    font-size: .9rem;
    width: 350px;
    display: block;
    padding: 25px 30px;
    margin: 60px 0;
    background: #fff;
    border-radius: 5px;
}
.btn-custom {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: transparent linear-gradient(180deg, #FEE24D 0%, #CE8900 6%, #E7FF0B 92%, #FF9100 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 40px;
    color: #000;
    font-weight: 900;
        border: 2px solid #E3EC09;
}
 .password-block{
    position: absolute;
    top: 200px;
    right: -220px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #678660;
}
.password-block:before{
    content: '';
    height: 0;
    width: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 20px solid #678660;
    position: absolute;
    left: -20px;
    top: 50px;
}
.badge-right{
	float:right;
	position:initial !important;
}
#Widget-line-chart1, #Widget-line-chart2, #Widget-line-chart3, #Widget-line-chart4{
	width:100%;
	height:75px
}
#realtime-profit, #sale-diff{
	height:150px;
}
#sec-ecommerce-chart-line{
	height:30px;
}
#sec-ecommerce-chart-bar{
	height:100px;
}
#app-sale1,#app-sale2,#app-sale3,#app-sale4{
	height:50px;
}

.chart-shadow{
	height:400px;
}
.st-cir-chart{
	height:450px!important;
}
#status-round-1,#status-round-2,#status-round-3,#status-round-4{
	width:80px !important;
	height:80px !important;
}
#card-412{
	min-height: 412px;
}
#card-422{
	min-height: 422px;
}
#visitfromworld{
	width:100%; 
	height:350px;
}
.card-300{
	height:300px;
}
.card-484{
	min-height: 484px;
}
.card-180{
	min-height: 180px;
}
.card-200{
	min-height: 200px;
}
.th-50{
	width:50%;
}
.font-150{
	font-size: 150px;
}
#pbc-1,#pbc-2,#pbc-3,#pbc-4,#pbc-5,#pbc-6{
	height:50px;
}
/*.sale-card{
	min-height: 301px;
}*/

#deal-analytic-chart{
	height:300 !important;
}
#tot-rev-chart{
	width:100px;
	height:100px;
}
#allocation-map, #allocation-chart{
	height:250px;
}
#sal-income,#rent-income,#income-analysis{
	height:100px;
}
.progress-6{
	height: 6px;
}
.hide{
	display: none;
}



.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 1.2rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.2s;
}
.app-sidebar {
  -webkit-transition-property: none!important;
  -moz-transition-property: none!important;
  -o-transition-property: none!important;
  transition-property: none!important;
}

.sidebar-action{
  position: absolute;
  right: 23px;
  font-size: 25px;
  color: #c7c7c7;
  cursor: pointer;
}
.sidebar-mini .sidebar-action i:before {
  content: "\e911";
}
.sidebar-mini.sidebar-mini-hover .sidebar-action i:before {
    content: "\e910";
} 
.sidebar-mini .app-sidebar {
    width: 70px !important;
}
.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span{
  display: none;
}
.sidebar-mini .header-brand-img{
  display: none;
}

.header-brand {
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 22px 0px;
}
 .header-brand   .logo-img {
    background: #202020 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF7003D;
    opacity: 1;
    border-radius: 100px;
    padding: 5px;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before{
  display: none;
}
.sidebar-mini .main-content, .sidebar-mini .header-top{
    padding-left: 80px !important;
}
.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel{
  display: none;
}
.sidebar-mini .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content{
  display: none;
}

.sidebar-mini .logouut-btn {
     display: none; 
}
.sidebar-mini-hover .logouut-btn {
     display: block; 
}


.sidebar-mini.sidebar-mini-hover .app-sidebar {
    width: 240px !important;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span{
  display: inline-block;
}
.sidebar-mini.sidebar-mini-hover .header-brand-img{
  display: inline-block;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before{
  display: block;
}
.sidebar-mini.sidebar-mini-hover .main-content, .sidebar-mini.sidebar-mini-hover .header-top{
    padding-left: 250px !important;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel{
  display: block;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open.has-sub .submenu-content{
  display: block;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
    padding-left: 13px !important;
    font-weight: 800;
}
.watsapp_icon {
    height: 25px;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.active .sidebar_icon {
    filter: invert(1);
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.user:after {
    content: '\f007'; /* Unicode for user icon */
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome font family */
    font-weight: 900; /* Specify the font weight to use the solid version */
    position: absolute;
    left: 16px;
     display:none;
}
.sibebar_menu_holder {
    background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    height: 92vh;
}

section.content {
    height: 95vh;
    overflow: hidden;
    overflow-y: auto;
}


.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.record:after {
    content: '\f025'; /* Unicode for headphones icon */
    font-family: "Font Awesome 5 Free"; /* Specify Font Awesome font family */
    font-weight: 900; /* Specify the font weight to use the solid version */
    position: absolute;
    left: 16px;
    display:none;
}


.wrapper .page-wrap .app-sidebar {
    /*background-image: url("../public/img/sidebar-bg-1.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background:transparent;
}



.wrapper .page-wrap .app-sidebar.colored .sidebar-header {
    background: none;
    background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    border-radius: 5px;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-header .ik-arrow-left-circle:before {
    content: "\e910";
    filter: invert(0);
}


.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
    filter: invert(0);
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
    background: none;
}




.wrapper .page-wrap .app-sidebar.colored .sidebar-content {
    background: none;
    position: relative;
}



.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a {
    color: #fff;
    font-weight: 600;
    background: #fff;
    font-size: 18px !important;
    margin-bottom: 18px !important;
    background: #3D3D3D 0% 0% no-repeat padding-box;
    border: 1px solid #707170;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
}


.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .menu-item.active {
    color: #000!important;
    background: transparent linear-gradient(180deg, #FEE24D 0%, #CE8900 6%, #E7FF0B 92%, #FF9100 100%) 0% 0% no-repeat padding-box !important;
}

.wrapper .page-wrap .main-content {
    margin-top: 0px;
    background: none !important;
    
}


.wrapper .header-top[header-theme="light"] {
    background-image: url("../public/img/header_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: none;
    display: none;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open::after, .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.active::after {
   display: none;
}





.search-btn{
  background-color: #000;
  padding:6px 10px;
  color: #fff;
  border: none;
}
.search-btn:hover{  
  color: #fff;
}
.reset-btn {
    font-weight: 600;
    background-color: #FC0005;
    padding: 6px 10px;
    color: #fff;
    border: none;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.reset-btn:hover{
  color: #fff;
}
.form-group .btn-success{
    width:100%;
}
.form-group .reset-btn{
    width:100%;
}
.header_notification_holder {
   background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    border-radius: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
    padding: 6px;
}

.sidebar_icon.bell_sidebar_icon {
    height: 25px;
}

.btn-success {
    background-color: #1AFF00 !important;
    border: 1px solid #1AFF00 !important;
    color: #000 !important;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.btn-success:hover{
    background-color: #1AFF00 !important;
    border: 1px solid #1AFF00 !important;
    color: #000 !important; font-weight: 900;
}
.btn-info, .btn-info :hover {
    border: 1px solid #ffe100  !important;
    background: transparent linear-gradient(180deg, #FEE24D 0%, #CE8900 6%, #E7FF0B 92%, #FF9100 100%) 0% 0% no-repeat padding-box !important;
    color: #000  !important;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.btn-primary, .btn-primary:hover {
    background-color: #1aff00;
    border: 1px solid #1aff00;
    font-weight: 900;
    color: #000;
}
.content .form-group {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 15px 0px;
}

.bucket_list_holder .bucket_holder {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #1AFF00;
    border: 1px solid #1AFF00;
    border-radius: 5px;
    padding: 4%;
}
.bucket_list_holder .bucket_holder  .bucket_icon {
    height: 28px;
}

.bucket_list_holder .bucket_holder h2{
       text-align: center;
       font-size:32px;
font-weight:700;
letter-spacing: 0px;
}

.bucket_list_holder .green_text_holder h2{
color:#1AFF00;
}
.bucket_list_holder .red_text_holder h2{
 color:#FF0000;
}

.bucket_list_holder .bucket_holder h1{
    text-align: center;
font-size:45px;
font-weight:800;
letter-spacing: 0px;
color: #FFFFFF;
margin:0px;
}
.content .lable-holder {
    width: 200px;
}

.content .card .card-header {
    padding: 5px 20px;
}

.content .card .card-title {
    font-size: 18px !important;
    color: #fff;
    font-weight: 600;
}

.search_filter{
    background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    border-radius: 5px;
    margin-bottom: 8px;
}

.content .card .card-body {
    padding: 0px;
    flex: 1 1 auto;
    position: relative;
}

.content .table-bordered>tbody tr:first-child  {
  background: transparent
    linear-gradient(
      180deg,
      #202020 0%,
      #3E3E3E 7%,
      #1D1C1C 94%,
      #484848 100%
    )
    0% 0% no-repeat padding-box;
  box-shadow: inset 0px -5px 6px #76757729;
}
.content .table-bordered>tbody tr:hover{
    background: transparent linear-gradient(180deg, #FEE24D 0%, #CE8900 6%, #E7FF0B 92%, #FF9100 100%) 0% 0% no-repeat padding-box !important;
}
.content .table-bordered>tbody tr:hover th{
      color:#000 !important;
}

.content .table-bordered>tbody tr:hover td{
    color:#000 !important;
}


.content .table-bordered>tbody tr:hover .audio-player{
   color:#fff;
}

.content .card .edit_header_holder {
    padding: 5px 20px;
    background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    border-radius: 5px;
    margin-bottom: 8px;
}

.content .table-bordered>tbody tr:nth-child(even):not(:first-child) {
    background: #272626e6 0% 0% no-repeat padding-box;
}
.content .table-bordered>tbody  tr:nth-child(odd):not(:first-child) {
    background: #272626e6 0% 0% no-repeat padding-box;
}

.content .table-bordered>tbody tr:hover  .present{
    color:#265d00  !important;
}

.content .table-bordered>tbody tr:hover  .absent{
    color:#F30503 !important;
}

.content-header {
    background: transparent linear-gradient(179deg, #202020 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -5px 6px #76757729, 0px 3px 6px #FFBB0045;
    border: 1px solid #FFF70033;
    border-radius: 5px;
    color: #fff;
    padding: 12px;
}
.content-header h2 {
    margin-bottom:0px;
}

.button_flow {
    font-size: 18px;
    margin-right: 10px;
}

.edit_icon,.edit_icon:hover {
    color: #1AFF00;
}

.trash_icon, .trash_icon:hover {
    color: #FC0005;
}
.table .present{
    color:#6BFA07 !important;
}

.table .absent{
    color:#F30503 !important;
}

.table .dot_icon{
     font-size: 8px;
    margin-right: 8px;
}
.change_icon{
     color: #fff;
}
.content .table-bordered>tbody tr:hover .change_icon{
     color: #000;
}

.status-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

/* Hide checkbox */
.status-switch input {
  display: none;
}
.switch-wrapper {
  display: flex;
  justify-content: center;
}

/* hide checkbox */
.switch-wrapper input {
  display: none;
}

.switch-wrapper .switch {
  position: relative;
  width: 100px;
  height: 30px;
  background-color: #FC0005;
  border-radius: 30px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

/* text */
.switch-wrapper .switch span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}

.switch-wrapper .locked {
  left: 20px;
  display: block;
}

.switch-wrapper .unlocked {
  right: 20px;
  display: none;
  color: #000;
}

/* dot */
.switch-wrapper .dot {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* ✅ CHECKED STATE */
.switch-wrapper input:checked + .switch {
  background-color: #1aff00;
}

.switch-wrapper input:checked + .switch .locked {
  display: none;
}

.switch-wrapper input:checked + .switch .unlocked {
    display: block;
    transform: translate(14px, -10px);
}

.switch-wrapper input:checked + .switch .dot {
    transform: translate(-75px, -7px) !important ;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
    width: 1%;
}
.btn-danger {
    background-color: #FC0005 !important;
    border: 1px solid #FC0005 !important;
}

audio {
    height: 23px !important;
}

.hgevhgv .patch {
    width: 32px;
    height: 36px;
    background: #f1f3f4;
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: none;
    display: none;
}

.content .table-bordered>tbody>tr>th {
 
    opacity: 1;
    color: #EDF90D;
    font-size: 17px;
    font-weight: 800;
}

.content .table-bordered {
    border: none;
}

.content .table-bordered>tbody>tr>td {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}

.content .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*border: 1px solid #000;*/
}

.content .form-control {
    border: 1px solid #000;
    line-height: 36px;
}


.content .table-bordered>tbody>tr>td, .content .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .content .table-bordered>tfoot>tr>th, .content .table-bordered>thead>tr>td, .content .table-bordered>thead>tr>th {
    border: none;
    text-align: center;
    text-wrap: nowrap;
}

.content .table-bordered .btn i {
    margin-right: 0px;
}


/* Chrome, Safari, Edge */
.audio-player {
  display: flex;
  align-items: center;
  width: 500px;
  background: #222;
  padding: 10px;
  border-radius: 8px;
  gap: 10px;
}

/* Chrome, Safari, Edge */

.audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
}

.audio-player #progressContainer {
    width: 400px;
    height: 8px;
    background-color: #d6d6d6;
    position: relative;
    flex-grow: 1;
    cursor: pointer;
    border-radius: 50px;
    overflow: hidden;
}

.audio-player #progress {
  height: 100%;
  width: 0%;
  background-color: green;
}

.audio-player button {
    background: none;
    border:none;
  cursor: pointer;
  font-size: 18px;
}



.content .table-responsive-lg {
    overflow: hidden;
    overflow-x: auto;
}

.logouut-btn {
    background: #FF0000;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    /* position: absolute; */
    bottom: 13%;
    left: 0px;
    right: 0;
    margin-top: 33%;
}

.logouut-btn:active {
    background: #07A748;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    border-radius: 0;
    text-align: center;
    padding: 5px;
}


.sidebar_icon{
    margin-right: 10px;
}


.content .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    overflow: hidden;
    overflow-x: scroll;
}


.content .card input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.content .card .checkbox-one input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

@media (min-width: 0px) and (max-width:320px) {
.auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 150px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px;
}

.auth-wrapper .welcome-text {
    font-size: 20px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form {
    padding: 30px 32px;
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 20px;
}
}

@media (min-width: 321px) and (max-width:  485px) {
.auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 150px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px;
}

.auth-wrapper .welcome-text {
    font-size: 20px;
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 20px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form {
    padding: 30px 32px;
}
}

@media (min-width: 486px) and (max-width:575px) {
.auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 150px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px;
}

.auth-wrapper .welcome-text {
    font-size: 20px;
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 22px;
}
.auth-wrapper .login-page-holder .login-form-holder .login-form {
    padding: 30px 32px;
}
}

@media (min-width: 576px) and (max-width:767px) {
.auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 180px;
}



.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px;
}

.auth-wrapper .welcome-text {
    font-size: 21px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form {
    padding: 40px 22px;
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 22px;
}


}

@media (min-width: 768px) and (max-width:991px) {
    
    .auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 240px;
}

.auth-wrapper .welcome-text {
    font-size: 23px;
}

.bucket_list_holder .bucket_holder h2 {
    font-size: 17px;
}




.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    /*margin: 0px;*/
}
}

@media (min-width:992px) and (max-width:1023px) {
    
    .auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 240px;
}

.auth-wrapper .welcome-text {
    font-size: 28px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    margin: 0px;
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 19px;
}
}


@media (min-width:1024px) and (max-width:1199px) {
    
    .auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 240px;
}

.auth-wrapper .login-page-holder .login-form-holder .login-form {
    width: 528px;
}

.auth-wrapper .welcome-text {
    /*font-size: 30px;*/
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    /*margin: 0px 38px;*/
}

.bucket_list_holder .bucket_holder h2 {
    font-size: 19px;
}


.content .btn-success {
    padding: 5px  5px;
}


}

@media (min-width:1200px) and (max-width:1299px) {
    
    .auth-wrapper .login-page-holder .logo-holder .logo-img {
    height: 240px;
}

.auth-wrapper .welcome-text {
    /*font-size: 30px;*/
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    /*margin: 0px 58px;*/
}

.bucket_list_holder .bucket_holder h2 {
    font-size: 22px;
}

}

@media (min-width:1300px) and (max-width:1399px) {
  

.auth-wrapper .welcome-text {
    /*font-size: 30px;*/
}

.auth-wrapper .login-page-holder .login-form-holder .login-form .form-holder {
    /*margin: 0px 50px;*/
}
.bucket_list_holder .bucket_holder h2 {
    font-size: 22px;
}
}


