@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vazir.woff2') format('woff2'),
         url('../fonts/Vazir.woff') format('woff'),
         url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  .swagger-ui .btn.authorize { 
    border-color: #000000; 
    color: #000000; 
  }
  .swagger-ui .btn.authorize svg { 
    fill: #000000; 
  }
  .swagger-ui .info .title small.version-stamp {
    background-color: black;
}
  .swagger-ui .info .title {

    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui select {

    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .highlight-code>.microlight code{

    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .opblock .opblock-summary-description {

    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .renderedMarkdown p {

    font-family: 'CustomFont', sans-serif !important;
  }


.swagger-ui {
    font-family: 'CustomFont', sans-serif !important;
  }

  .topbar-wrapper { 
    content:url('/assets/images/icon.png'); 
    width:80px; 
    height:auto; 
  }
  .topbar-wrapper svg { 
    visibility: hidden; 
  }
  .swagger-ui .topbar { 
    background-color: #000000; 
  }
  .swagger-ui .opblock.opblock-get { 
    background-color: #D3D3D3; 
    border-color: #D3D3D3; 
    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .opblock.opblock-get .opblock-summary-method { 
    background: #D3D3D3; 
    font-family: 'CustomFont', sans-serif !important;    }
  .swagger-ui .opblock.opblock-post { 
    background-color: #D3D3D3; 
    border-color: #000000; 
    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .opblock.opblock-post .opblock-summary-method { 
    background: #000000; 
    font-family: 'CustomFont', sans-serif !important;
  }
  .swagger-ui .opblock.opblock-delete { 
    background-color: #000000; 
    border-color: #000000; 
    font-family: 'CustomFont', sans-serif !important;    }
  .swagger-ui .opblock.opblock-delete .opblock-summary-method { 
    background: #000000; 
    font-family: 'CustomFont', sans-serif !important;    }