#callform .btn {
    padding: .5rem 1.5rem;
    border-radius: .25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    cursor: pointer;
    font-weight: 500;
    font-size: .875rem;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#callform.btn:focus, #callform .btn:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

#callform .btn.btn-red {
    background-color: #f56565;
    color: #fff
}

#callform .btn.btn-red:focus, #callform .btn.btn-red:hover {
    background-color: #e53e3e
}

#callform .btn.btn-green {
    background-color: #48bb78;
    color: #fff
}

#callform .btn.btn-green:focus, #callform .btn.btn-green:hover {
    background-color: #38a169
}

@media (min-width: 992px) {
    #callform .btn {
        font-size: 1rem
    }

}

#callform .timeline .event {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 96px
}

#callform .timeline .event:before {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #a0aec0;
    top: 0;
    content: "";
    left: 82px
}

#callform .timeline .event-date {
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: .875rem
}

#callform .timeline .event-date, .timeline .event-date:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timeline .event-date:before {
    background-color: #a0aec0;
    border-radius: 9999px;
    content: "";
    width: 18px;
    height: 18px;
    left: 73.5px
}

#callform .timeline .event-date:after {
    position: absolute;
    background-color: #fff;
    border-radius: 9999px;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    left: 75.5px
}

#callform .timeline .event-title {
    font-weight: 700;
    margin-bottom: .5rem
}

#callform .timeline .event-body {
    font-size: .875rem
}

#callform .timeline .done .event-date:after, .timeline .done .event-date:before {
    background-color: #48bb78
}

#callform .done{
    color:#48bb78;
}

#callform .in-progress{
    color: #a0aec0;
}

@media (min-width: 768px) {
    #callform .timeline .event {
        padding-left: 180px
    }

    #callform .timeline .event-date {
        left: 31px
    }

    #callform .timeline .event:before {
        left: 140px
    }

    #callform .timeline .event-date:after {
        left: 103.5px
    }

    #callform .timeline .event-date:before {
        left: 101.5px
    }

}

@media (min-width: 992px) {
    #callform .timeline .event-title {
        font-size: 1.25rem
    }

    #callform .timeline .event-body, #callform .timeline .event-date {
        font-size: 1rem
    }

}

#callform .row-body, #callform .row-head {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-color: #a0aec0;
    border-bottom-width: 1px
}

#callform .row-head {
    padding-bottom: .5rem;
    margin-top: 0;
    display: none;
}

#callform .code span, #callform .last-search span{
    display: block;
    font-weight: bold;
    text-align: center;
}

#callform .code, #callform .last-search{
    text-align: center;
}

#callform .code, #callform  .year {
    width: 100%;
}

#callform .last-search {
    width: 100%
}

#callform .row-head {
    font-weight: 700
}

#callform  .actions .btn {
    margin-left: .25rem
}

#callform  .actions {
    width: 100%;
    text-align: center;
    margin-top: .5rem
}

#callform  {
    padding: .5rem
}

@media (min-width: 640px) {
    #callform  .actions, #callform  .last-search {
        width: 33.333333%;
        margin-top: 0
    }

    #callform  .code, #callform  .year {
        width: 16.666667%
    }

}

@media (min-width: 992px) {
    #callform  {
        text-align: center
    }

    #callform  h2 {
        font-size: 1.5rem
    }

}

#callform .search-form h1 {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center
}

#callform .search-form .form-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden;
    border-width: 1px;
    border-color: #cbd5e0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem
}

#callform .search-form form {
    width: 100%
}

#callform .search-form .form-group {
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 1.5rem
}

#callform .search-form .form-actions {
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: center
}

@media (min-width: 768px) {
    #callform .search-form .form-group {
        width: 50%
    }

}

@media (min-width: 992px) {
    #callform .search-form .form-group {
        width: 33.333333%
    }

    #callform .search-form h1 {
        font-size: 1.875rem;
        margin-bottom: 2rem
    }

}

@media (min-width: 1280px) {
    #callform .search-form .form-actions, .search-form .form-group {
        width: 25%;
        margin-bottom: 0
    }

    #callform .search-form .form-actions .btn {
        margin-top: 27px;
        width: 100%
    }

    #callform .search-form .form-actions {
        text-align: left
    }

}


#callform html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

#callform body {
    margin: 0
}

#callform main {
    display: block
}

#callform h1 {
    font-size: 2em;
    margin: .67em 0
}

#callform hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

#callform pre {
    font-family: monospace, monospace;
    font-size: 1em
}

#callform a {
    background-color: transparent;
}

#callform abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

#callform b, #callform strong {
    font-weight: bolder
}

#callform code, #callform kbd, #callform samp {
    font-family: monospace, monospace;
    font-size: 1em
}

#callform small {
    font-size: 80%
}

#callform sub, #callform sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

#callform sub {
    bottom: -.25em
}

#callform sup {
    top: -.5em
}

#callform img {
    border-style: none
}

#callform button, #callform input,#callform  optgroup, #callform select, #callform textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

#callform button, #callform input {
    overflow: visible
}

#callform button, #callform select {
    text-transform: none
}

