@font-face {
    src: url("IRANSansWeb(FaNum).woff");
    font-family: iransans;
}
body {
    font-family: iransans !important;
    direction: rtl;
}
.hideform {
    display: none;
}
.center {
    margin: auto;
    width: 60%;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    filter: alpha(opacity=50)
}
.ant-modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch
}
.ant-modal {
    box-sizing: border-box;
    color: rgba(0,0,0,.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding: 0 0 24px;
    pointer-events: none
}
.ant-modal-header {
    padding: 16px 24px;
    color: rgba(0,0,0,.65);
    background: #fff;
    border-bottom: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 4px 4px 0 0
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: auto
}
.ant-modal-title {
    margin: 0;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    direction: ltr;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word
}

.ant-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0,0,0,.45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: 0 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s
}
.ant-modal-close-x {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.ant-alert-close-icon .anticon-close {
    color: rgba(0,0,0,.45);
    transition: color .3s
}

.p-head {
    color: #edede9;
    font-size: 20px;
}
.d-head {
    margin-top: 8px;
}
.name-conf {
    color: #edede9 !important;
}
hr {
border-radius: 100px; 
height: 22px; 
background-color: #000000;
width: 50%
}
.card-title {
    color: #dad7cd;
}
.card-text {
    color: #d5bdaf;
}
.car-2 {
    color: #f1faee;
}
.form-label {
    color: #dad7cd;
}
.l1 {
    color: #dad7cd;
    margin-right: 15px;
    text-decoration: none;
}
.accordion {
    background-color: #1b1e21;
}
.h3-1 {
    color: #dad7cd;
    font-size: 20px;
    margin: 20px;
}
a {
    text-decoration: none !important;
        color: #dad7cd !important;
}





.flex-container
{

    /*min-height: 200px;*/
    display: flex;
    flex-flow: row wrap;

    /*justify-content: space-around;*/
    /* justify-content: flex-start; */
    /* justify-content: flex-end; */
     justify-content: center; 
     /*justify-content: space-between; */


    /*align-items: stretch;*/
    /* align-items: baseline; */
    /* align-items: flex-start; */
    /* align-items: flex-end; */
     align-items: center; 

    align-content: space-around;
    /* align-content: flex-start; */
    /* align-content: flex-end; */
     /*align-content: center; */
    /* align-content: space-between; */
}

.flex-item
{
    width: 150px;
    margin: 10px;
    border-radius: 15px;
    padding:20px;
}


.flex-item
{
    background-color: #1a232ced;
    text-align: center;
    line-height: 2;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 15px;
}

.flex-item1
{
    width: 150px;
    margin: 10px;
    border-radius: 15px;
    padding:20px;
}


.flex-item1
{
    background-color: #1a3140d4;
    text-align: center;
    line-height: 2;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 16px;
    cursor: pointer;
}
.flex-item1:hover {
     background-color: #005f73;
}

.flex-item2:hover {
     background-color: #4a4e69;
}
.flex-item2
{
    width: 40%;
    margin: 10px;
    border-radius: 15px;
    padding:20px;
    
}

.flex-item2
{
    background-color: #1a232ced;
    text-align: center;
    line-height: 2;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 20px;
    cursor: pointer;
}

input[type=text] {
    border: 2px solid #588157 !important;
    border-radius: 10px !important;
    background-color: #171a23 !important;
    outline:none !important;
    color: #dad7cd !important;
    outline:none !important;
}

.hovercopy:hover {
    fill: #90a955;
    cursor: pointer;
}

