﻿#sidebar a, #sidebar i {
    color: white;
}


#sidebar li {
    margin: 5px 0;
}

#sidebar div i {
    margin-left: 7px;
}

#sidebar {
    height: calc(100vh - 2px);
    width: 260px;
    transition: transform .3s;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
   
}

/*body {
    transform: scale(0.80);
    transform-origin: top right;
}

#main-content {
    transform: scale(0.80);
    transform-origin: top right;
}
*/

@media screen and (max-width:991px) {
    #sidebar {
        height: calc(100vh - 56px);
    }
}

#sidebar .nav-link i.bi.bi-chevron-left {
    transform: rotate(-90deg);
    transition: all .3s;
}

#sidebar .nav-link.collapsed i.bi.bi-chevron-left {
    transform: rotate(0deg);
}

#sidebar.collapse.show {
    transform: translate(0, 0);
}

#sidebar.collapsing {
    transform: translate(100%, 0);
}

#menus-icon {
    transition: all .3s;
    transform: rotate(90deg);
}

    #menus-icon.collapsed {
        transform: rotate(0deg);
    }

#main-content {
    transition: all .3s;
}
.modal .select2-container--open {
    margin-left: 17px !important;
}
.image-column {
    position: relative;
}

.image-column img {
    max-width: 100px; /* Set the maximum width of the thumbnail image */
    max-height: 50px; /* Set the maximum height of the thumbnail image */
}
.image-column-for-modal img {
    max-width: 300px; /* Set the maximum width of the thumbnail image */
    max-height: 120px; /* Set the maximum height of the thumbnail image */
}