#callform [type=button],#callform  [type=reset],#callform  [type=submit],#callform  button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

#callform fieldset {
    padding: .35em .75em .625em
}

#callform legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

#callform progress {
    vertical-align: baseline
}

#callform textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

#callform details {
    display: block
}

#callform summary {
    display: list-item
}

#callform [hidden], #callform template {
    display: none
}

#callform html {
    box-sizing: border-box;
    font-family: sans-serif
}

#callform *, :after, :before {
    box-sizing: inherit
}

#callform blockquote, #callform dd, #callform dl, #callform figure, #callform h1, #callform h2, #callform h3, #callform h4, #callform h5, #callform h6, #callform hr, #callform p, #callform pre {
    margin: 0
}

#callform button {
    background: transparent;
    padding: 0
}

#callform button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

#callform fieldset, #callform ol,#callform  ul {
    margin: 0;
    padding: 0
}

#callform ol, #callform ul {
    list-style: none
}

#callform html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

#callform *, :after, :before {
    border: 0 solid #e2e8f0
}

#callform hr {
    border-top-width: 1px
}

#callform img {
    border-style: solid
}

#callform textarea {
    resize: vertical
}

#callform input::-webkit-input-placeholder, #callform textarea::-webkit-input-placeholder {
    color: #a0aec0
}

#callform input::-moz-placeholder,#callform  textarea::-moz-placeholder {
    color: #a0aec0
}

#callform input:-ms-input-placeholder, #callform textarea:-ms-input-placeholder {
    color: #a0aec0
}

#callform input::-ms-input-placeholder, #callform textarea::-ms-input-placeholder {
    color: #a0aec0
}

#callform input::placeholder, #callform textarea::placeholder {
    color: #a0aec0
}

#callform [role=button], #callform button {
    cursor: pointer
}

#callform table {
    border-collapse: collapse
}

#callform h1, #callform h2, #callform h3, #callform h4, #callform h5, #callform h6 {
    font-size: inherit;
    font-weight: inherit
}

#callform a {
    color: inherit;
    text-decoration: inherit
}

#callform button, #callform input, #callform optgroup, #callform select, #callform textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

#callform code, #callform kbd, #callform pre, #callform samp {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

#callform audio, #callform canvas, #callform embed, #callform iframe, #callform img, #callform object, #callform svg, #callform video {
    display: block;
    vertical-align: middle
}

#callform img, #callform video {
    max-width: 100%;
    height: auto
}

#callform .container {
    width: 100%
}

@media (min-width: 640px) {
    #callform .container {
        max-width: 640px
    }

}

@media (min-width: 768px) {
    #callform .container {
        max-width: 768px
    }

}

@media (min-width: 1024px) {
    #callform .container {
        max-width: 1024px
    }

}

@media (min-width: 1280px) {
    #callform .container {
        max-width: 1280px
    }

}


#callform * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

#callform main {
    padding-left: .5rem;
    padding-right: .5rem
}

#callform label {
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #4a5568;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .5rem
}

#callform input, #callform label {
    display: block;
    text-align: left;
}

#callform input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-width: 1px;
    border-radius: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.25;
    color: #000;
    outline: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

#callform input:focus {
    border-color: #a0aec0
}

#callform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background-color: #fff;
    border-width: 1px;
    border-color: #cbd5e0;
    padding-left: 1rem;
    line-height: 1.25;
    outline: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    padding-right: 2rem;
    border-radius: .25rem
}

#callform input, #callform select {
    height: 2.7rem
}

#callform textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #4a5568;
    border-width: 1px;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    line-height: 1.25;
    outline: 0
}

#callform nav {
    padding: 1rem
}

#callform .logo {
    text-align: center
}

#callform .svg-logo {
    width: 130px;
    height: 86px
}

#callform .svg-logo .cls-1 {
    fill: #ce1327
}

#callform .svg-logo .cls-2 {
    fill: #fdd115
}

#callform .svg-logo .cls-3 {
    fill: #243770
}

#callform .svg-logo .cls-4, .svg-logo .cls-6 {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

#callform .svg-logo .cls-4 {
    stroke: #203c88;
    stroke-width: 0
}

#callform .svg-logo .cls-5 {
    fill: #1d1d1b
}

#callform .svg-logo .cls-6 {
    stroke: #1d1d1b;
    stroke-width: 5px
}

#callform body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 55px;
}

#callform footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

#callform a {
    color: #3490dc;
    cursor: pointer
}


#callform .flex-row {
    -webkit-box-direction: normal;
    flex-direction: row
}

#callform .flex-row,#callform  .flex-row-reverse {
    -webkit-box-orient: horizontal
}

#callform .flex-row-reverse {
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

#callform .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

#callform .flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

#callform .flex-wrap {
    flex-wrap: wrap
}

#callform .flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

#callform .flex-no-wrap {
    flex-wrap: nowrap
}

#callform .items-start {
    -webkit-box-align: start;
    align-items: flex-start
}

#callform .items-end {
    -webkit-box-align: end;
    align-items: flex-end
}

#callform .items-center {
    -webkit-box-align: center;
    align-items: center
}

