/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* @font-face{
    font-family:'Futura Book';
    font-display:swap;
    src:url("fonts/FuturaBookC.eot");
    src:url("fonts/FuturaBookC.eot?#iefix") format("embedded-opentype"),
        url("fonts/FuturaBookC.woff") format("woff"),
        url("fonts/FuturaBookC.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'Futura Demi';
    font-display:swap;
    src:url("fonts/FuturaDemiC.eot");
    src:url("fonts/FuturaDemiC.eot?#iefix") format("embedded-opentype"),
        url("fonts/FuturaDemiC.woff") format("woff"),
        url("fonts/FuturaDemiC.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
} */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    font-size: 16px;
    min-height: 100vh;
    display:flex;
    flex-direction:column;
}
a:hover {
    text-decoration: none;
}
.container {
    flex:1;
}
.ctr-text {
    margin-top: 2rem;
}
.card {
    max-width: 600px;
    margin: 20px auto;
    font-size: 15px;
}
.navbar {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.navtext {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    text-wrap: nowrap;
}
.navtext:hover {
    color: #fff;
}

.hdr-logo {
    font-weight: 800;
    font-size: 24px;
    line-height: 1.15;
}
.hdr-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.15;
}

form {
    max-width: 600px;
    margin: 20px auto;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

input[type="text"] {
    /* width: calc(100% - 16px); */
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
}

button {
    background-color: #282b63;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

button:hover {
    background-color: #363979;
}
.license-card {

    max-width: 600px;
    margin: 0 auto;
    padding: 0;
}

.license-card li {
    display: flex;
    /* flex-wrap: wrap; */
    /* margin-bottom: 4px; */
}

.license-card li:first-child {
    margin-top: 1rem;
}
.license-card li>span,
.license-card li>a {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 2px 4px;
    text-align: center;
}
.license-card li>span:first-child {
    text-align: right;
}
.license-card li>span:last-child,
.license-card li>a {
    text-align: left;
    font-weight: 600;
}
.license-card li>a {
    cursor: pointer;
    text-decoration: none;
}
.license-card li>a:hover {
    text-decoration: none;
}

.nothing {
    max-width: 600px;
    margin: 20px auto;
    padding: 0;
    text-align: center;
}

.renewal {
    font-size: 13px;
    color: #666;
    margin: 30px auto;
}

footer {
    font-size: 13px;
}

.imgregion {
    height: 100px;
    display: flex;
    justify-content: center;
} 

.imgregion > img {
    height: 100%;
    max-height: 100%;
}

.license {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* background: url('https://fgis.taxi/img/licensebg.jpg'); */
    background: #fff;
    position: relative;
    width: 100%;
    /* background-size: cover;
    background-position: 50%; */
    max-width: 540px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.2)
  }
  .license::before {
    content: "";
    display: block;
    padding-top: 141%;
  }
  .license__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .license__content {
    width: 93%;
    height: 95%;
    display: flex;
    flex-direction: column;
  }
  .license__header {
    display: flex;
    /* border-bottom: 1px solid #dac285; */
    padding: 2% 0;
    /* margin: 0 7%; */
  }
  .license__header-left {
    flex: 0 0 13%;
    max-width: 13%;
    margin-right: 2%;
  }
  .license__header-left img {
    width: 100%;
  }
  .license__header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .license__header-right-title {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5%;
  }
  .license__header-right-subtitle {
    line-height: 1;
  }
  .license__center {
    flex: 1 0 auto;
  }
  .license-content__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9%;
  }
  .license-content__header-title {
    font-weight: bold;
    line-height: 1;
  }
  .license-content__header-subtitle {
    
  }
  .license-content__header-number {
    font-family: "Futura Demi",sans-serif;
  }
  .license-content__info {
    width: 100%;
  }
  .license-content__info tr {
    border-bottom: 1px solid #3358A2;
  }
  .license-content__info td {
    line-height: 1.15em;
    padding: .5em;
  }
  .license-content__info td:first-child {
    
  }
  .license-content__info td:last-child {
    text-wrap: nowrap;
    color: #3458a2;
  }
  /* .licence-content__info-wrapper {
    position: absolute;
    width: 50%;
    margin-left: 10%;
    margin-top: 5%;
  }
  .license-content__info-img {
    opacity: 0.2;
    width: 100%;
  }
  .license-content__info-block {
    position: relative;
  } */
  .info-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 1%;
  }
  .info-block__title {
    font-family: "Futura Book",sans-serif;
  }
  .info-block__value {
    font-family: "Futura Demi",sans-serif;
    line-height: 1;
  }
  /* .license__footer {
    display: flex;
    justify-content: center;
    flex: 0 0 15%;
    padding: 0 0 2%;
  }
  .license__footer img {
    width: 100%;
  } */

  #qrcode {
    width: 23%;
    /* width: 120px;
    height: 120px; */
}
#qrcode img {
    width: 100%;
    max-width: 100%;
}

