@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.vazeeiat.ir/lib/fonts/fonts/webfonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}


@font-face {
font-family: 'pyekan';
src: url('fonts/pyekan.otf'),
url('fonts/pyekan.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
    font-family: 'B Mitra';
    src: url('fonts/BMitra.eot');
    src: url('fonts/BMitra.eot?#iefix') format('embedded-opentype'),
        url('fonts/BMitra.woff2') format('woff2'),
        url('fonts/BMitra.woff') format('woff'),
        url('fonts/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'B Mitra';
    src: url('fonts/BMitraBold.eot');
    src: url('fonts/BMitraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BMitraBold.woff2') format('woff2'),
        url('fonts/BMitraBold.woff') format('woff'),
        url('fonts/BMitraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'B Lotus';
    src: url('../fonts/BLotusBold.eot');
    src: url('../fonts/BLotusBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BLotusBold.woff2') format('woff2'),
        url('../fonts/BLotusBold.woff') format('woff'),
        url('../fonts/BLotusBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'B Lotus';
    src: url('../fonts/BLotus.eot');
    src: url('../fonts/BLotus.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BLotus.woff2') format('woff2'),
        url('../fonts/BLotus.woff') format('woff'),
        url('../fonts/BLotus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---------------------------------- End of fonts ---------------------------------- */




.BMitra{
    font-family: 'B Mitra', sans-serif !important;
}
.BLOTUS{
    font-family: 'BLOTUS', sans-serif !important;
}

.ltr {
    direction:ltr;
}


ul{
    padding-inline-start: 0px;
}

.dropdown-item {
    text-align: right;
}
.dropdown-footer, .dropdown-header {
    text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
}


/*------------------------------------ contacts-list ------------------------------------*/

.contacts-list-img {
    float: right;
}

.contacts-list-info {
    margin-right: 45px;
    margin-left: 0;
}


/* sidebar */

.sidebar {
    direction: ltr;
}

.sidebar > div:first-child {
    direction: rtl;
}

.control-sidebar, .control-sidebar:before {
    left: -250px;
    right: auto;
    transition: left .3s ease-in-out;
}

.control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar:before {
    left: 0;
    right: auto;
}

.small-box .icon {
    right:auto;
    left:10px;
}

.nav-sidebar .nav-link>p>.right {
    left: 1rem;
    right: auto;
}

.nav-sidebar>.nav-item .nav-icon {
    margin-right: 0;
    margin-left: .2rem;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem;
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0rem !important;
        margin-right: 4.6rem !important;
        z-index:100;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar:before {
        margin-right: 0;
        width: 4.6rem;
    }
}


@media (min-width: 768px) {
    .content-wrapper, .main-footer, .main-header {
        transition: margin-right .3s ease-in-out;
        margin-right: 250px;
        margin-left : 0;
        z-index: 3000;
    }
}

@media (max-width: 991.98px) {
    .main-sidebar, .main-sidebar:before {
        box-shadow: none!important;
        margin-right: -250px;
        margin-left: 0;
    }

    .content-wrapper, .content-wrapper:before, .main-footer, .main-footer:before, .main-header, .main-header:before {
        margin-right: 0;
    }

    .sidebar-open .main-sidebar, .sidebar-open .main-sidebar:before {
        margin-right: 0;
        z-index: 4000;
    }
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar:before {
    margin-right: -250px;
}

.main-sidebar {
    left: auto;
    right:0;
}

/* Cards */

.card-header>.card-tools {
    right:auto;
    left:1rem;
}

.user-block img {
     float: right;
}

.attachment-block .attachment-img {
    float: right;
}

.attachment-block .attachment-pushed {
    margin-left: 0px;
    margin-right: 110px;
}

.card-comments .card-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
    float: right;
}

.card-comments .comment-text {
    margin-right: 40px;
    margin-left: 0;
}

.card-comments .card-comment img+.img-push, .img-sm+.img-push, .user-block.user-block-sm img+.img-push {
    margin-left: 0px;
    margin-right: 40px;
}

.user-block .comment, .user-block .description, .user-block .username {
    margin-right: 50px;
    margin-left: 0px;
}

.btn-group-vertical {
    align-items: center;
}


/*------------------------- Form ----------------------------*/
.select2-container .select2-search--inline {
    float: right;
}

.select2-container--default .select2-search--inline .select2-search__field {
    text-align: right;
}

/*----------------------- Extra Page ---------------------------*/
.error-page>.headline {
    float: right;
}

.error-page>.error-content {
    margin-right: 190px;
    margin-left: 0;
}

.lockscreen-image {
    left: auto;
    right:-10px;
}

.lockscreen-credentials {
    margin-left: 0px;
    margin-right: 70px;
}

.nav {
    padding-inline-start: 0px !important;
}

/*---------------------------------- Persian Date Picker ---------------------------------- */

.datepicker-plot-area {
    font-family: 'Vazir', sans-serif;
}

/*-----------------styles imported from header---------------------------*/

.text-label {
	color: dodgerblue;
	font-weight: bold;
}
.warning {
	color:#FF6F61;
}
.ok {
	color:green;
}
    
    
    
    
    
    
    .ctm:hover{
        color:red;
    }
    
    
    
    
    .btn-custom2 { 
    color: #ffffff; 
    background-color: #D19C97; 
    font-weight: bold;
   
  } 
   
  .btn-custom2:hover, 
  .btn-custom2:focus, 
  .btn-custom2:active, 
  .btn-custom2.active, 
  .open .dropdown-toggle.btn-custom2 { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-custom2:active, 
  .btn-custom2.active, 
  .open .dropdown-toggle.btn-custom2 { 
    background-image: none; 
  } 
   
  .btn-custom2.disabled, 
  .btn-custom2[disabled], 
  fieldset[disabled] .btn-custom2, 
  .btn-custom2.disabled:hover, 
  .btn-custom2[disabled]:hover, 
  fieldset[disabled] .btn-custom2:hover, 
  .btn-custom2.disabled:focus, 
  .btn-custom2[disabled]:focus, 
  fieldset[disabled] .btn-custom2:focus, 
  .btn-custom2.disabled:active, 
  .btn-custom2[disabled]:active, 
  fieldset[disabled] .btn-custom2:active, 
  .btn-custom2.disabled.active, 
  .btn-custom2[disabled].active, 
  fieldset[disabled] .btn-custom2.active { 
    background-color: #45B8AC; 
   
  }
  
  
  .btn-blue { 
    color: #ffffff; 
    background-color: #1a73ab; 
    font-weight: bold;
   
  } 
   
  .btn-blue:hover, 
  .btn-blue:focus, 
  .btn-blue:active, 
  .btn-blue.active, 
  .open .dropdown-toggle.btn-blue { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-blue:active, 
  .btn-blue.active, 
  .open .dropdown-toggle.btn-blue { 
    background-image: none; 
  } 
   
  .btn-blue.disabled, 
  .btn-blue[disabled], 
  fieldset[disabled] .btn-blue, 
  .btn-blue.disabled:hover, 
  .btn-blue[disabled]:hover, 
  fieldset[disabled] .btn-blue:hover, 
  .btn-blue.disabled:focus, 
  .btn-blue[disabled]:focus, 
  fieldset[disabled] .btn-blue:focus, 
  .btn-blue.disabled:active, 
  .btn-blue[disabled]:active, 
  fieldset[disabled] .btn-blue:active, 
  .btn-blue.disabled.active, 
  .btn-blue[disabled].active, 
  fieldset[disabled] .btn-blue.active { 
    background-color: #45B8AC; 
   
  }
  
  
  
  .btn-red { 
    color: #ffffff; 
    background-color: #ab1a24; 
    font-weight: bold;
   
  } 
   
  .btn-red:hover, 
  .btn-red:focus, 
  .btn-red:active, 
  .btn-red.active, 
  .open .dropdown-toggle.btn-red { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-red:active, 
  .btn-red.active, 
  .open .dropdown-toggle.btn-red { 
    background-image: none; 
  } 
   
  .btn-red.disabled, 
  .btn-red[disabled], 
  fieldset[disabled] .btn-red, 
  .btn-red.disabled:hover, 
  .btn-red[disabled]:hover, 
  fieldset[disabled] .btn-red:hover, 
  .btn-red.disabled:focus, 
  .btn-red[disabled]:focus, 
  fieldset[disabled] .btn-red:focus, 
  .btn-red.disabled:active, 
  .btn-red[disabled]:active, 
  fieldset[disabled] .btn-red:active, 
  .btn-red.disabled.active, 
  .btn-red[disabled].active, 
  fieldset[disabled] .btn-red.active { 
    background-color: #45B8AC; 
   
  }
  
  .btn-cyan { 
    color: #ffffff; 
    background-color: #1aab93; 
    font-weight: bold;
    align-items: center;
    justify-content: center;
   
  } 
   
  .btn-cyan:hover, 
  .btn-cyan:focus, 
  .btn-cyan:active, 
  .btn-cyan.active, 
  .open .dropdown-toggle.btn-cyan { 
    color: #ffffff; 
    background-color: #918f9c; 
  
  } 
   
  .btn-cyan:active, 
  .btn-cyan.active, 
  .open .dropdown-toggle.btn-cyan { 
    background-image: none; 
  } 
   
  .btn-cyan.disabled, 
  .btn-cyan[disabled], 
  fieldset[disabled] .btn-cyan, 
  .btn-cyan.disabled:hover, 
  .btn-cyan[disabled]:hover, 
  fieldset[disabled] .btn-cyan:hover, 
  .btn-cyan.disabled:focus, 
  .btn-cyan[disabled]:focus, 
  fieldset[disabled] .btn-cyan:focus, 
  .btn-cyan.disabled:active, 
  .btn-cyan[disabled]:active, 
  fieldset[disabled] .btn-cyan:active, 
  .btn-cyan.disabled.active, 
  .btn-cyan[disabled].active, 
  fieldset[disabled] .btn-cyan.active { 
    background-color: #45B8AC; 
   
  }
  
  
  .btn-purple { 
    color: #ffffff; 
    background-color: #801aab; 
    font-weight: bold;
   
  } 
   
  .btn-purple:hover, 
  .btn-purple:focus, 
  .btn-purple:active, 
  .btn-purple.active, 
  .open .dropdown-toggle.btn-purple { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-purple:active, 
  .btn-purple.active, 
  .open .dropdown-toggle.btn-purple { 
    background-image: none; 
  } 
   
  .btn-purple.disabled, 
  .btn-purple[disabled], 
  fieldset[disabled] .btn-purple, 
  .btn-purple.disabled:hover, 
  .btn-purple[disabled]:hover, 
  fieldset[disabled] .btn-purple:hover, 
  .btn-purple.disabled:focus, 
  .btn-purple[disabled]:focus, 
  fieldset[disabled] .btn-purple:focus, 
  .btn-purple.disabled:active, 
  .btn-purple[disabled]:active, 
  fieldset[disabled] .btn-purple:active, 
  .btn-purple.disabled.active, 
  .btn-purple[disabled].active, 
  fieldset[disabled] .btn-purple.active { 
    background-color: #45B8AC; 
   
  }
  .btn-orange{
  color: #ffffff;
    background-color: #ffc107;
    font-weight: bold;
  }
  .btn-green { 
    color: #ffffff; 
    background-color: #1aab8e; 
    font-weight: bold;
    animation: rotate 2.1s linear both infinite;
   
  } 
  
  @keyframes rotate {
      100% {
        filter: hue-rotate(-360deg) ;
      }
    }
   
  .btn-green:hover, 
  .btn-green:focus, 
  .btn-green:active, 
  .btn-green.active, 
  .open .dropdown-toggle.btn-green { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-green:active, 
  .btn-green.active, 
  .open .dropdown-toggle.btn-green { 
    background-image: none; 
  } 
   
  .btn-green.disabled, 
  .btn-green[disabled], 
  fieldset[disabled] .btn-green, 
  .btn-green.disabled:hover, 
  .btn-green[disabled]:hover, 
  fieldset[disabled] .btn-green:hover, 
  .btn-green.disabled:focus, 
  .btn-green[disabled]:focus, 
  fieldset[disabled] .btn-green:focus, 
  .btn-green.disabled:active, 
  .btn-green[disabled]:active, 
  fieldset[disabled] .btn-green:active, 
  .btn-green.disabled.active, 
  .btn-green[disabled].active, 
  fieldset[disabled] .btn-green.active { 
    background-color: #45B8AC; 
   
  }
    
    
    
    
    .btn-custom { 
  color: #ffffff; 
  background-color: #45B8AC; 
 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #939399; 

} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #45B8AC; 
 
} 
 
.btn-custom .badge { 
  color: #45B8AC; 
  background-color: #ffffff; 
}
    
    



  
  
  
    .font-dark{
    color: #545557 !important;
    cursor: default;
}

.font-light{
    color: #f2f2f2 !important;
    cursor: default;
}

.font-red{
    color: #e63250 !important;
    cursor: default;
}

.font-blue{
    color: #3e8eb3 !important;
    cursor:default;
}

.font-green{
    color: #00A591 !important;
    cursor:default;
}

.font-yellow{
    
    color: #d6bc5c !important;
    cursor:default;
}

 
        
        /* css to customize Leaflet default styles  */
        .custom .leaflet-popup-tip,
        .custom .leaflet-popup-content-wrapper {
            font-family:Vazir;
            font-size:12pt;
        }
        
        
        .user-panel, .user-panel .info {
    overflow: visible !important;
    white-space: normal !important;
}

.user-panel{
    overflow: visible !important;
    white-space: normal !important;
}
.info{overflow: visible !important;
    white-space: normal !important;
    
}
    

    
   
.input-plus {
  display: flex;
}

.inputs-set {
  border: none;
}


.input-field {
  border: none;
  border: 1px solid rgb(209, 209, 209);
  padding: 8px;
  margin-right: 4px;
  display: block;
}

.btn-submit,
.btn-add-input,
.btn-del-input {
  border: none;
    }
    
    .btn-i{
        background-color: DodgerBlue; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 4px 8px; /* Some padding */
  border: 1px solid rgb(209, 209, 209);
  font-size: 10px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
    }

.btn-submit {
  background-color: rgb(152, 247, 199);
}

.btn-add-input {
  background-color: #92A8D1;
  margin-right: 5px;
  
  color:white;
  font-size: 15px;
   font-family:Vazir;
  cursor: pointer;
  border-radius:3px;
  outline:none;
  border:none;

}
.btn-add-input2 {
  background-color: #F7786B;
  margin-right: 5px;
  
  color:white;
  font-size: 15px;
   font-family:Vazir;
  cursor: pointer;
  border-radius:3px;
  outline:none !important;
  border:none !important;

}
.btn-add-input:focus{
     outline:none;
  border:none;
}
.btn-del-input {
  background-color: #F7786B;
  color:white;
  font-size: 18px;
  font-weight: bold;
   font-family:Vazir;
  cursor: pointer;
  border-radius:3px;
  margin-top:4px;
}

.form-control{
    margin-top:4px;
}














.hero {
    display: inline-block;
    position: relative;
    width: 400px;
    min-width: 400px;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
    margin: 30px;
}

.hero-profile-img {
    height: 70%;
}

.hero-description-bk {
    background-image: linear-gradient(0deg, #3f5efb, #fc466b);
    border-radius: 30px;
    position: absolute;
    top: 55%;
    left: -5px;
    height: 65%;
    width: 108%;
    transform: skew(19deg, -9deg);
}

.second .hero-description-bk {
    background-image: linear-gradient(-20deg, #bb7413, #e7d25c)
}

.hero-logo {
    height: 80px;
    width: 80px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 30%;
    left: 30px;
    overflow: hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.hero-logo img {
    height: 100%;
}

.hero-description {
    position: absolute;
    color: #fff;
    font-weight: 900;
    left: 150px;
    bottom: 26%;
}

.hero-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 10%;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.hero-btn a {
    color: #fff;
}

.hero-date {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 10%;
}
/*-----------------styles imported from header---------------------------*/

.form-control{
    margin-top:0px !important;
}


.btn-dis { 
    color: #ffffff; 
    background-color: #d24242; 
    font-weight: bold;
   
  } 
  .btn-dis:hover, 
  .btn-dis:focus, 
  .btn-dis:active, 
  .btn-dis.active, 
  .open .dropdown-toggle.btn-dis { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-dis:active, 
  .btn-dis.active, 
  .open .dropdown-toggle.btn-dis { 
    background-image: none; 
  } 
  
  
  .btn-custom2 { 
    color: #ffffff; 
    background-color: #363945; 
    font-weight: bold;
   
  } 
   
  .btn-custom2:hover, 
  .btn-custom2:focus, 
  .btn-custom2:active, 
  .btn-custom2.active, 
  .open .dropdown-toggle.btn-custom2 { 
    color: #ffffff; 
    background-color: #939399; 
  
  } 
   
  .btn-custom2:active, 
  .btn-custom2.active, 
  .open .dropdown-toggle.btn-custom2 { 
    background-image: none; 
  } 
   
  .btn-custom2.disabled, 
  .btn-custom2[disabled], 
  fieldset[disabled] .btn-custom2, 
  .btn-custom2.disabled:hover, 
  .btn-custom2[disabled]:hover, 
  fieldset[disabled] .btn-custom2:hover, 
  .btn-custom2.disabled:focus, 
  .btn-custom2[disabled]:focus, 
  fieldset[disabled] .btn-custom2:focus, 
  .btn-custom2.disabled:active, 
  .btn-custom2[disabled]:active, 
  fieldset[disabled] .btn-custom2:active, 
  .btn-custom2.disabled.active, 
  .btn-custom2[disabled].active, 
  fieldset[disabled] .btn-custom2.active { 
    background-color: #45B8AC; 
   
  } 
    
    
    
    
    .btn-custom { 
  color: #ffffff; 
  background-color: #45B8AC; 
 
} 
 
.btn-custom:hover, 
.btn-custom:focus, 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  color: #ffffff; 
  background-color: #939399; 

} 
 
.btn-custom:active, 
.btn-custom.active, 
.open .dropdown-toggle.btn-custom { 
  background-image: none; 
} 
 
.btn-custom.disabled, 
.btn-custom[disabled], 
fieldset[disabled] .btn-custom, 
.btn-custom.disabled:hover, 
.btn-custom[disabled]:hover, 
fieldset[disabled] .btn-custom:hover, 
.btn-custom.disabled:focus, 
.btn-custom[disabled]:focus, 
fieldset[disabled] .btn-custom:focus, 
.btn-custom.disabled:active, 
.btn-custom[disabled]:active, 
fieldset[disabled] .btn-custom:active, 
.btn-custom.disabled.active, 
.btn-custom[disabled].active, 
fieldset[disabled] .btn-custom.active { 
  background-color: #45B8AC; 
 
} 
 
.btn-custom .badge { 
  color: #45B8AC; 
  background-color: #ffffff; 
}
/*............style for sabt...................*/
.d_active{
    opacity: .30 !important;
}


