/* $Id: imapsync_form.css,v 1.8 2019/11/25 13:49:18 gilles Exp gilles $ */
:root {
    --p-color: #297fb8;
    --w-color: #ffffff;
    --s-color: #FAFBFB;
    --g-color: #E6E7E9;
    --bg-color: #F9F9FD;
    --d-color: #464A54;
}

input:focus-visible {
    outline: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Fira Sans', sans-serif;
}

#progress-txt {
    text-align: center;
    font-size: 1.4em;
    margin: 0 0 0px;
    height: 50px;
}

.progress {
    /* text-align: center ; */
    /* font-size: 1.4em ; */
    margin: 0 0 0px;
}

.progress-bar {
    text-align: center;
    font-size: 1.4em;
    margin: 0 0 0px;
}

.padd0 {
    padding-left: 0px;
    padding-right: 0px;
}

#title {
    padding: 30px 0;
    background-color: var(--p-color);
    color: white;
}

#title p {
    font-size: 18px;
}

#account1,
#account2 {
    padding: 35px 15px 22px;
    border-radius: 10px;
    background: var(--bg-color);
    -webkit-box-shadow: 16px 16px 32px #acacaf, -16px -16px 32px #ffffff;
    box-shadow: 16px 16px 32px #acacaf, -16px -16px 32px #ffffff;
    border: 1px solid #e9e9f7;
}

#account1 .h2,
#account1 h2,
#account2 .h2,
#account2 h2 {
    font-size: 24px;
}

#account1 legend,
#account2 legend {
    border: none;
    margin-bottom: 20px;
}

#account1 legend span,
#account2 legend span {
    color: var(--p-color);
}

#form {
    margin: 0 -15px;
    padding: 0;
    background: var(--bg-color);
    padding-bottom: 1.5%;
}

#form_row {
    margin: 0 10%;
    padding: 4% 0 1% 0;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 15px;
}

#output {
    max-height: 400px;
}

.form-control,
.input-group-addon {
    border: 1px solid #e9e9f7;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #297fb8 0, #297fb8 100%);
    background-repeat: repeat-x;
}

.input-group-addon {
    background-color: #f1f1f9;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#button_extra_param button,
#button_swap button {
    border: none;
    outline: none;
    border-radius: 6px;
    background: #F9F9FD;
    -webkit-box-shadow: 2px 15px 15px -8px #0000004d;
    box-shadow: 2px 15px 15px -8px #0000004d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 10px 20px;
    border: 1px solid #e9e9f7;
}

#button_extra_param button:focus,
#button_swap button:focus {
    -webkit-box-shadow: 2px 15px 15px -8px #0000004d !important;
    box-shadow: 2px 15px 15px -8px #0000004d !important;
}

#transfer-btns {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#transfer-btns .col-sm-2 {
    margin: 0 20px;
}

#transfer-btns .col-sm-2 button {
    border-radius: 6px;
    -webkit-box-shadow: 2px 15px 15px -8px #0000004d;
    box-shadow: 2px 15px 15px -8px #0000004d;
}

.btn-success {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #297fb8), to(#297fb8));
    background-image: linear-gradient(top, #297fb8 0, #297fb8 100%);
    border: none;
    outline: 0;
}

.btn-success:focus,
.btn-success:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    background-color: #cb3409;
    border: none;
    outline: 0;
}

.btn-danger {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #454A55), to(#3c4048));
    border: none;
    outline: 0;
}

.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    outline: 0;
    background-color: #3c4048;
    border: none;
}

.progress-bar-info {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ACCCEB), to(#b8dcff));
    background-image: linear-gradient(to bottom, #ACCCEB 0, #b8dcff 100%);
}

.progress-bar {
    font-size: 1.2em;
}

#progress-txt {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.2em;
}

#consoles {
    padding-top: 3%;
}

#consoles pre {
    border: none;
    background-color: var(--w-color);
}

#consoles .text-center {
    margin-top: 0px;
    font-size: 1.5em;
}

body>.text-center {
    font-size: 1.5em;
}

.progress,
#progress-bar,
#output {
    margin: 0 10%;
}

