﻿/*customr style*/
.h-350 {
    max-height: 350px;
    min-height: 350px;
}
.h-400 {
    max-height: 400px;
}
.m-h-30 {
    height: 30px;
}
.vh-70 {
    max-height: 70vh;
    min-height: 70vh;
}

.h-500 {
    max-height: 500px;
}
.h-315 {
    max-height: 315px;
    min-height: 315px;
}

.my-pr-100 {
    padding-right: 100px !important
}


.my-opacity-60 {
    opacity: 0.6 !important;
}

.my-opacity-70 {
    opacity: 0.7 !important;
}

.my-opacity-50 {
    opacity: 0.5 !important;
}

.my-opacity-80 {
    opacity: 0.8 !important;
}

.pl-2 {
    padding-left: 2px;
}

.card-datatable .btn.dropdown-toggle::after {
    display: none;
}

.card-header {
    padding: 6px !important;
}

.card-body {
    border-top: 1px solid #f5f5f5 !important;
}

.dataTables_length {
    padding: 0 !important;
    margin: 8px 0 !important
}

.dataTables_filter {
    padding: 0 !important;
    margin: 8px 0 !important
}

.form-control-sm {
    padding: 0 8px !important;
    min-height: 28px !important;
    height: 28px !important;
}

.form-select-sm {
    padding-bottom: 0 !important;
    min-height: auto;
    height: 29px !important;
}

.card-datatable {
    padding-bottom: 6px !important
}

.table {
    margin-bottom: 0 !important
}

.card-datatable .dataTable {
    margin-bottom: 6px !important
}

.dataTables_info {
    margin-bottom: 6px !important
}

.table thead {
    background-color: #f7f7fb !important
}
.table tfoot {
    background-color: #f7f7fb !important
}
    .table thead tr th {
        font-weight: bold !important;
        padding: 8px 18px ;
    }

    .table tfoot tr th {
        font-weight: bold !important;
        padding: 8px 18px ;
    }

.pagination .page-link {
    padding: 6px !important;
    font-size: small !important;
}

.pagination {
    margin: 0 !important
}

.dataTables_info {
    padding: 0 !important;
}

.dataTables_length {
    font-size: small !important;
    margin: 4px 0 !important
}

.dataTables_filter {
    font-size: small !important;
    margin: 4px 0 !important
}

.dt-buttons .btn {
    height: 28px !important;
    font-size: 12px !important;
    margin: 8px 4px !important
}

.dropdown-item {
    margin: 0 !important
}

.modal-header {
    padding: 10px !important
}

.modal-title {
    font-weight: bold
}

.modal-dialog {
    width: auto 
}
.bold {
    font-weight: bold !important
}
.select2-selection__rendered  {
    color: black !important
}
.datepicker {
    color: black !important;
    font-size: 14px
}
.bg-lightgray {
    background-color: #f9f9f9 !important;
}
.my-text-black {
    color: black !important;
}

body.disabled {
    pointer-events: none;
    opacity: 0.5;
}

div.disabled {
    pointer-events: none;
    opacity: 0.5;
}

h6.small.py-2 {
    padding-top: 0 !important;
}

[dir=rtl] table.dataTable tbody td {
    font-size: 12px !important;
}

.check-small {
    width: 14px !important;
    height: 14px !important;
}

@media only screen and (max-width: 450px) {
    .my-pr-100 {
        padding-right: 50px !important
    }
}

.toolkit-promo-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 0;
    margin: 2rem 0;
}

.toolkit-promo-card {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}

    .toolkit-promo-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 200px;
        background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, rgba(34, 197, 94, 0.1) 100%);
        border-radius: 0 0 0 100%;
    }

.toolkit-content {
    position: relative;
    z-index: 1;
}

.toolkit-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 1.25rem;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3);
}

.toolkit-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
    font-family: 'IRANSans', sans-serif;
}

.toolkit-subtitle {
    font-size: 1rem;
    color: #22c55e;
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-family: 'IRANSans', sans-serif;
}

.toolkit-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f9fa;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.875rem;
    color: #4a5568;
    font-family: 'IRANSans', sans-serif;
    border: 1px solid #e2e8f0;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #f97316 0%, #22c55e 100%);
    border-radius: 50%;
}

.toolkit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #3f856b 0%, #3f856b 100%);
    color: #fff !important;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    font-family: 'IRANSans', sans-serif;
    box-shadow: 0 8px 25px rgb(63 133 107);
    transition: all 0.3s ease;
    border: none;
}

    .toolkit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 35px rgb(63 133 107);
        color: #fff !important;
        text-decoration: none !important;
    }

    .toolkit-btn svg {
        transition: transform 0.3s ease;
    }

    .toolkit-btn:hover svg {
        transform: translateX(-5px);
    }

/* Responsive */
@@media (max-width: 768px) {
    .toolkit-promo-section {
        padding: 2rem 0;
        margin: 1rem 0;
    }

    .toolkit-promo-card {
        padding: 1.5rem;
    }

    .toolkit-title {
        font-size: 1.25rem;
    }

    .toolkit-features {
        gap: 0.5rem;
    }

    .feature-item {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .toolkit-btn {
        width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
    }
}

    /*end customr style*/