.image-tooltip {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.image-column:hover .image-tooltip {
    display: block;
}
.image-column-for-modal:hover .image-tooltip {
    display: block;
}
.image-tooltip img {
    max-width: 700px; /* Set the maximum width of the enlarged image */
    max-height: 700px; /* Set the maximum height of the enlarged image */
}
.audio-column audio {
    width: 250px; 
    height: 30px; 
}
.custom-video {
    width: 150%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    max-width: 400px; /* Maximum width of the video */
}
.spanTextForEditVideo {
    display: block; /* Ensure it is displayed on a new line */
    margin-top: 20px; /* Add some space between the video and the text */
    color: crimson;
}
.spanTextForAlert {
    display: block; /* Ensure it is displayed on a new line */
    margin-top: 5px;
    margin-bottom: 10px;/* Add some space between the video and the text */
    color: crimson;
   
}

.spanTextForAddSubscriptionForAllUser {
    display: block; /* Ensure it is displayed on a new line */
    margin-top: 0px; /* Add some space between the video and the text */
    color: #007bff
}
.audio-file-in-modal audio {
    width: 250px;
    height: 30px;
   
}

.full-height {
    height: 100vh;
}
.btn-large {
    padding: 20px 40px;
    font-size: 1.5rem;
}

.my-custom-text {

    color: #C00000;
}
.my-custom-number {
    color: #C00000;
    font-size: 18px;
}
/*------------------------------------------------------------------------------------------------------------------------------------*/
body {
    font-family: Arial, sans-serif;
    background-color: #f4f7fa;
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}

.top-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.right-box, .left-box {
    width: 48%;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title {
    font-weight: bold;
}

.content {
    padding: 10px;
}

.bottom-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reply-box {
    display: flex;
    flex-direction: column;
}

textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    resize: none;
}

.file-upload {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.file-upload button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.file-upload span {
    margin-right: 10px;
    color: #999;
}

.submit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    align-self: flex-start;
}

.modal-80 {
    width: 90%;
    max-width: 84%;
   /* zoom:80%;*/
}

.modal-80 .modal-content {
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-80 .modal-body {
    flex-grow: 1;
    overflow-y: auto;
}


.modal-70 {
    width: 57%;
    max-width: 70%;
/*    zoom: 80%;*/
}

    .modal-70 .modal-content {
        height: 77vh;
        display: flex;
        flex-direction: column;
    }

    .modal-70 .modal-body {
        flex-grow: 1;
        overflow-y: auto;
    }

/*#form-modal-place, #loading-modal {
    zoom: 80%;
}*/





.table {
    border-collapse: collapse; /* Removes extra space between cells */
    width: 100%; /* Ensures the table uses full width */
}

th, td {
    padding: 5px 10px; /* Reduces padding inside cells */
    text-align: center; /* Aligns text in the center of the cells */
    white-space: nowrap; /* Prevents text from wrapping */
}

th {
    font-weight: bold; /* Makes headers bold */
}

.column-small {
    width: 100px; /* Adjust as needed for specific columns */
}


.form-container {
    display: flex; /* Flexbox layout to arrange forms in one row */
    gap: 5px; /* Adds space between forms */
    align-items: center; /* Aligns forms vertically center */
}

.inline-form {
    margin: 0; /* Removes any default margin */
}




/*------------------------------------------------------------------------------------------------------------------*/




/* Main content configuration */
#main-content {
    margin-right: 260px !important; /* Same as sidebar width to align correctly */
    flex: 1; /* Take the remaining space */
    padding: 1rem; /* Adjust padding as needed */
    flex: 1;
  
}

.right-align {
    text-align: right; /* Align text to the right */
}
.left-align {
    text-align: left; /* Align text to the right */
}


.message-title {
    margin: 0 5px 70px 5px;
    text-align: right;
    font-size: 24px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 5px;
    line-height:32px;
}

.message {
    display: inline-block; /* Allows the message box to grow/shrink based on content */
    padding: 10px;
    border-radius: 8px;
    font-family: 'IranSans' !important;
    word-wrap: break-word; /* Ensures long words are wrapped */
    max-width: 50%; /* Maximum width for messages */
    width: auto; /* Allows width to be dynamic based on content */
}

.message.sent {
    background-color: #d1e7dd;
    align-self: flex-start;
    text-align: right;
}

.message.received {
    background-color: #E5E4E2;
    align-self: flex-end;
    text-align: right;
 
}

.message-content {
    max-width: 100%;
    word-wrap: break-word; 
}

.message-date {
    font-size: 15px;
    display: inline;
    color: #6c757d;
    
   
}

.message-responder {
    font-size: 15px;
    color: #6c757d;
    display: inline;
}

.no-background {
    background-color: transparent !important; 
  
}


.margin-top-for-last-li {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.login-image {
    max-width: 100%;
    height: auto;
 

}

.col-md-6 {
    margin-bottom: 20px;
}








/*===========================================================================*/

/* welcome----------------------- */
.account-box {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-color: #fff;
    color: #555 !important;
    line-height: 44px;
    padding: 5px 10px 5px 43px;
    float: left;
    margin-top: 10px;
    font-size: 1.03em;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

    .account-box span.icon-account {
        width: 43px;
        height: 43px;
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
        font-size: 28px;
        line-height: 45px;
        text-align: center;
        float: left;
    }

        .account-box span.icon-account img {
            max-width: 100%;
        }

    .account-box span.title-account {
        float: right;
        font-size: 14px;
        margin-left: 20px;
        color: #8a8a8a;
        font-weight: 500;
    }

    .account-box .dropdown-menu {
        display: block;
        box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
        border: 1px solid #eee;
        padding: 5px;
        border-radius: 20px;
        position: absolute;
        left: 15px;
        top: 45px;
        text-align: right;
        background: #fff;
        text-align: center;
        transition: all 0.1s ease-in;
        opacity: 0.01;
        visibility: hidden;
    }

    .account-box .nav-account:hover .dropdown-menu {
        transition: all 0.1s ease-in;
        opacity: 1;
        visibility: visible;
    }

    .account-box .dropdown-menu ul.account-uls li.account-item {
        display: block;
        line-height: 30px;
    }

        .account-box .dropdown-menu ul.account-uls li.account-item a.account-link {
            font-size: 12px;
            color: #666666;
            width: 100%;
            border-radius: 50px;
            display: block;
            transition: 0.2s;
            font-weight: 400;
        }

        .account-box .dropdown-menu ul.account-uls li.account-item:hover a.account-link {
            background: #eee;
            color: #444;
            transition: 0.2s;
        }

/* welcome----------------------- */

/*verify-phone-number-----------------------*/

.message-light {
    width: 100%;
    padding: 15px 10px;
    height: auto;
    margin: 10px 0;
}

    .message-light .massege-light-send {
        width: 100%;
        padding: 20px 5px;
        background: #f9f9f9;
        margin: 15px auto;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
    }

        .message-light .massege-light-send .form-edit-number {
            width: 260px;
            display: inline;
            text-align: right;
            margin: 0 auto;
        }

            .message-light .massege-light-send .form-edit-number a.edit-number-link {
                background: #8a8a8a;
                display: inline-block;
                margin-top: 10px;
                color: #fff;
                border-radius: 10px;
                padding: 0 20px;
                line-height: 30px;
                font-size: 12px;
            }

    .message-light .account-box-verify-content {
        padding-right: 30px;
        margin: 30px 0 0;
        padding-top: 70px;
    }

        .message-light .account-box-verify-content .form-account {
            width: 100%;
            text-align: center;
        }

            .message-light .account-box-verify-content .form-account .form-account-title {
                color: #383838;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 0;
             
            }

            .message-light .account-box-verify-content .form-account .lines-number-input {
                width: 100%;
                height: auto;
                padding: 0;
                direction: ltr;
                text-align: center;
            }

                .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    border: 0;
                    border-bottom: 4px solid #383838;
                    margin: 0 4px;
                    outline: none;
                    text-align: center;
                    font-weight: bold;
                    font-size: 18px;
                    color: #383838;
                }

                    .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account:focus {
                        border-bottom: 4px solid #2ecfff;
                        color: #2ecfff;
                    }

    .message-light .receive-verify-code {
        width: 200px;
        height: 40px;
        overflow: hidden;
        border-radius: 50px;
        margin: 30px auto 0;
        line-height: 40px;
        color: #fff;
        text-align: center;
        z-index: 0;
    }

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 16px;
    margin-top: 0;
}

    #countdown-verify-end span {
        float: left;
    }

        #countdown-verify-end span.day {
            display: none;
        }

        #countdown-verify-end span.hour {
            display: none;
        }

