﻿
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */


/* =============================================================
   GENERAL STYLES
 ============================================================ */

/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/ /* FREE GOOGLE FONT */

body {
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
	min-height: calc(80vh - 70px);
}

.foter{
	height: 50px;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.login-icon {
    height: 60px;
width: 60px;
padding: 13px;
border-radius: 50%;
font-size: 30px;
margin-bottom: 20px;
color: #fff;
text-align: center;
cursor:pointer;
background-color:#F0677C;
-webkit-border-radius:50%;
    -moz-border-radius:50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #252b43;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand {
    width: 250px;
    padding-top: 20px;
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #22b8f0;
    color: #fff;
}

.user-settings-wrapper {
    margin-top: 10px;
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;

    }

    .user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #22b8f0 !important;
    }

    .user-settings-wrapper img {
        height: 64px;
        width: 64px;
        border: 1px solid #000000;
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #3D3D3D;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #C36464;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
    background-color: #F0677C!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
    display:block;
    background-color: #F0677C!important;
}


.navbar-inverse {
    background-color: #22b8f0;
    border-color: transparent;
}

.navbar-toggle {
    background-color: #F0677C;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
}
/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #22b8f0;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}

 /* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3D3D3D;
    font-family:'B Koodak' ;
}

/* Float the list items side by side */
ul.topnav li {float: right;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

.custom-table-responsive {
    width: 100%;
    overflow-x: auto;
}

.mobile-table {
    width: 100%;
    min-width: 700px;
}

/* حالت موبایل */
@media screen and (max-width: 768px) {

    .mobile-table {
        font-size: 14px !important;
    }

        .mobile-table th,
        .mobile-table td {
            padding: 6px;
            white-space: nowrap;
        }

        .mobile-table button {
            font-size: 12px;
            padding: 4px 8px;
        }
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(tavoni.png) center no-repeat #fff;
}


.blink {
    animation-duration: 0.5s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*صفحه اول برای کلیدهای وسط صفحه*/
.user-actions-container {
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.user-action-btn {
    min-width: 190px;
    padding: 12px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background-color: #ffffff;
    color: #333;
    text-align: center;
    text-decoration: none !important;
    font-family: "B Homa", Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    transition: all .2s ease-in-out;
}

    .user-action-btn:hover,
    .user-action-btn:focus {
        text-decoration: none !important;
        color: #fff !important;
        transform: translateY(-3px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    }

    /* فعال‌سازی کارت */
    .user-action-btn.danger {
        color: #d62f2f;
        border-right: 4px solid #d62f2f;
    }

        .user-action-btn.danger:hover,
        .user-action-btn.danger:focus {
            background-color: #d62f2f;
            border-color: #d62f2f;
        }

    /* بیمه عمر */
    .user-action-btn.success {
        color: #168443;
        border-right: 4px solid #168443;
    }

        .user-action-btn.success:hover,
        .user-action-btn.success:focus {
            background-color: #168443;
            border-color: #168443;
        }

    /* مدیریت کارت */
    .user-action-btn.primary {
        color: #286090;
        border-right: 4px solid #286090;
    }

        .user-action-btn.primary:hover,
        .user-action-btn.primary:focus {
            background-color: #286090;
            border-color: #286090;
        }

    /* اقساط */
    .user-action-btn.info {
        color: #555;
        border-right: 4px solid #555;
    }

        .user-action-btn.info:hover,
        .user-action-btn.info:focus {
            background-color: #555;
            border-color: #555;
        }

    .user-action-btn i {
        margin-left: 7px;
        font-size: 17px;
    }

/* نمایش بهتر در موبایل */
@media (max-width: 768px) {
    .user-actions-container {
        align-items: stretch;
        flex-direction: column;
        padding: 0 15px;
    }

    .user-action-btn {
        width: 100%;
    }
}

/* کانتینر اصلی کارت پیام */
.message-section-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

.welcome-alert-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-right: 5px solid #2ecc71; /* نوار رنگی نماد موفقیت/خوش‌آمدگویی */
    gap: 20px;
    transition: all 0.3s ease;
}

    .welcome-alert-card:hover {
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }

    /* آیکون کارت */
    .welcome-alert-card .card-icon {
        font-size: 42px;
        color: #2ecc71;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* بخش متون */
    .welcome-alert-card .card-content {
        flex: 1;
        min-width: 250px;
    }

    .welcome-alert-card .user-greeting {
        font-size: 1.5rem;
        font-weight: 700;
        color: #2c3e50;
        margin: 0 0 8px 0;
    }

    .welcome-alert-card .user-name {
        color: #16a085;
    }

    .welcome-alert-card .user-message-text {
        font-size: 1.5rem;
        color: #7f8c8d;
        line-height: 1.8;
        margin: 0;
    }

    /* بخش دکمه تایید عضویت */
    .welcome-alert-card .card-actions {
        display: flex;
        align-items: center;
    }

.btn-submit-membership {
    background-color: #2ecc71;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
    transition: all 0.25s ease;
}

    .btn-submit-membership i {
        font-size: 1.1rem;
    }

    .btn-submit-membership:hover {
        background-color: #27ae60;
        box-shadow: 0 6px 16px rgba(39, 174, 96, 0.3);
        transform: scale(1.03);
    }

    .btn-submit-membership:active {
        transform: scale(0.98);
    }

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
    .welcome-alert-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        border-right: none;
        border-top: 5px solid #2ecc71; /* در موبایل نوار رنگی بالا می‌رود */
        padding: 20px;
    }

        .welcome-alert-card .card-content {
            min-width: unset;
        }

        .welcome-alert-card .card-actions {
            width: 100%;
        }

    .btn-submit-membership {
        width: 100%;
        justify-content: center;
    }
}


/*برای صفحه درخواست وام*/

/* استایل کلی و فونت */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

/* کانتینر صفحه */
.loan-wrapper {
    margin: 15px auto;
    direction: rtl;
    text-align: right;
}

/* پنل‌ها */
.loan-panel {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    overflow: hidden;
}

.loan-panel-header {
    background: #2a5298;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
}

    .loan-panel-header.slate {
        background: #475569;
    }

.loan-panel-body {
    padding: 22px;
}

/* متن پیوسته فرم */
.loan-inline-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    line-height: 2.2;
}

.loan-text {
    font-size: 15px;
    color: #334155;
    font-weight: 500;
}

/* سلکت باکس */
.loan-dropdown {
    min-width: 190px;
    height: 40px;
    padding: 6px 14px;
    font-size: 14px;
    font-family: inherit;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    background-color: #fff;
    color: #1e293b;
    outline: none;
    transition: all 0.2s ease;
}

    .loan-dropdown:focus {
        border-color: #2a5298;
        box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.12);
    }