#callform .items-baseline {
    -webkit-box-align: baseline;
    align-items: baseline
}

#callform .items-stretch {
    -webkit-box-align: stretch;
    align-items: stretch
}

#callform .self-auto {
    align-self: auto
}

#callform .self-start {
    align-self: flex-start
}

#callform .self-end {
    align-self: flex-end
}

#callform .self-center {
    align-self: center
}

#callform .self-stretch {
    align-self: stretch
}

#callform .justify-start {
    -webkit-box-pack: start;
    justify-content: flex-start
}

#callform .justify-end {
    -webkit-box-pack: end;
    justify-content: flex-end
}

#callform .justify-center {
    -webkit-box-pack: center;
    justify-content: center
}

#callform .justify-between {
    -webkit-box-pack: justify;
    justify-content: space-between
}

#callform .justify-around {
    justify-content: space-around
}

#callform .content-center {
    align-content: center
}

#callform .content-start {
    align-content: flex-start
}

#callform .content-end {
    align-content: flex-end
}

#callform .content-between {
    align-content: space-between
}

#callform .content-around {
    align-content: space-around
}

#callform .flex-1 {
    -webkit-box-flex: 1;
    flex: 1 1 0%
}

#callform .flex-auto {
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

#callform .flex-initial {
    -webkit-box-flex: 0;
    flex: 0 1 auto
}

#callform .flex-none {
    -webkit-box-flex: 0;
    flex: none
}

#callform .flex-grow-0 {
    -webkit-box-flex: 0;
    flex-grow: 0
}

#callform .flex-grow {
    -webkit-box-flex: 1;
    flex-grow: 1
}

#callform .flex-shrink-0 {
    flex-shrink: 0
}

#callform .flex-shrink {
    flex-shrink: 1
}

#callform .container {
    margin-left: auto;
    margin-right: auto;
}

#callform .flex {
    display: flex;
}

@media (min-width: 1280px) {
    #callform .search-form .form-actions,#callform .search-form .form-group {
        width: 25%;
        margin-bottom: 0;
    }
}

#callform .loading-block{
    display: none;
}

#callform .bg-gray-100{
    background-color:#f7fafc
}

#callform .rounded{
    border-radius: 0.25rem
}

#callform .text-center {
    text-align: center;
}

#callform .mb-4 {
    margin-bottom: 1rem;
}

#callform .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#callform .px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

#callform .mt-8 {
    margin-top: 2rem;
}

#callform .result-table{
    text-align: left;
}

#callform .background-modal{
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#callform .modal-dialog-me{
    margin: 0;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
}

#callform .modal-content{
    width: 100%;
    height: 320px;
    max-height: 420px;
    max-width: 600px;
    background: white;
    display: block;
    overflow: auto;
}

#callform .modal-content .top-h3{
    color: #7b7b7b;
    font-size: 1.4rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

#callform .modal-content .element-modal-channel{
    padding: 15px 10px;
    border-radius: 10px;
    width: 100%;
    display: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

#callform .modal-content .element-modal-channel:hover{
    background-color: #48bb78;
    color:white;
    cursor: pointer;
}

#callform .modal-content .element-modal-channel img{
    width: 50px;
    height: 50px;
    display: inline;
}

#callform .modal-content .element-modal-channel p{
    margin-top: 15px;
    font-weight: bolder;
}

#callform .modal-content .code-input, #callform .modal-content .code-label{
    display: none;
}


#callform .hidden-md .actions{
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 15px 0px;
    background: white;
    width: 100%;
}

#callform .hidden-md .actions .btn{
    margin-top: 5px;
}

.show-desktop{
    display:inline-block!important;
}
.show-mobile{
    display:inline-block!important;
}

@media (max-width:991px) {
    #callform .hidden-b-md{
        display: none;
    }

    #callform .hidden-md .actions {
        display: block;
    }

    #callform .hidden-md .actions .btn{
        z-index: 99999;
    }
    .show-desktop{
        display:none;
    }
}


@media (min-width:992px) {

    #callform .hidden-md{
        display: none;
    }

    #callform .hidden-b-md{
        display: block;
    }

    #callform .modal-dialog-me{
        transform: translate(-320px, -50%);
    }

    #callform .modal-content {
        width: 600px;
        height: 420px;
        margin-bottom: auto;
    }

    #callform .row-head{
        display: flex;
    }

    #callform .code span, #callform .last-search span{
        display: none;
    }

    #callform .code, #callform .last-search{
        text-align: left;
    }

    #callform .last-search {
        width: 50%
    }

    #callform .code, #callform  .year {
        width: 16%
    }

    #callform .modal-content .element-modal-channel{
        width: 49%;
        margin-bottom: 15px;
    }
    #callform .search-results{
        margin-top:2.5rem;
        margin-bottom:2.5rem;
    }
    #callform .search-results h2{
        font-size:1.5rem
    }
    #callform .search-results h2 {
        font-size: 1.5rem;
    }
    #callform .timeline .event-title {
        font-size: 1.25rem;
    }
    .show-mobile{
        display:none!important;
    }
    .show-desktop.show-mobile{
        display: inline-block!important;
    }
}