.link-border-verify {
    color: #9e9e9e !important;
    border-bottom: 1px dashed #9e9e9e;
    background-color: transparent;
    font-weight: 500;
    padding: 5px 0;
}

.message-light .account-footer {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

    .message-light .account-footer a {
        color: #1ca2bd;
        border-bottom: 1px dashed #1ca2bd;
    }

/*verify-phone-number-----------------------*/












/*============================================================================*/






/* login--------------------------*/

/*.page-account-box {*/
    /* width: 100%;
    margin-top: 70px;*/
/*}

    .page-account-box .ds-userlogin a.account-box-logo {
        width: 156px;
        height: 60px;
        margin-bottom: 18px;
        background-size: contain;
        text-indent: -1000em;
        position: absolute;
        right: 0;
        left: 0;
        margin: 15px auto 0;
        outline: none;
    }

    .page-account-box .ds-userlogin .account-box {
        width: 100%;
        height: auto;
        padding: 0;
        border: 1px solid #e2efef;
        -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, 0.11);
        box-shadow: 0 15px 23px 0 hsla(0, 0%, 71%, 0.29);
        position: relative;
        margin: 70px auto 30px;
        display: block;
        background: #fff;
        border-radius: 20px;
    }

        .page-account-box .ds-userlogin .account-box .account-box-headline {
            width: 100%;
            height: auto;
            display: block;
            background: #f5f5ff;
            overflow: hidden;
        }

            .page-account-box .ds-userlogin .account-box .account-box-headline a {
                padding: 5px 0;
                width: 100%;
                text-align: right;
                color: #999;
                float: right;
                line-height: 25px;
                height: 100%;
                margin: 0 auto;
                text-align: center;
                position: relative;
            }

                .page-account-box .ds-userlogin .account-box .account-box-headline a.active {
                    background: #fff;
                    color: #651fff !important;
                }

                    .page-account-box .ds-userlogin .account-box .account-box-headline a.active span {
                        background: #fff;
                        color: #651fff !important;
                        border-radius: 20px;
                    }

                .page-account-box .ds-userlogin .account-box .account-box-headline a span.title {
                    font-weight: 600;
                    font-size: 16px;
                    display: block;
                }

                .page-account-box .ds-userlogin .account-box .account-box-headline a span.sub-title {
                    font-size: 12px;
                    color: #bfbfbf;
                }

        .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content {
            min-height: 100%;
            padding: 15px 30px;
            text-align: center;
            border-radius: 20px;
        }

            .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content h4 {
                font-size: 18px;
                border-bottom: #ccc 1px dashed;
                display: inline-block;
                padding-bottom: 10px;
                font-weight: 400;
                margin-bottom: 30px;
                color: #999;
            }

            .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content p {
                color: #999999;
                font-size: 12px;
                line-height: 2;
                margin-top: 1.5rem;
            }
           
.account-box-content .form-account-title {
    width:90%;
    color: #757575;
    font-size: 14px;
    height: auto;
    position: relative;
    margin-bottom: 0;
    margin-top: 120px;
}

    .account-box-content .form-account-title input.number-email-input,
    .password-input {
        width:60%;
        height: 40px;
        outline: none;
        text-align: left;
        position: relative;
        padding: 0 15px;
        border-radius: 12px;
        background: #f3f3f3;
        color: #666;
        font-size: 14px;
        transition: 0.2s;
    }

    .account-box-content .form-account-title input:focus {
        background: #fff;
        transition: 0.2s;
        border: 1px solid #eee;
    }

    .account-box-content .form-account-title input.number-email-input::placeholder {
        text-align: right;
        color: #9f9f9f;
    }

    .account-box-content .form-account-title input.password-input::placeholder {
        text-align: right;
        color: #9f9f9f;
    }

    .account-box-content .form-account-title label {
        font-size: 13px;
        color: #989898;
    }

.account-box-content a.account-link-password {
    display: inline-block;
    font-size: 11px;
    color: #651fff;
    border-bottom: 1px dashed #651fff;
    text-decoration: none;
    font-weight: 700;
    float: left;
    line-height: 3;
    margin-top: 5px;
}

.account-box-content .form-row-account button {
    width: 50%;
    height: 40px;
    line-height: 14px;
    margin: 20px 0;
    background: #651fff !important;
    border-color: #651fff;
    font-size:16px;
    outline: none;
    transition: 0.2s;
}

    .account-box-content .form-row-account button:hover {
        opacity: 0.9;
        transition: 0.4s;
    }

.form-auth-row .remember-me {
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

    .form-auth-row .remember-me a {
        color: #651fff;
        border-bottom: 1px dashed #651fff;
        text-decoration: none;
        display: inline-block;
        margin-left: 5px;
    }*/

/* login--------------------------*/
/* welcome----------------------- */

/*.account-box-content .user-account-welcome {
    text-align: center;
    margin: 20px auto;
}

.account-box-content .made-account {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 20px;
}

    .account-box-content .made-account h2 {
        font-size: 14px;
        color: #848484;
        margin-bottom: 10px;
        font-weight: 300;
    }

    .account-box-content .made-account p {
        padding: 10px 15px;
        color: #626161;
        line-height: 25px;
        margin-top: 25px;
        font-size: 12px;
        background: #fafff0;
        border: 1px solid #ddfddb;
        border-radius: 20px;
    }*/

/* welcome----------------------- */

/*verify-phone-number-----------------------*/

/*.message-light {
    width: 100%;
    padding: 15px 10px;
    height: auto;
    margin: 10px 0;
}

    .message-light .massege-light-send {
        width: 100%;
        padding: 20px 5px;
        background: #f9f9f9;
        margin: 15px auto;
        border-radius: 20px;
        text-align: center;
        font-size: 14px;
    }

        .message-light .massege-light-send .form-edit-number {
            width: 260px;
            display: inline;
            text-align: right;
            margin: 0 auto;
        }

            .message-light .massege-light-send .form-edit-number a.edit-number-link {
                background: #8a8a8a;
                display: inline-block;
                margin-top: 10px;
                color: #fff;
                border-radius: 10px;
                padding: 0 20px;
                line-height: 30px;
                font-size: 12px;
            }

    .message-light .account-box-verify-content {
        padding-right: 30px;
        margin: 30px 0 0;
        padding-top: 70px;
    }

        .message-light .account-box-verify-content .form-account {
            width: 100%;
            text-align: center;
        }

            .message-light .account-box-verify-content .form-account .form-account-title {
                color: #383838;
                font-weight: 800;
                font-size: 14px;
                margin-bottom: 0;
            }

            .message-light .account-box-verify-content .form-account .lines-number-input {
                width: 100%;
                height: auto;
                padding: 0;
                direction: ltr;
                text-align: center;
            }

                .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account {
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    border: 0;
                    border-bottom: 4px solid #383838;
                    margin: 0 4px;
                    outline: none;
                    text-align: center;
                    font-weight: bold;
                    font-size: 18px;
                    color: #383838;
                }

                    .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account:focus {
                        border-bottom: 4px solid #2ecfff;
                        color: #2ecfff;
                    }

    .message-light .receive-verify-code {
        width: 200px;
        height: 40px;
        overflow: hidden;
        border-radius: 50px;
        margin: 30px auto 0;
        line-height: 40px;
        color: #fff;
        text-align: center;
        z-index: 0;
    }

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 16px;
    margin-top: 0;
}

    #countdown-verify-end span {
        float: left;
    }

        #countdown-verify-end span.day {
            display: none;
        }

        #countdown-verify-end span.hour {
            display: none;
        }

.link-border-verify {
    color: #9e9e9e !important;
    border-bottom: 1px dashed #9e9e9e;
    background-color: transparent;
    font-weight: 500;
    padding: 5px 0;
}

.message-light .account-footer {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

    .message-light .account-footer a {
        color: #1ca2bd;
        border-bottom: 1px dashed #1ca2bd;
    }*/

/*verify-phone-number-----------------------*/

/* login--------------------------*/

.page-account-box {
    width: 100%;
    margin-top: 70px;
}

    .page-account-box .ds-userlogin a.account-box-logo {
        width: 156px;
        height: 60px;
        margin-bottom: 18px;
        background-size: contain;
        text-indent: -1000em;
        position: absolute;
        right: 0;
        left: 0;
        margin: 15px auto 0;
        outline: none;
    }

    .page-account-box .ds-userlogin .account-box {
        width: 100%;
        height: auto;
        padding: 0;
        border: 1px solid #e2efef;
        -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 70.6%, 0.11);
        box-shadow: 0 15px 23px 0 hsla(0, 0%, 71%, 0.29);
        position: relative;
        margin: 70px auto 30px;
        display: block;
        background: #fff;
        border-radius: 20px;
    }

        .page-account-box .ds-userlogin .account-box .account-box-headline {
            width: 100%;
            height: auto;
            display: block;
            background: #f5f5ff;
            overflow: hidden;
        }

            .page-account-box .ds-userlogin .account-box .account-box-headline a {
                padding: 5px 0;
                width: 100%;
                text-align: right;
                color: #999;
                float: right;
                line-height: 25px;
                height: 100%;
                margin: 0 auto;
                text-align: center;
                position: relative;
            }

                .page-account-box .ds-userlogin .account-box .account-box-headline a.active {
                    background: #fff;
                    color: #651fff !important;
                }

                    .page-account-box .ds-userlogin .account-box .account-box-headline a.active span {
                        background: #fff;
                        color: #651fff !important;
                        border-radius: 20px;
                    }

                .page-account-box .ds-userlogin .account-box .account-box-headline a span.title {
                    font-weight: 600;
                    font-size: 16px;
                    display: block;
                }

                .page-account-box .ds-userlogin .account-box .account-box-headline a span.sub-title {
                    font-size: 12px;
                    color: #bfbfbf;
                }

        .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content {
            min-height: 100%;
            padding: 15px 30px;
            text-align: center;
            border-radius: 20px;
        }

            .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content h4 {
                font-size: 18px;
                border-bottom: #ccc 1px dashed;
                display: inline-block;
                padding-bottom: 10px;
                font-weight: 400;
                margin-bottom: 30px;
                color: #999;
            }

            .page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content p {
                color: #999999;
                font-size: 12px;
                line-height: 2;
                margin-top: 1.5rem;
            }

