.danger{
  color: #a94442;
  font-weight: 600;
}
.success{
  color: #3c763d;
  font-weight: 600;
}
.srt{
  color: #934c6c;
  font-weight: bold;
  font-size: larger;
}
.hd
{
  display: none !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ecbec7 !important;
}
.actUsedelete
{
  opacity: 1.5 !important;            
  border-color: #eeeeee !important;
  background-color: #fdfdfd !important;
  color: #a2a5a7 !important;
}
.actUsedelete > h6:after
{ 
  content: " " !important;  
}
.info
{
  color: red;
}
.actUser
{
  opacity: 1.5 !important;            
  border-color: #80808073 !important;
  background-color: #fff  !important;
  color: #000;
}
.actUser > h6:after,.actUse h6::after
{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    margin-left: .8rem;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #87A19B;
    font-family: 'Font Awesome 5 Free';
}
.ply
{
    position: absolute;
    margin: 10px 1px 0 7px;
    color: #ffffffb0;
}

#load_video,#load_image,#load_seond_image
{
    width: 274px;
    position: absolute;
    margin-top: 5%;
    margin-left: 145px;
    display: none;
    opacity: 1 !important;
    z-index: 9999;    
}
.disabled{
  pointer-events: none;
  cursor: default;
}
.info,.infow
{
	color:red;
}
.addCss
{
	display:  none !important;
}
.actUse
{
  opacity: 1 !important;            
  border-color: #A7967C;
  background-color: #fff  !important;
  color: #000;
}
.actUse > h6:after,.actUse h6::after
{
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    margin-left: .8rem;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #87A19B;
    font-family: 'Font Awesome 5 Free';
}

.dots-trigger {
    margin-left: .8rem;
    color: #87A19B;
    font-weight: 900;
    font-size: 1rem;
    cursor: pointer;
    padding: 0px;
    position: relative;
    z-index: 10;
}

.dots-trigger:hover {
    color: #000;
}
.costEd {
    position: absolute;
    margin: 44px 8px 8px 72px !important;
    z-index: 9999;
    color: white;
    font-size: 20px;
}
#error_secondary_photo
{
  background-size: cover;
  background-position: center center;
}



.toggle-btn {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}





.dashboard-wrapper {
    padding: 30px;
}

.stats-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    min-height: 160px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.stats-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ece7ea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.stats-number {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #1f2937;
    margin-top: 40px;
}

.stats-title {
    font-size: 17px;
    font-weight: 500;
    color: #374151;
    margin-top: 8px;
}

.top-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.download-btn {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    padding: 3px 6px 3px 3px;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: #111827;
    font-weight: 500;
}

.download-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.filter-box {
    background: #fff;
    border-radius: 50px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #e5e7eb;
}

.filter-label {
    font-size: 15px;
    font-weight: 500;
    color: #374151;
}

.custom-select {
    border: none;
    background: #edf0f3;
    border-radius: 30px;
    padding: 12px 18px;
    min-width: 130px;
    font-weight: 500;
    outline: none;
}

.toggle-wrapper {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    padding: 4px;
    display: flex;
    width: 371px;
}

.toggle-btn {
    /* width: 50%; */
    border: none;
    padding: 12px 29px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.active-toggle {
    background: #d6ccd2;
    color: #111827;
}

.inactive-toggle {
    background: transparent;
    color: #b3a1aa;
}

@media(max-width: 991px) {
    .top-actions {
        align-items: stretch;
        margin-top: 20px;
    }

    .toggle-wrapper {
        width: 100%;
    }
}