
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row{
    margin: 0 !important;
}
/*
-----navbar-----
*/
nav{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background-color: rgb(240, 242, 255);
}
.div-login-nav{
    /*width: 40%;*/
}
.navbar-brand{
    width:20%;
}
.navbar-brand img{
    width: 40%;
    height: auto;
    margin-left:25px;
}
.dropdown-1 , .dropdown--1{
    background-color: rgb(214, 188, 251);
    border-radius: 10px;
    /*width: 50%;*/
    text-align: center;
}
.dropdown--1 :hover{
    background-color: rgb(214, 188, 251);
    color: #FFFFFF;
}
.dropdown-1 , .dropdown--1 a{
    color: black;
}
.nav-item{
    /*width: 15%;*/
}
@media screen and (max-width:768px) {
    .navbar-brand img{
        width: 100%;
    }
    .navbar-nav{
        width: 100% !important;
        margin-left: auto;
        margin-right: 0 !important;
        padding-right: 1rem !important;
        padding-top: 1rem;

    }
    .div-login-nav{
        flex-direction: column;
        margin: 0 !important;
        width: 100% !important;
        align-items: start !important;
        gap: 5px;
    }
    .login-link, .dropdown-1{
        width: 100%;
    }
    .li-index{
        width:100% !important;
    }
}


a{
    text-decoration: none;
    color: #000000;
}





/* page */
.all-page-panel{
    height: 100% !important;
}


.pages{
    background-color: #FFFFFF;
    height: 100vh !important;
    overflow-y: auto !important;
}

.pages::-webkit-scrollbar{

    width: 5px !important;


    background-color: #FFFFFF !important;

}

.pages::-webkit-scrollbar-thumb{

    background-color: rgb(214, 188, 251);

    border-radius: 10px !important;

}

.side-bar-dashbord{
    background-color: rgb(240, 242, 255);
    height: 110vh;
    padding-bottom: 20px !important;
    border-radius: 0 0 0 0;
}