.progress {
    margin-bottom: 2%;
}

.well,
#output {
    border: solid 1px #e9e9f7;
    background-color: #f9f9fd !important;
    background-image: none;
}

.disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.disclaimer span {
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #fff;
}

#copyright {
    font-family: 'Fira Sans', sans-serif;
    color: #818795;
    margin-left: 2%;
    font-size: 12px;
}

.ftr-btn {
    margin-left: 2%;
    margin-bottom: 5%;
    outline: none !important;
    color: #fff;
    border: none;
    padding: 6px 22px;
    border-radius: 6px;
    background-color: #297fb8;
    -webkit-box-shadow: 2px 15px 15px -8px #0000004d;
    box-shadow: 2px 15px 15px -8px #0000004d;
}

#faq span {
    color: var(--p-color);
}

.disclaimer p {
    margin-bottom: 1%;
    font-family: 'Fira Sans', sans-serif;
    text-transform: capitalize;
    color: #818795;
    font-size: 20px;
}

#bw {
    margin: 0 2% 0 10%;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#bw .text-center {
    font-weight: 500;
    font-size: 20px;
}

#bw #vstat img {
    margin: 10px auto;
}

#faq {
    margin: 0 10% 0 2%;
    padding: 0 2%;
}

.faq-hdr {
    font-weight: 500;
    width: 100% !important;
    font-family: 'Fira Sans', sans-serif;
    font-size: 3rem;
    text-align: center;
}

.accordion .card {
    border: solid 1px #dcdfe6;
    margin-top: 4%;
}

.accordion>.card {
    border-radius: 8px;
}

.accordion .card-header {
    padding: 0;
    background-color: #F9F9FD;
    border-radius: 8px;
}

.faq-arrow {
    margin: 0 3%;
    color: var(--p-color);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header .collapsed .faq-arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .card-header a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 100% !important;
}

.accordion .card-header a p {
    width: 100%;
}

.accordion {
    width: 100% !important;
}

#faq .card {
    width: 100% !important;
    /* background: #f5f6f8; */
}

#faq .card .collapsing,
#faq .card .collapse {
    max-width: 666px;
}

#faq .card .card-header .faq-que {
    border-bottom: 1px #e9e9f7;
    padding: 8px 0 8px 15px !important;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 15px;
    color: var(--d-color);
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
    color: var(--d-color);
    padding: 8px 12px !important;
}

#faq .btn.focus,
.btn:focus {
    -webkit-box-shadow: 0px 0px 0px !important;
    box-shadow: 0px 0px 0px !important;
}

.accordion>.card:not(:last-of-type) {
    border: solid 1px #dcdfe6 !important;
    border-radius: 8px !important;
}

#faq-divider {
    margin: 0;
    border-color: #e7e7f4;
    width: 100%;
    position: relative;
}

#faq-divider {
    margin: 2% 0;
}

/*Contact Section*/
#contact-sec {
    margin-top: 2%;
}

#r-side-b .r-side-hdr {
    color: var(--d-color);
    font-family: 'Fira Sans', sans-serif;
    font-size: 3rem;
    font-weight: 500;
}

#r-side-b p span {
    color: var(--p-color);
}

#ab-txt p {
    font-family: 'Fira Sans', sans-serif;
    color: var(--d-color);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.72;
}

#ab-txt {
    padding-bottom: 5%;
    border-bottom: solid 1.5px #e8e8f6;
}

.c-d-block .bl-1 {
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-d-block .bl-1:nth-child(1),
.c-d-block .bl-1:nth-child(2) {
    border-right: 1px solid #e8e8f6;
}

.c-d-block div p {
    margin-left: 10px;
}

.c-d-block div p:nth-child(2) {
    font-size: 12px;
}

.c-d-hdr {
    margin-bottom: 1%;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    color: var(--d-color);
}

.c-d-block span {
    color: var(--p-color);
}

/*Contact Form*/
.contact-form {
    width: 46%;
    padding: 18px 25px !important;
    border-radius: 8px;
    border: solid 1px #e9e9f7;
    background-color: #f9f9fd;
    margin-left: 4%;
}

#contact-hdr {
    font-weight: 500;
    font-size: 3rem;
    font-family: 'Fira Sans', sans-serif;
    color: var(--d-color);
    text-align: center;
}