.account-box-content .form-account-title {
    width: 100%;
    color: #757575;
    font-size: 14px;
    height: auto;
    position: relative;
    margin-bottom: 0;
}

    .account-box-content .form-account-title input.number-email-input,
    .password-input {
        width: 100%;
        height: 30px;
        outline: none;
        text-align: left;
        position: relative;
        padding: 0 15px;
        border-radius: 20px;
        background: #f3f3f3;
        color: #666;
        font-size: 14px;
        transition: 0.2s;
    }

    .account-box-content .form-account-title input:focus {
        background: #fff;
        transition: 0.2s;
        border: 1px solid #eee;
    }

    .account-box-content .form-account-title input.number-email-input::placeholder {
        text-align: right;
        color: #9f9f9f;
    }

    .account-box-content .form-account-title input.password-input::placeholder {
        text-align: right;
        color: #9f9f9f;
    }

    .account-box-content .form-account-title label {
        font-size: 12px;
        color: #989898;
        margin-top: 100px;
    }

.account-box-content a.account-link-password {
    display: inline-block;
    font-size: 11px;
    color: #651fff;
    border-bottom: 1px dashed #651fff;
    text-decoration: none;
    font-weight: 700;
    float: left;
    line-height: 3;
    margin-top: 5px;
}

.account-box-content .form-row-account button {
    width: 100%;
    height: 30px;
    line-height: 14px;
    margin: 20px 0;
    border-radius: 20px;
    background: #c00000 !important;
    border-color: #c00000;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

    .account-box-content .form-row-account button:hover {
        opacity: 0.9;
        transition: 0.4s;
    }

.form-auth-row .remember-me {
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

    .form-auth-row .remember-me a {
        color: #651fff;
        border-bottom: 1px dashed #651fff;
        text-decoration: none;
        display: inline-block;
        margin-left: 5px;
    }

/* Keep the original style for the box */
.page-account-box-for-login {
     width:110%;
    height:420px !important;
    margin-top: 150px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.page-account-box-for-log-in-confirmation {
    width: 90%;
    height:620px !important;
}
/* Image section on the left */
.image-section {
    background-color: white; /* Default grey background, will be covered by the image */
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.img-fluid {
    object-fit: cover; /* Ensure the image covers the full section */
    height: 100%;
}

/* Form section on the right */
.form-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #e0e0e0; /* Border on top */
    border-right: 1px solid #e0e0e0; /* Border on right */
    border-bottom: 1px solid #e0e0e0; /* Border on bottom */
    border-radius: 0 10px 10px 0;
    padding: 20px; /* Ensure some padding around the form elements */
   
}

/* Button style */
.btn-register {
    border-radius: 10px !important;
    height: 40px !important;

}
.title-style-for-login {
    color: black;
    font-size: 30px;
    margin-right: 90px;
     
  
}

.text-for-countdown {
    margin-right: 30px;
}

.option-tag {
    display: inline-flex; /* Align tags inline */
    padding: 5px 10px; /* Padding for the tags */
    background-color: #a0a0a0; /* Background color */
    border-radius: 5px; /* Rounded corners */
    margin: 2px; /* Space between tags */
    align-items: center; /* Center align the text and button */
}

.close-btn {
    background: none; /* No background */
    border: none; /* No border */
    margin-left: 5px; /* Space between text and button */
    cursor: pointer; /* Pointer cursor */
    font-weight: bold; /* Bold text */
}

/* Custom container for all cards */
.custom-card-container {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}

/* Each individual custom card */
.custom-card {
    background-color: #f7f8fa;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

/* Custom icon styling */
.custom-card .custom-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

/* Custom ticket icon inside the card */
.custom-card .custom-icon img {
    width: 100%;
    height: auto;
}

/* Custom text for label (Arabic/Persian style) */
.custom-card .custom-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

/* Custom number styling */
.custom-card .custom-number {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .custom-card-container {
        flex-direction: column;
        align-items: center;
    }
}




/* Style the red dot inside the custom-icon */
.custom-icon .custom-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: blue; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-green {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: green; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-grey {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: grey; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-olive {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: olive; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-black {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: black; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-blue {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: darkorange; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
.custom-icon .custom-dot-red {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: red; /* Red color */
    border-radius: 50%; /* Make it circular */
    position: absolute; /* Position it relative to the icon */
    top: 0; /* Adjust the positioning based on your layout */
    right: 0; /* Adjust the positioning based on your layout */
}
/* Ensure the parent .custom-icon is positioned relatively for absolute positioning of the dot */
.custom-icon {
    position: relative;
}
.custom-input-staff {
    width: 110%;
    margin-top: 80px;
    margin-bottom: 60px;
    margin-right: 130px;
}
.my-custom-toggle {
    margin-top: 10px !important;
    margin-right: 50px !important;
}
.my-custom-toggle-label {
    margin-top: 10px !important;
 
}



.toast {
 
    border-radius: 10px !important; /* Adjust the value for more or less rounded corners */
}


/* Success Notification */
.toast.toast-success {
    background-color: #008000 !important; /* Solid Green */
    color: white !important;
    background-image: none !important; /* Remove any gradient */
    opacity: 1 !important; /* Ensure full opacity */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Add subtle shadow */
    z-index: 9999 !important; /* Ensure it's above other content */
}

    .toast.toast-success:hover {
        background-color: #008000 !important; /* Prevent hover color change */
        opacity: 1 !important; /* Ensure full opacity on hover */
    }

/* Error Notification */
.toast.toast-error {
    background-color: #dc3545 !important; /* Solid Red */
    color: white !important;
    background-image: none !important; /* Remove any gradient */
    opacity: 1 !important; /* Ensure full opacity */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Add subtle shadow */
    z-index: 9999 !important; /* Ensure it's above other content */
}

    .toast.toast-error:hover {
        background-color: #dc3545 !important; /* Prevent hover color change */
        opacity: 1 !important; /* Ensure full opacity on hover */
    }

/* Info Notification */
.toast.toast-info {
    background-color: #17a2b8 !important; /* Solid Blue */
    color: white !important;
    background-image: none !important; /* Remove any gradient */
    opacity: 1 !important; /* Ensure full opacity */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Add subtle shadow */
    z-index: 9999 !important; /* Ensure it's above other content */
}

    .toast.toast-info:hover {
        background-color: #17a2b8 !important; /* Prevent hover color change */
        opacity: 1 !important; /* Ensure full opacity on hover */
    }

/* Warning Notification */
    .toast.toast-warning {
        background-color: darkorange !important; /* Solid Yellow */
        color: white !important;
        background-image: none !important; /* Remove any gradient */
        opacity: 1 !important; /* Ensure full opacity */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* Add subtle shadow */
        z-index: 9999 !important; /* Ensure it's above other content */
    }

        .toast.toast-warning:hover {
            background-color: darkorange !important; /* Prevent hover color change */
            opacity: 1 !important; /* Ensure full opacity on hover */
        }
.my-btn-secondary {
    background-color: darkred !important;

}

/* Styles for very small screens like iPhone 4 */
.title-style-for-login {
    font-size: 1.5rem; /* Default size */
    font-weight: bold;
    white-space: nowrap; /* Prevent breaking words */
    letter-spacing: 0.02em; /* Improve readability */
    text-align: center; /* Center align the text */
    display: block; /* Ensures it's treated as a block element for centering */
    margin: 0 auto; /* Centers it horizontally if inside a parent container */
}

@media (max-width: 576px) { /* Small screens */
    .title-style-for-login {
        font-size: 1.2rem;
        text-align: center; /* Keep text centered */
    }
}

@media (max-width: 375px) { /* Very small screens */
    .title-style-for-login {
        font-size: 1rem;
        text-align: center;
    }
}


/*//===============================================================Side bar==========================*/

/* Make the sidebar initially collapsed on small screens */
@media (max-width: 576px) {
    #sidebar {
        position: fixed; /* keep sidebar fixed in position */
        width: 100%; /* full width for small screens */
        height: 100vh; /* full height */
        overflow-y: auto; /* allows scrolling */
    }

    .nav {
        flex-direction: column;
        padding-left: 0; /* Remove unnecessary padding */
    }

    .nav-item {
        font-size: 14px; /* smaller font size for smaller screens */
        padding: 8px 12px; /* adjusted padding */
    }

    .nav-link {
        font-size: 14px; /* adjust text size to prevent overflow */
    }

    .d-flex {
        justify-content: space-between; /* ensure the elements in the nav are spaced out */
    }

    .collapse {
        width: 100%;
        padding-left: 10px;
    }

    .nav-link .bi {
        font-size: 18px; /* adjust icon size for smaller screens */
    }

    /* Optional: Hamburger icon for mobile collapse behavior */
    #sidebarCollapseButton {
        display: block;
        font-size: 30px;
        color: #fff;
    }

    /* Avoid the sidebar from overflowing on smaller screens */
    #sidebar ul {
        padding: 0;
        margin: 0;
    }

    /* You might want a maximum width for larger displays */
    @media (max-width: 1200px) {
        #sidebar {
            max-width: 100vw; /* Remove fixed size for larger screens */
        }
    }

    /* Apply the flex direction and adjust for the collapsed menu items */
    .nav-item .collapsed {
        flex-direction: row; /* ensure that collapses are more readable */
    }
}

/* Additional smaller screen rules */
@media (max-width: 480px) {
    #sidebar {
        /* Some adjustments specifically for iPhone SE type width */
        padding-left: 15px;
        padding-right: 15px;
    }
}

.custom-size-div-supportPage {
    width: 250px;
}

.row-under-image {
    display: inline-flex; /* Ensure both elements are in a single row */
    justify-content: center; /* Center the text under the image */
    align-items: center; /* Vertically align them if their heights differ */
    gap: 4px; /* Add a small space between the text elements */
    margin-top: 2px; /* Space between the image and this text row */
}

.row-under-image > span {
    white-space: nowrap; /* Prevent line breaks within the text */
    margin: 0; /* Ensure no unintended margin */
    padding: 0; /* Ensure no unintended padding */
}


Ensure proper spacing and text alignment
.question-text {
    text-align: left !important;
    white-space: normal !important;
    padding: 8px !important;
}



.big-icon {
    font-size: 3rem;
   /* or try 3rem, 32px, etc. */
}

.text-admin-main-page {
    margin-top: 50px !important;
    
}
.card-admin-main-page{
    height:190px;
 
    margin-left:10px;
}
.custom-margin-top {
    margin-top: 20px !important;
}
/* Ensure there's no margin or padding on the page */
html, body {
    margin: 0;
    padding: 0;
    height: 90%;
}

/* The card container using Flexbox */
.custom-card-container {
    display: flex; /* Flexbox for horizontal layout */
    justify-content: flex-start; /* Align items to the left */
    flex-wrap: nowrap; /* Prevent cards from wrapping */
    gap: 15px; /* Space between cards */
    width: 108%; /* Full width */
    padding-right:0px !important;
    box-sizing: border-box; /* Prevent overflow beyond the container */
 /*   overflow: hidden;*/ /* Prevent scrolling inside the container */
}

/* Card styling */
.custom-card {
    flex: 0 0 150px; /* Prevent cards from shrinking or growing */
    min-width: 50px; /* Set minimum width for the cards */
    max-width: 400px; /* Maximum width of the cards */
    padding: 10px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box; /* Prevent content from overflowing */
}

/* Icon Styling */
.custom-icon img {
    max-width: 0px;
    height: auto;
}

/* Text Styling */
.custom-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.custom-number {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

/* Prevent vertical and horizontal scrolling in the body */
body {
/*    overflow: hidden;*/ /* No scrolling on any axis */
}

/* Make the container not overflow horizontally or vertically */
.custom-card-container {
    /*overflow-x: hidden;*/ /* Prevent horizontal scrolling */
    overflow-y: hidden; /* Prevent vertical scrolling */
}
.rich-text-content {
    font-family: Vazir, sans-serif;
    line-height: 1.7;
    font-size: 1rem; /* match TinyMCE font size */
}

    .rich-text-content p {
        margin: 0.5em 0; /* reduce default paragraph spacing */
    }