/* دکمه ارسال */
.btn-loan-submit {
    background-color: #10b981;
    color: #ffffff;
    border: none;
    height: 40px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-loan-submit:hover:not(:disabled) {
        background-color: #059669;
    }

    .btn-loan-submit:disabled {
        background-color: #94a3b8;
        cursor: not-allowed;
        opacity: 0.7;
    }

/* جدول */
.table-loan {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 13.5px;
}

    .table-loan th {
        background-color: #f8fafc;
        color: #475569;
        padding: 12px 14px;
        border-bottom: 2px solid #e2e8f0;
        font-weight: 600;
    }

    .table-loan td {
        padding: 12px 14px;
        border-bottom: 1px solid #f1f5f9;
        color: #334155;
        vertical-align: middle;
    }

    .table-loan tbody tr:hover {
        background-color: #f8fafc;
    }

.text-primary-amount {
    color: #1e3c72;
    font-weight: 700;
}

/* وضعیت */
.loan-badge {
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 500;
}

.status-pending {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}

.empty-message {
    color: #94a3b8;
    padding: 24px !important;
}

/* بج تعداد اقساط در جدول */
.badge-installment {
    display: inline-block;
    padding: 3px 10px;
    background-color: #e0f2fe;
    color: #0369a1;
    border-radius: 12px;
    font-size: 12.5px;
    font-weight: 600;
}

/* باکس اطلاع‌رسانی پایین فرم */
.loan-notice-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background-color: #f0f9ff;
    border: 1px solid #bae6fd;
    border-right: 4px solid #0284c7;
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 18px;
    color: #0c4a6e;
    font-size: 13.5px;
    line-height: 1.7;
}

    .loan-notice-box .notice-icon {
        font-size: 20px;
        color: #0284c7;
        margin-top: 2px;
    }

    .loan-notice-box .notice-content strong {
        display: block;
        color: #0369a1;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .loan-notice-box .notice-content p {
        margin: 0;
    }

    .loan-notice-box .notice-content span {
        font-weight: 700;
        color: #0369a1;
    }
/* دکمه حذف ردیف */
.btn-loan-delete {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
}

    .btn-loan-delete:hover {
        background-color: #dc2626;
        color: #ffffff;
        border-color: #b91c1c;
    }

.text-muted {
    color: #94a3b8;
}