.header-link {
    display: flex;
    justify-content: flex-end;
}
.header-link a {
    font-size: 0.9em;
    cursor: pointer;
    height: 36px;
    border-radius: 8px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.75);
    display: inline-flex;
    color: #fff;
}
.header-link a:hover {
    background-color: rgba(255,255,255,0.75);
    color: #000;
}
.navbarfix {
    margin-top: 90px;
}

.deleted-card {
    background: url(https://fgis.taxi/img/deleted.jpg);
    background-size: cover;
    background-position: 50%;
}

#downloadbtn {
    width: 540px;
    max-width: 100%;
    margin: 0 auto;
}

#genmsg {
    text-align: center;
    height: 44px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.license-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #dcdcdc;
    margin: 0 15px;
}

.fixed-add {
    visibility: hidden;
    z-index: 999;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    bottom: 90px;
    transition: all .5s ease-in-out;
    left: 0;
    right: 0;
}

.fixed-add a {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 8px 14px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    flex-wrap: nowrap;
    color: #000;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #999;
}

.fixed-add a span:first-child {
    font-size: 12px;
    text-wrap: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 8px;
}

.fixed-add a span:last-child {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: 1px solid #333;
    border-radius: 6px;
}

.fixed-add_result {
    bottom: -100px;
}

.fixed-add_visible {
    bottom: 20px;
    opacity: 0.9;
}
.fixed-add_visible-bottom {
    bottom: 90px;
}
.regions-select {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
}
select {
    position: relative;
    font-size: 14px;
    /* font-weight: 300; */
    text-align: left;
    line-height: 40px;
    color: #333;
    background-color: #fff;
    padding: 0 20px;
    /* margin-bottom: 22px; */
    height: 42px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 50%;
}
.license-content__title {
}
.info-block-main {
    display: flex;
    border: 1px solid #3358A2;
    margin-bottom: 1em;
}
.info-block-main__title {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    color: #000;
    line-height: 2.2em;
    padding: 0 0 0 .5em;
}
.info-block-main__value {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #3358A2;
    color: #fff;
    line-height: 2.2em;
    padding: 0 0 0 .5em;
}

.license-content__carrier {
    width: 100%;
    max-width: 100%;
}
.license-content__carrier th {
    font-weight: normal;
    border: 1px solid #A6BCE6;
    background-color: #3358A2;
    color: #fff;
    text-align: center;
}
.license-content__carrier th:nth-child(1) {
    width: 4.5%;
}
.license-content__carrier th:nth-child(2) {
    width: 12%;
}
.license-content__carrier th:nth-child(3) {
    width: 11.5%;
}
.license-content__carrier th:nth-child(4) {
    width: 17%;
}
.license-content__carrier th:nth-child(5) {
    
}
.license-content__carrier th:nth-child(6) {
    
}
.license-content__carrier th:nth-child(7) {
    
}
.license-content__carrier th:nth-child(8) {
    width: 12%;
}
.license-content__carrier tr {
    /* font-weight: normal; */
}
.license-content__carrier td {
    /* font-weight: normal; */
    border: 1px solid #A6BCE6;
    text-align: center;
}
.license-content__carrier td:nth-child(2) {
    text-align: left;
    padding-left: .5em
}

.sic-fgis-card_featureStatus {
    text-transform: capitalize;
}

.bg-v2 {
    background-color: #282b63;
}
@media only screen and (max-width: 991px) {
    .header-link {
        display: none;
    }
    .fixed-add {
        visibility: visible;
    }
}
@media only screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }
    .license-body {
        margin-top: 15px;
        justify-content: flex-start;
    }
    .navlogo {
        padding: 0;
    }
    .ctr-text {
        margin-top: 1rem;
    }
    .navtext {
        text-wrap:wrap;
    }
    .hdr-logo {
        line-height: 1.35;
        font-size: 22px;
    }
    .hdr-text {
        font-size: 13px;
    }
    form {
        max-width: 100%;
    }
    .card {
        max-width: 100%;
    }
    .deleted-card {
        background-size: 130%;
        background-repeat: no-repeat;
    }
    .license-card li {
        flex-wrap: wrap;
        margin-bottom: 4px;
    }
    
    .license-card li>span,
    .license-card li>a {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        line-height: 1.4;
    }
    .license-card li>span:first-child {
        text-align: left;
        font-size: 13px;
    }
    .license-card li>span:last-child {
        /* font-weight: 800; */
    }
    .license-card ul>li:nth-child(2)>span:last-child {
        flex: 0 0 calc(100% - 100px);
    }
    footer {
        font-size: 10px;
    }
    .imgregion {
        position: absolute;
        right: 1.25rem;
        top: 1.25rem;
        height: 80px;
    } 

    .license-card li:first-child {
        margin-top: 0;
    }
}


