
   .collapse {
       visibility: visible;
    }

  .filament-header-span{
    font-style: italic;
    font-weight: 400;
    color: gray;
    font-size: 16px;
 }

   .filament-tables-checkbox-cell label .outline-none {
       outline: 2px solid transparent;
       outline-offset: 2px;
       width: 20px;
       height: 20px;
   }
   

/* .newsletter-list-full-width {*/
/*    width: fit-content !important;*/
/*}*/

.dashboard-chart-container{
    margin-left:0px !important;
    margin-top:15px !important;
}

.row.mt-5.pricing-ticket {
    display: flex;
    justify-content: space-between;
}

.subscription {
    max-width: 80%;
    margin: auto;
}

.pricing-ticket .columns {
    float: left;
    width: 33.3%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 7px #00000029;
    padding: 8px;
}

.pricing-ticket .columns .plans {
    float: left;
    position: relative;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0;
    width: 100%;
}

.pricing-ticket .plans .header {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}

.pricing-ticket .plans li.price {
    line-height: 40px;
    font-size: 40px;
    font-weight: 800;
    color: #4f46e5;
    margin-top: 10px;
}

span.d-block.text-12.weight-500.color-primary {
    font-size: 16px;
    color: #4f46e5;
    font-weight: 500;
}

 .columns .plans li a {
     border: 1px solid #4f46e5;
    color: #4f46e5;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
 }
    
.pricing-ticket .columns.active {
    transform: scale(1.1);
    margin-inline: -7px;
    z-index: 1;
    box-shadow: 0 0 45px #00000033;
}

h3.mt-3.text-20.text-center.weight-700 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
}

.update-btn button{
    font-size: 18px;
    min-width: 200px;
    padding: 8px 34px;
}

.pricing-ticket .columns.active .button {
    background-color: #4f46e5;
    color: white;
}

.update-btn {
    margin: 60px !important;
}

.columns .plans .color-gray {
    color: gray;
}

.senderlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hello .sender-tests-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.filament-account-widget .p-2.space-y-2.bg-white{
    background: none !important;
    box-shadow: none !important;
}
.watch-more {
    display: inline-block;
    color: #424B5A;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;

    &:hover,
    &:focus,
    &:active {
        color: #626e84;
    }
}    

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.video-popup {
    display: none;
    z-index: 2;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;

    &.visible {
        display: block;
    }

    .close {
        position: absolute;
        right: 8px;
        top: -3px;
        font-weight: 900;
        font-size: 28px;
        color: black;
        padding: 5px 10px;
        border-bottom: none;
        cursor: pointer;
    }
}

.video-wrapper {
    width: 400px;
    margin: 30px auto;
    
    @media only screen and (max-width: 560px) {
      width: 250px;
    }

    .video-container {
        position: relative;
        padding-bottom: 55.25%;
        height: 0;
        overflow: hidden;

        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
}

.watch-more {
    display: inline-block;
    color: #424B5A;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;

    &:hover,
    &:focus,
    &:active {
        color: #626e84;
    }
}    

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.video-popup {
    display: none;
    z-index: 2;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #ccc;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;

    &.visible {
        display: block;
    }

    .close {
        position: absolute;
        right: 8px;
        top: -3px;
        font-weight: 900;
        font-size: 28px;
        color: black;
        padding: 5px 10px;
        border-bottom: none;
        cursor: pointer;
    }
}

/*td.filament-tables-checkbox-cell.w-4.px-4.whitespace-nowrap{*/
/*    padding-left: 1rem !important;*/
/*    padding-right: 1rem !important;*/
/*}*/
.video-wrapper {
    width: 400px;
    margin: 30px auto;
    
    @media only screen and (max-width: 560px) {
      width: 250px;
    }

    .video-container {
        position: relative;
        padding-bottom: 55.25%;
        height: 0;
        overflow: hidden;

        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
}




@media screen and (max-width: 617px){
    .hello{
        
    }
}