﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.swagger-section #header {
    background-color: #eee;
    padding: 33px 14px 37px 14px;
}
.swagger-section #header #logo .logo__title {
    display: none;
}
.swagger-ui-wrap #logo img {
    content: url('https://canada.carsarrive.com/Content/Images/svg/header-logo.svg');
    width: 167px    ; 
    height: auto; 
    margin-left: 15px; 
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2, .swagger-section .swagger-ui-wrap {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}
.swagger-section .swagger-ui-wrap{
    width:90%;
    max-width:100%;
}
.swagger-ui .parameters th:last-child {
    width: 25% !important; /* Set your desired width */
    max-width: 50% !important;
}