.ul-side-bar{

    list-style-type: none;

    display: flex;

    flex-direction: column;

    /*justify-content: space-around;*/
    gap:20px;
    align-items: center;

    height: 100%;
    font-size: 20px;


    width: 100%;
    margin-bottom: auto;

}
.ul-side-bar a{

    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 20px;
}
.ul-side-bar a:hover{
    color:rgb(119, 49, 228);
    background-color: rgb(218, 201, 253);

}
.image-container {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-container .analyze-question {
    position: absolute;
    bottom: 22%;
    left: 5%;
    background: linear-gradient(145deg, #000000, #444444);
    color: #fff;
    padding: 10px 20px;
    border-radius: 16px;
    text-decoration: none;
}

.image-container .analyze-question:hover {
    background-color: #0056b3; /* رنگ هاور */
}

.aalanat{
    width: 100% ;
    background-image: url('/upload/statick/Rectangle 46.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding:40px;
    color: #FFFFFF;
}
.aalanat span{
    font-size:10px;
}

.gozaresh{
    width: 100% ;
    background-image: url('/upload/statick/Rectangle 52.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding:5%;
}
.adad{
    color: rgb(255, 136, 63);
    font-size: 24px;

}
.step-icon-1{
    background-color: rgb(255, 136, 63);
    width: 56px;
    height: 56px;
    padding: 10px;
    border-radius: 18px;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .image-container{
        padding: 10px !important;
    }
    .image-container .analyze-question{
        bottom: 10%;
        left: 5%;
    }
    .mtn-1{
        margin-right: 15px !important;
    }
    .file{
        background-image: none !important;
        padding:0 10px !important;
    }
    .file div{
        padding: 0 !important;
    }

    .aslah{
        gap: 10px;
        margin-top: 10px !important;
        padding: 15px !important;
        height: auto !important;
    }
    .aslah div{
        width: 100% !important;
        padding: 0 !important;
    }
    .type{
        width: 100% !important;
    }
    .aslah textarea{
        width: 100% !important;
    }
    .aslah input{
        width: 100% !important;
    }
    .aslah button{
        width: 100% !important;
    }
    .btn-dark{
        width: 100% !important;
    }
    .btn-danger{
        width: 90% !important;
        margin-right: 10px !important;
    }
    .orange{
        width: 100% !important;
    }
    .bala{
        padding: 10px !important;
        gap: 20px;
        width: 100% !important;
        flex-direction: column-reverse;
    }
    .bala a{
        width: 100% !important;
    }
    .bala h4{
        text-align: start !important;
        margin-left: auto;
    }

    .bala-1{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .bala-2{
        display: flex;
        flex-direction: column;
        width: 50%;
        gap: 10px;
    }
    .bala-1 input{
        display: flex !important;
        width: 100% !important;
    }
    .bala-2 input{
        display: flex !important;
        width: 100% !important;
    }
    .sabt{
        padding: 10px !important;
    }
    .sabt-1{
        width: 100% !important;
    }
    .sabt-1 input{
        width: 100% !important;
    }
    .sab-2{
        width: 50% !important;
    }
    .sab-2 select{
        padding: 0 !important;
        width: 90% !important;
    }
    .up-upload{
        justify-content: space-around !important;
    }
    .upload{
        justify-content: center !important;
    }
    .down-upload{
        margin-top: 20px;
        flex-direction: column;
        gap: 20px !important;
    }
    .down-upload-2{
        flex-direction: column;
        gap: 10px;
    }
    .down-upload-2 select{
        width: 100% !important;
    }
    .down-upload-3 a{
        width: 100% !important;
    }
    .mtn{
        padding: 0 !important;
        margin-top: 10px !important;
    }
    .mtn-1{
        padding: 10px !important;
        margin: 0 !important;
    }
    .khat-left{
        margin-bottom: 10px;
    }
    .khat-left-1{
        border: none !important;
        margin-bottom: 10px;
    }
    .dokme{
        align-items: center;
        width: 100% !important;
    }
    .dokme a{
        width: 90% !important;
    }
    .lawyers-div{
        gap: 10px;
    }
    .div-lawyers{
        width: 47%;
        margin-top: 10px;
        padding: 0;
    }
    .input-lawyers{
        width: 100% !important;
        padding: 0 !important;
    }
    .h-4{
        font-size: larger;
    }
    .f-s{
        font-size:14px !important;
    }
    .date{
        gap: 15px;
    }
    .date-div{
        flex-direction: column;
        gap: 10px;
    }
    .date-div input{
        width: 100% !important;
    }
    .div-submit-1{
        margin-top: 10px !important;
    }
    .div-submit-1 a{
        width: 100%;
    }
    .div-submit a{
        width: 100% !important;
    }
    .dolar{
        gap: 10px !important;
        background-size: 400px !important;
        border-radius: 24px !important;
    }
    .m-bala{
        margin-top: 10px;
    }
    .files-section{
        padding:0 10px !important;
    }
    .div-submit-2{
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .div-submit-2 a{
        width: 95% !important;
    }
    .file-card{
        padding: 10px !important;
    }
    .file-card-div{

        margin:10px 0 !important;
    }
    .file-card-div a{
        width: 100% !important;
    }
    .new-porsen{
        margin-bottom: 15px;
    }
    .new-porsen input {
        width: 100% !important;
    }
    .new-porsen select{
        width: 100% !important;
    }
    .div-akhar{
        padding:0 10px !important;
    }
    .div-akhar-1 input{
        width: 100% !important;
    }
    .div-akhar-1 select{
        width: 100% !important;
    }
    .submit-2 a{
        width: 90% !important;
    }
    .div-border{
        margin-top: 10px !important;
    }
    .border{
        margin-top: 10px !important;
        width: 90% !important;
    }
}
/* chat */
:root {
    --primary-color: #3498db;
    --user-message-bg: #e3f2fd;
    --ai-message-bg: #f5f5f5;
    --border-radius: 15px;
}
.chat-container {
    max-width: 90%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.chat-messages::-webkit-scrollbar{

    width: 10px !important;


    background-color: rgb(117, 68, 247) !important;

}

.chat-messages::-webkit-scrollbar-thumb{

    background-color: #000;

    border-radius: 10px !important;

}
.chat-header {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 20px;
    text-align: center;
}

.chat-messages {
    max-height:450px !important;
    overflow-y: auto;
    padding: 20px;
    background-color:rgb(117, 68, 247);
}

.message {
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.user-message {
    align-items: end;
}

.ai-message {
    align-items: start;
}

.message-content {
    max-width: 70%;
    padding: 12px 18px;
    border-radius: var(--border-radius);
    position: relative;
}
.message-body{
    border-radius: 0 10px 10px;
}
.user-message .message-content {
    background-color: var(--user-message-bg);
    border-top-right-radius: 0;
}

.ai-message .message-content {
    background-color: var(--ai-message-bg);
    border-top-left-radius: 0;
}

.message-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    /*font-size: 18px;*/
}

.user-avatar {
    background-color:#FFFFFF;
}

.ai-avatar {
    background-color: #FFFFFF;
    min-width:80px;
    max-width: 100px;
    height: 60px;
}
.ai-avatar i img{
    width:100% !important;
    height:auto !important;
}

.message-time {
    font-size: 0.75rem;
    color: #777;
    margin-top: 5px;
    text-align: left;
}

.chat-input {
    padding: 15px;
    background-color: rgb(117, 68, 247);
}

.message-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.message-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ddd;
}

.message-divider span {
    background-color: #f9f9f9;
    padding: 0 15px;
    color: #777;
    font-size: 0.85rem;
}

@media (max-width: 576px) {
    .message-content {
        max-width: 90%;
    }

    .chat-messages {
        height: 400px;
        padding: 10px;
    }

}

/* parvande jadid */
.file{
    background-image: url('/upload/statick/Objects_00000091706245448132317180000002083430694193230231_.png');
    background-size: 250px;
    background-position:0 120px;
    background-repeat: no-repeat;
    height: 250px;
}
.btn-dark{
    background-color: rgb(242, 241, 247) !important;
    color: black !important;
    height: 50px;
    width: 100%;
    border: 0px !important;
    border-radius: 16px !important;
}
.btn-dark-2{
    background-color: rgb(242, 241, 247) !important;
    color: black !important;
    height: 50px;
    width: 170px !important;
    border: 0px !important;
    border-radius: 16px !important;
}
.btn-dark-1{
    background-color: rgb(242, 241, 247) !important;
    color: black !important;
    text-align: start;
    height: 120px;
    width: 100% !important;
    border: 0px !important;
    border-radius: 16px !important;
}
.btn-danger{
    background-color: #FFFFFF !important;
    color: rgb(255, 157, 66) !important;
    height: 50px;
    width: 200px;
    border: 2px solid rgb(255, 157, 66) !important;
    border-radius: 16px !important;
}
.btn-danger-{
    background-color: #FFFFFF !important;
    color: rgb(255, 157, 66) !important;
    height: 50px;
    width: 50% !important;
    border: 2px solid rgb(255, 157, 66) !important;
    border-radius: 16px !important;
}
.btn-{
    background-color: rgb(242, 241, 247) !important;
    color: black !important;
    height: 90px;
    width: 50% !important;
    border: 0px !important;
    border-radius: 16px !important;
    text-align: start;
}
.submit{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    background: linear-gradient(145deg, #FF753B, #FF9D47);
    box-shadow: linear-gradient(145deg, #FF7D3D40, #FF9D47) ;
    border-radius: 16px;
    width: 220px;
    height: 50px;
    color: #FFFFFF;
}
.submit1{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    background: linear-gradient(145deg, #FF753B, #FF9D47);
    box-shadow: linear-gradient(145deg, #FF7D3D40, #FF9D47) ;
    border-radius: 16px;
    width: 150px !important;
    height: 50px;
    color: #FFFFFF;
}
.type{
    width: 50%;
}
.type .btn-{
    width: 100% !important;
}
.btn-danger-{
    width: 100% !important;
}
/* لیست پرونده ها */



.file-card {
    border: 2px solid rgb(205, 207, 243);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
}
.khat-left{
    border-left: 1px solid darkgray;
    align-items: center;
}
.khat-left-1{
    border-left: 1px solid darkgray;
    align-items: center;
}
.file-card:hover {
    border-color: #ff8c42;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.file-label {
    font-weight: 600;
    color: #6c757d;
}
.input-bala input{
    width: 100% !important;
}
.file-value select, .file-value input {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    width: 100%;
}
.orange a{
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn-orange {
    background: linear-gradient(90deg, #ff8c42, #ff6b35);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 600;
}
.btn-color1{
    width: 240px !important;
    height: 40px !important;
    background: linear-gradient(145deg, #000000, #444444);
    color: #FFFFFF !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-color2{
    width: 140 !important;
    height: 60px !important;
    background: linear-gradient(145deg, #000000, #444444);
    color: #FFFFFF !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-orange:hover {
    opacity: 0.9;
}

.btn-light-orange {
    background: #fff3e6;
    color: #ff6b35;
    border: 1px solid #ffd2b3;
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: 600;
    width: 100%;
}

.section-buttons {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .btn-orange, .btn-light-orange {
        font-size: 14px;
        padding: 8px;
    }
}
/* snd */
.border{
    border: 1px dashed black !important;
    border-radius: 16px;
    height:auto;
    width:200px;
    align-items: center !important;
    padding: 10px !important;
}

/* هزینه ها */
.border-end{
    width: 14%;
}
/* وکلا */
.card{
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    height: 390px;
    border: 2px solid #FFFFFF !important;
    box-shadow: rgb(255, 240, 233) 0px 7px 29px 0px;
}


.portfolio{
    margin-top: 5% !important;
    margin-bottom: 5% !important;
    width:100%;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    border: 2px solid #FFFFFF !important;
    box-shadow: rgb(255, 242, 236) 0px 7px 29px 0px;
}
.portfolio-img{
    margin-top: -60px;
}
/* نمودار */
.chart-container {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 400px;
    margin: 40px auto;
}
.dolar{
    width: 100%;
    background-image: url('/upload/statick/Rectangle 52.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding:20px;
}
/* قوانین عمومی */
.btn-details{
    background-color: rgb(121, 50, 242);
    border: 0px;
    border-radius: 16px 16px 0 0;
    height: 60px;
    text-align: start;
    padding-right: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.details{
    background-color: rgb(247, 234, 254) !important;
    text-align: start !important;
    height: auto !important;
    padding: 20px 40px !important;
    border-radius: 0 0 16px 16px !important;
}
/* اعلان ها */

.alert-img{
    background-color: rgb(80, 78, 189);
    padding: 20px;
    border-radius: 16px;
}
.custom-alert {
    background: rgb(80, 78, 189);
    border-radius: 25px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.custom-alert p {
    margin: 0;
}

.custom-alert b {
    font-size: 1.1rem;
}

.alert-img {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    padding: 10px;
}

.btn-color2 {
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-color2:hover {
    background: #222;
}

/*حالت موبایل */
@media (max-width: 992px) {
    .custom-alert .col-6,
    .custom-alert .col-12 {
        display: flex;
        justify-content: center;
    }

    .btn-color2 {
        width: 80%;
        margin-top: 10px;
    }
    .alert-div{
        margin-top: 20px;
    }
}


@media screen and (max-width : 768px) {
    .image-container img{
        width: 100% !important;
        height: 180px;
        border-radius: 16px;
    }
    .alaen{
        height: 120px !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
    .list-parvande{
        margin-top:10px;
        gap:10px;
        flex-direction: column;
    }
    .list-parvande div{
        text-align:center;
        width:100% !important;
        margin:auto !important;
    }
    .gozaresh{
        margin: auto;
        width: 90% !important;
        background-size: 1500px;
        border-radius: 16px;
        height: auto !important;
        padding: 20px !important;

    }
    .gozaresh-div{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .Involved-1{
        flex-direction: column;
        gap:10px;
        margin-right:auto;
    }
    .Involved-1 button{
        margin:auto;
    }
    .Involved-1 a{
        margin:auto;
    }
    .submit-sanad{
        flex-direction: column;
        justify-content: center !important;
        align-items: center;
        gap:10px;
    }
}
/* dorehaye man  */
.field-cases-initial_description{
    width:100% !important;

}
.form-group{
    width:98% !important;
}
/*  */

.card-dore{
    width: 90%;
    margin: auto;
    box-shadow: 0px 30px 60px 0px #FF5BF840;
    border-radius: 20px;
}
.img-dore img{
    width: 100%;
    height: 240px;
    border-radius: 29px;
}
.img-dore {
    position: relative;
}
.img-dore .des-dore{
    position: absolute;
    color: #FFFFFF;
    bottom: 5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
}

.status-dore-bg .ready-status{
    width: 20px;
    height: 20px;
    background-color: #00DF00;
    display: inline-block;
    border-radius: 50%;
}

.reject-status{
    width: 20px;
    height: 20px;
    background-color: #F60000;
    display: inline-block;
    border-radius: 50%;
}



/* payam resan */
.img-payamresan{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF5555;
    border-radius: 50%;
}

.img-payamresan img{
    width: 50px;
    height: 50px;
}

@media screen and (max-width:992px) {
    .img-payamresan img{
        width: 40px;
        height: 40px;
    }
}

.name-channel{
    font-size: 20px;
}


/* analyze baadani */

.table-analyze th , .table-analyze td {
    padding: 50px 5px;
}

.table-analyze th , .table-analyze td{
    border-left:  1px solid #00000040;
}
.no-border{
    border-left: none !important;
}

.table-analyze th {
    font-size: 20px;
    font-weight: 600;
}
.table-analyze td{
    text-align: center;
}

.done-analyze-answer{
    color: #00DF00 !important;
}
.pending-answer-analyze{
    color: #FF7B00 !important;
}
.a-pending-answer-analyze{
    color: #FFF;
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    border-radius: 20px;
    font-size: 20px;
    padding: 5% 15%;
    box-shadow: 0px 8px 35px 0px #FF76B740;
}
.a-done-analyze-answer{
    color: #FFF;
    background-color: #C1C1C1;

    border-radius: 20px;
    font-size: 20px;
    padding: 5% 15%;
}

.analyze-question{
    color: #FFFFFF;
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    box-shadow: 0px 8px 35px 0px #FF76B740;
    padding: 1% 14%;
    font-size: 20px;
    border-radius: 20px;
    margin: auto;
}

@media screen and (max-width:992px) {

    .table-analyze th , .table-analyze td{
        font-size: 11px;
        padding: 10px;
    }
    .a-done-analyze-answer , .a-pending-answer-analyze{
        font-size: 11px ;
        padding: 5px;
        border-radius: 5px;
        width: 100%;
    }
    .analyze-question{
        font-size: 14px;
        padding: 5% 30%;
    }
}

/* panel app */
.tag-panel-app{
    font-size: 18px;
    gap: 10px;
}
.tag-panel-app img{
    width: 25px;
    height: 25px;
}
.alert-box-app h4{
    color: #FF5555;

}

.alert-box-app{
    background-color: #FFECF8;
    border-radius: 15px;
}


.box-option-app{

    width: 100%;
    color: #FFF;
    padding:10% 0;
    border-radius: 10px;
    font-size: 18px;
    width: 90%;
    margin: auto;
    border-radius: 15px;
}
.box-live{
    box-shadow: 0px 6.38px 31.89px 0px #FF006640;
    background-color: #FF0066;
}
.box-diet {
    box-shadow: 0px 6.38px 31.89px 0px #8C00FF40;
    background-color: #8C00FF;

}
.box-store{
    box-shadow: 0px 6.38px 31.89px 0px #FF4E2840;
    background-color: #FF4E28;
}

.box-analyze {
    box-shadow: 0px 6.38px 31.89px 0px #FF28F640;
    background-color: #FF28F6;
}
.box-option-app-big{
    width: 100%;
    color: #FFF;
    padding:5% 0;
    border-radius: 10px;
    font-size: 18px;
    width: 95%;
    margin: auto;
    border-radius: 15px;
}
.box-road{
    background: linear-gradient(309.97deg, #8C00FF 25.75%, #540099 149.87%);
    box-shadow: 0px 6.38px 31.89px 0px #FF4E2840;

}

.box-fast-sign{
    box-shadow: 0px 6.38px 31.89px 0px #FF4E2840;
    background-color: #FF0066;
}

.a-signup-package-panel{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 10px 0;
    background: linear-gradient(264.11deg, #FF5BF8 -25.89%, #FF5555 136.26%);
    color: #FFF;
    border-radius: 15px;

}


@media (min-width: 992px) {
    #fix-nav-dashboard{
        justify-content: space-between !important;
        align-items: center;
    }
    .navbar-expand-lg .navbar-nav {
    flex-direction: row;
        justify-content: center !important;
}

}


.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-btn {
    width: 100%;
    background: #6f4ce0;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    border: none;
    transition: 0.3s;
}

.dropdown-btn:hover {
    background: #5c3dcc;
}

.dropdown-menu-custom {
    display: none;
    border-radius: 10px;
    margin-top: 8px;
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(1,1,1,0.3);
    list-style: none;
    width: 100%;
}

.dropdown-menu-custom li {
    padding: 10px 18px;
    transition: 0.2s;
    cursor: pointer;
}

.dropdown-menu-custom li:hover {
    background: #f3f0ff;
}

.sid-bar-tag {
    text-decoration: none;
    color: #000000;
    display: block;
}

.soon-badge {
    background: #ff4d4f;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-right: 8px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
}
.dropdown-menu-custom li a{
    font-size:15px;
}
.sponsor-box  {
    background-color: rgb(117, 68, 247) ; /* رنگ پس‌زمینه دلخواه */
    height: 200px !important;
    border-radius: 16px;
    margin-top: 20px;
}
.sponsor-box  p {
    font-size: 20px;
    font-weight: 600;
}