#contact-hdr span {
    color: var(--p-color);
}

.contact-form form label {
    font-family: 'Fira Sans', sans-serif;
    color: var(--d-color);
    font-weight: 500;
    font-size: 15px;
    margin-top: 5%;
}

.contact-form form input,
.contact-form textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: solid 1px #dcdfe6;
    background-color: #ffffff;
}

.contact-form form input::-webkit-input-placeholder,
.contact-form form textarea::-webkit-input-placeholder {
    color: #464a54;
    opacity: .3;
    font-size: 15px;
}

.contact-form form input:-ms-input-placeholder,
.contact-form form textarea:-ms-input-placeholder {
    color: #464a54;
    opacity: .3;
    font-size: 15px;
}

.contact-form form input::-ms-input-placeholder,
.contact-form form textarea::-ms-input-placeholder {
    color: #464a54;
    opacity: .3;
    font-size: 15px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #464a54;
    opacity: .3;
    font-size: 15px;
}

.contact-form .name1,
.contact-form .name2 {
    float: left;
    width: 49%;
}

.contact-form .name1 input,
.contact-form .name2 input {
    width: 100%;
}

.contact-form .name2 {
    margin-left: 2%;
}

/* Chrome, Safari, Edge, Opera */
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    --webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.contact-form input[type=number] {
    --moz-appearance: textfield;
}

#form-submit-btn {
    width: 30%;
    margin-left: 35%;
    margin-top: 5%;
    margin-bottom: 2%;
    padding: 12px;
    font-size: 15px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    border-radius: 8px;
    border: none;
    outline: none;
    -webkit-box-shadow: 2px 25px 20px -15px rgba(220, 67, 27, 0.4);
    box-shadow: 2px 25px 20px -15px rgba(220, 67, 27, 0.4);
    background-color: #297fb8;
}

.input-lg {
    font-size: 15px;
}

#pri-poli-txt {
    margin: 10px 0;
}

.progress-bar-success {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d63e15), to(#dc431b));
    background-image: linear-gradient(to bottom, #d63e15 0, #dc431b 100%);
}

@media (min-width: 768px) {
    #parameters {
        margin: 0 5%;
    }

    #button_extra_param {
        margin-top: 5%;
    }

    #footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: space-evenly;
        margin: 0;
    }

    .info {
        width: 100%;
    }

    #form_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #consoles .col-sm-6 {
        width: 38%;
    }

    #transfer-btns .col-sm-2 button {
        font-size: 0.9vw;
    }

    #contact-sec {
        width: 80%;
    }

    #consoles>div:nth-child(3) {
        margin: 0 2% 0 10%;
    }

    #consoles>div:nth-child(4) {
        margin: 0 10% 0 2%;
    }

    #stats {
        margin: 1% 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .business-li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        width: 100%;
    }

    .business-li a {
        margin: 0 2%;
    }
}

@media (max-width: 768px) {

    #form_row,
    #consoles,
    body>.text-center {
        margin: 2% 6%;
    }

    #output {
        margin: 0 5%;
    }

    #faq {
        margin: 4% 2%;
        padding: 0 2%;
    }

    #contact-sec {
        margin: 6% 2%;
    }

    .c-d-block {
        margin: 0 1%;
    }

    .c-d-block .bl-1 {
        border: none !important;
    }

    .contact-form {
        width: 92%;
        padding: 18px 25px !important;
        margin: 0 4%;
    }

    .progress,
    #progress-bar {
        margin: 5% 0;
    }

    .contact-form {
        margin: 4% 4%;
    }

    #bw {
        margin: 1%;
    }

    #footer-btns {
        margin: 4% 0;
    }

    .footer-logo img {
        max-width: 300px;
    }
}

@media screen and (min-width: 1025px) {
    #default-nav #links .collapse {
        display: block;
    }
}
