@font-face {
    font-family: 'FontAwesome';
    src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
}

.page-topbar {
    min-height: 60px;
    position: fixed;
    width: 100%;
    background-color: #e14641;
    top: 0px;
    left: 0px;
    z-index: 1999;
    box-shadow: 0 2px 4px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 2px 4px rgba(33,33,33,.2);
    -moz-box-shadow: 0 2px 4px rgba(33,33,33,.2);
    -o-box-shadow: 0 2px 4px rgba(33,33,33,.2);
    -ms-box-shadow: 0 2px 4px rgba(33,33,33,.2);
    max-height: 60px;
}

span.sidebar-icon i.fas.fa-truck {
    font-size: 25px !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.page-topbar, .logo-area, .logo-area, #main-content, .logo-icon, .wraplist, .page-sidebar, .profile-info, .profile-image, .profile-details, .menu-title, .profile-image a img {
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

    .page-topbar .logo-area {
        background-image: url("/Content/assets/images/logoarea.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-left: 0.5rem;
    }

    .page-topbar .logo-area {
        width: 240px;
        background-color: #e14641;
        display: block;
        min-height: 60px;
        float: left;
        cursor: pointer;
    }

    .page-topbar .logo-icon {
        background-image: url("/Content/assets/images/logo-icon.png") !important;
        background-repeat: no-repeat !important;
    }

    .page-topbar .logo-icon {
        width: 100px !important;
        background-color: #e14641;
        display: block;
        min-height: 60px;
        float: left;
    }

    .page-topbar ul {
        margin: 0px;
        padding: 0px;
    }

        .page-topbar ul li {
            list-style-type: none;
        }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    top: -0.6rem;
    position: relative;
}

.page-topbar .user-info li a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 8px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: 400;
    position: relative;
}

.page-topbar .user-notify li a {
    display: inline-block;
    font-size: 16px;
    padding: 22px 14px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: 400;
    position: relative;
}

.page-topbar .quick-area .info-menu {
    height: 60px;
    margin: 0;
    line-height: 50px;
    padding: 0 15px;
    display: flex;
}

.info-menu li {
}

.page-topbar .badge {
    display: inline-block;
    min-width: 10px;
    position: absolute;
    padding: 3px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #F44336;
    border-radius: 10px;
    top: 8px;
    right: 0;
}

li.profile img {
    height: 30px;
    width: 30px;
    top: 0px;
    right: 10px;
    position: relative;
    background-color: #999999;
}

/* Ripple magic */
.page-topbar button:focus {
    outline: none;
}

.page-topbar button {
    border: none;
    width: 50px;
    cursor: pointer;
    height: 50px;
    color: white;
    padding: 11px 15px;
    font-size: 21px;
    border-radius: 100%;
    background: transparent;
    margin-top: 5px;
    position: relative;
    float: left;
}

.page-topbar button {
    position: relative;
    overflow: hidden;
}

    .page-topbar button:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, .5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.page-topbar button:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

.page-topbar li .dropdown-menu.profile {
    max-width: 180px;
    height: auto;
    padding: 0px;
}

.wraplist li.active {
    background-color: #dcdfe6;
    border-left: 4px solid rgb(225, 70, 65);
}

.dropdown-menu {
    width: 360px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 23px;
    font-size: 14px;
    padding-bottom: 0px;
    border: 0px solid transparent;
    box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 20px 0 rgba(33,33,33,.2);
    margin-top: -1px;
    padding-top: 0px;
}

.page-topbar .dropdown-menu {
    background: #ffffff;
    border: 1px solid #f5f5f5;
}

.page-topbar li .dropdown-menu.profile li {
    line-height: 40px;
    display: block;
    margin: 0px;
}

    .page-topbar li .dropdown-menu.profile li a {
        display: block;
        border-bottom: 1px solid #eeeeee;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.page-topbar .dropdown-menu:after, .page-topbar .dropdown-menu:before {
    bottom: 100%;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.page-topbar .dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(80, 80, 80, .1);
    border-width: 10px;
    margin-left: -10px;
}

.page-topbar li .dropdown-menu li a {
    text-decoration: none;
    color: #717171;
}

.inputHelp {
    width: 60%;
    color: lightgray;
    background: white;
    display: block;
    margin: auto;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 0 28px 0 hsla(0,0%,89%,.8);
    text-align: left;
    will-change: transform;
    transition: all 0.2s ease 0s;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    padding-left: 22px;
}

.btnHelp {
    color: rgb(225, 70, 65);
    display: block;
    text-align: left;
    border-radius: 6px;
}

    .btnHelp:hover {
        -ms-transform: scale(1.15);
        color: rgb(225, 70, 65);
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        font-weight: 700 !important;
        background: none;
        -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
        transition: all 0.3s ease 0s;
    }

.btnSend {
    background-color: rgb(225, 70, 65);
    color: white;
    display: block;
    text-align: left;
    border-radius: 6px;
    width: 20%;
    text-align: center;
}

textarea {
    resize: none;
}

.modalFooter {
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.textContact {
    font-size: 18px;
    text-align: center;
    color: #606266;
    line-height: 24px;
}

/*//////////////////////////SIDE BAR NAVE//////////////////////////*/

.page-sidebar {
    height: auto;
    width: 260px;
    position: fixed;
    padding: 0px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    min-height: 100%;
    height: auto;
    margin-top: 60px;
}

    .page-sidebar.fixedscroll {
        position: fixed;
    }

    .page-sidebar.collapseit {
        width: 60px;
        margin-left: 0px !important;
        z-index: 99;
    }

    .page-sidebar .profile-info {
        background: transparent;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 15px;
        display: flex;
    }

    .page-sidebar .profile-image {
        padding-right: 5px;
        display: inline-block;
    }

.profile-info .profile-image img {
    height: 65px;
    float: right;
    top: 5px;
    left: 5px;
    position: relative;
}

.short-profile img {
    height: 45px !important;
    left: 2px !important;
}

.short-profile .profile-details {
    display: none;
}

.profile-info .profile-details h3 {
    margin: 19px 0px 6px 14px;
}

.profile-info .profile-details .profile-title {
    color: rgba(174, 178, 183, 1.0);
    font-size: 13px;
    margin: 0px 0px 6px 14px;
}

#main-menu-wrapper ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'Comfortaa';
    font-weight: 400;
    font-size: 14px;
}

#main-menu-wrapper .menusection {
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    padding-left: 24px;
    margin: 10px 0 0px 0;
    color: #9e9e9e;
    text-transform: uppercase;
}

.profile-info .profile-details h3 a {
    font-weight: 800;
    color: #757575;
    font-size: 20px;
    line-height: 23px;
    text-decoration: none;
}

#main-menu-wrapper li a {
    display: block;
    min-height: 42px;
    height: auto;
    color: #424242;
    text-decoration: none;
    padding: 14px 0px;
    padding-left: 5px;
    clear: both;
    border-left: 4px solid transparent;
    white-space: nowrap;
    /*    font-size: 18px;*/
}

#main-menu-wrapper .fa, #main-menu-wrapper .fas {
    font-size: 30px;
    margin-right: 8px;
}

#main-menu-wrapper li a i {
    display: inline-block;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 0px;
    position: relative;
}

#main-menu-wrapper li a:hover {
    background-color: rgba(33, 33, 33, 0.1);
    border-left: 4px solid #e14641;
}


/*MAIN CONTENT/////////////////////////////////////////////////////////////*/

#main-content {
    margin-left: 260px;
    display: block;
}

    #main-content.sidebar_shift {
        margin-left: 60px;
        margin-right: 0px;
    }

.main-wrapper {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}

section.box {
    background-color: #ffffff;
    margin: 15px 0;
    min-height: 350px;
    box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -webkit-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -moz-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -o-box-shadow: 0 1px 3px rgba(33,33,33,.2);
    -ms-box-shadow: 0 1px 3px rgba(33,33,33,.2);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #494848 !important;
    /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #494848 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #494848 !important;
}

form .form-control {
    transition: all .2s ease;
    border-radius: 6px;
    background-color: #fff;
    text-align: left;
    will-change: transform;
}

.col-lg-12.button-help button {
    float: right;
    background-color: rgb(225, 70, 65)
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

    .accordion a:hover,
    .accordion a:hover::after {
        cursor: pointer;
        color: rgb(225, 70, 65);
    }

        .accordion a:hover::after {
            border: 1px solid rgb(225, 70, 65);
        }

    .accordion a.active {
        color: rgb(225, 70, 65);
        border-bottom: 1px solid rgb(225, 70, 65);
    }

    .accordion a::after {
        font-family: FontAwesome;
        content: '\f218';
        position: absolute;
        float: right;
        right: 1rem;
        font-size: 1rem;
        color: #7288a2;
        padding: 5px;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #7288a2;
        text-align: center;
        font-weight: 900;
    }

    .accordion a.active::after {
        font-family: FontAwesome;
        content: '\f209';
        color: rgb(225, 70, 65);
        border: 1px solid rgb(225, 70, 65);
        font-weight: 900;
    }

.accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}

    .accordion .content p {
        font-size: 1rem;
        font-weight: 300;
    }

    .accordion .content.active {
        opacity: 1;
        padding: 1rem;
        max-height: 100%;
        -webkit-transition: all 0.35s ease 0.15s;
        -o-transition: all 0.35s ease 0.15s;
        transition: all 0.35s ease 0.15s;
    }

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_input {
    padding: 0 10px;
    width: auto;
    caret-color: red;
    transition: width 1.5s linear;
}

.searchbar {
    padding: 0px 10px;
    margin-top: 5px;
}

.search_icon {
    margin: 10px 0 ;
}

.searchbar:hover > .search_icon {
    background: white;
    color: #e74c3c;
    height: 40px !important;
    width: 40px !important;
}

.search_icon {
    height: 30px !important;
    width: 30px !important;
    float: right !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    color: white;
    text-decoration: none;
}

.steps {
    margin-bottom: 10px;
    position: relative;
    height: 25px;
    margin-left: 45px;
}

a#cancelToOrder i {
    color: black;
    padding: 10px 0;
}

a#closeAddress i {
    color: black;
    padding: 10px 0;
}

.steps > div {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: 25px;
    padding: 0 5px;
    ;
    display: inline-block;
    width: auto;
    text-align: center;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .steps > div > span {
        line-height: 25px;
        height: 25px;
        margin: 0;
        color: #777;
        font-family: 'Roboto', sans-serif;
        font-size: .9rem;
        font-weight: 300;
    }

    .steps > div > .liner {
        position: absolute;
        height: 2px;
        width: 0%;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background: #999;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }

.step-one {
    left: 0;
}

.step-two {
    left: 50%;
    clip: rect(0, 0px, 25px, 0px);
}

.step-three {
    left: 100%;
    clip: rect(0, 0px, 25px, 0px);
}

.line {
    width: 100%;
    height: 5px;
    background: #ddd;
    position: relative;
    border-radius: 10px;
    overflow: visible;
}

    .line .dot-move {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 15px;
        height: 15px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #ddd;
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }

    .line .dot {
        position: absolute;
        top: 50%;
        width: 15px;
        height: 15px;
        left: 0;
        background: #ddd;
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        -ms-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5);
    }

        .line .dot.zero {
            left: 0%;
            background: #bbb;
        }

.container.slider-one-active .dot.zero {
    background: rgb(225, 70, 65);
}

.line .dot.center {
    left: 50%;
    background: #bbb
}

.line .dot.full {
    left: 100%;
    background: #bbb
}

.slider-ctr {
    width: 100%;
    overflow: hidden;
}

.slider {
    overflow: hidden;
    width: 1200px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(0px) scale(1);
    -ms-transform: translate(0px) scale(1);
    transform: translate(0px) scale(1);
}

.container.slider-one-active .slider-two,
.container.slider-one-active .slider-three {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

.container.slider-two-active .slider-one,
.container.slider-two-active .slider-three {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

.container.slider-three-active .slider-one,
.container.slider-three-active .slider-two {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}

.slider-one,
.slider-two,
.slider-three {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.slider-form {
    float: left;
    width: 400px;
}

    .slider-form h2 {
        font-size: 1.5rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        margin-bottom: 50px;
        color: #999;
        position: relative;
    }

.container.pt-4.pb-5.bg-white.shadow.center.slider-two-active {
    height: 110vh;
}

.slider-form h2 .yourname {
    font-weight: 400;
}

.slider-form h3 {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    line-height: 1.5;
    color: #999;
    position: relative;
}

    .slider-form h3 .balapa {
        font-family: 'Pacifico', sans-serif;
        display: inline-block;
        color: rgb(225, 70, 65);
        text-decoration: none
    }

.slider-form [type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    background: #fafafa;
    border: 1px solid transparent;
    color: #777;
    border-radius: 50px;
    margin-bottom: 50px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 99;
}

    .slider-form [type="text"]:focus {
        background: #fcfcfc;
        border: 1px solid #ddd;
    }

.slider-form button,
.reset {
    display: inline-block;
    text-decoration: none;
    background: rgb(225, 70, 65);
    border: none;
    color: white;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    float: right;
}

.step.step-three span {
    margin-right: 24px;
}
/*  emot */

.label-ctr {
    margin-bottom: 50px;
}

label.radio {
    height: 55px;
    width: 55px;
    display: inline-block;
    margin: 0 10px;
    background: transparent;
    position: relative;
    border-radius: 50%;
    cursor: pointer
}

    label.radio input {
        visibility: hidden
    }

        label.radio input:checked + .emot {
            -webkit-transform: scale(1.25);
            -ms-transform: scale(1.25);
            transform: scale(1.25);
        }

            label.radio input:checked + .emot,
            label.radio input:checked + .emot .mouth {
                border-color: rgb(225, 70, 65);
            }

                label.radio input:checked + .emot:before,
                label.radio input:checked + .emot:after {
                    background: rgb(225, 70, 65);
                }

    label.radio .emot {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fafafa;
        border-radius: 50%;
        border: 2px solid #ddd;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
    }

.container.slider-one-active.pt-4.pb-5.bg-white.shadow {
    height: 110vh;
}

label.radio .emot:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 5px;
    height: 10px;
    background: #ddd;
}

label.radio .emot:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 5px;
    height: 10px;
    background: #ddd;
}

label.radio .emot .mouth {
    position: absolute;
    bottom: 10px;
    right: 15px;
    left: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #ddd;
    background: transparent;
    clip: rect(0, 35px, 10px, 0);
}

    label.radio .emot .mouth.smile {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    label.radio .emot .mouth.sad {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

/*	center */

.container.center .line .dot-move {
    left: 50%;
    -webkit-animation: .3s anim 1;
}

.container.center .line .dot.center {
    background: rgb(225, 70, 65);
}

.container.center .slider {
    -webkit-transform: translate(-400px);
    -ms-transform: translate(-400px);
    transform: translate(-400px);
}

.container.center .step-two {
    clip: rect(0, 100px, 25px, 0px);
}

.container.center .step-one .liner {
    width: 100%;
}

/*	full */

.container.full .line .dot-move {
    left: 100%;
    -webkit-animation: .3s anim 1;
}

.container.full .line .dot.full {
    background: rgb(225, 70, 65);
}

.container.full .slider {
    -webkit-transform: translate(-800px);
    -ms-transform: translate(-800px);
    transform: translate(-800px);
}

.container.full .step-two,
.container.full .step-three {
    clip: rect(0, 100px, 25px, 0px);
}

    .container.full .step-one .liner,
    .container.full .step-two .liner {
        width: 100%;
    }

section.wrapper.main-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}


@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .upper {
        padding: 3vh 3vh 3vh 3vh
    }
}
.lower {
    padding: 4vh 0 6vh;
    text-align: center
}

.heading {
    display: flex;
    align-items: center;
    vertical-align: middle
}

    .heading p {
        margin-bottom: 0
    }

.upper input {
    padding: 0.75rem;
    outline: none;
    width: 100%;
    min-width: unset;
    background-color: transparent
}

.upper .form-element {
    margin: 4vh 0
}

.upper form .col-3,
.col-9,
.col-1,
.col--11 {
    padding: 0;
    width: min-content
}

.upper form .col-11 {
    padding-left: 10px
}

form .col-1 {
    display: flex;
    align-items: center;
    color: red;
    font-size: 3vh;
    justify-content: center
}

.upper #code {
    text-align: center
}

.upper form .row {
    margin: 0
}

.upper hr {
    margin: 0;
    border-top: 2px solid rgba(0, 0, 0, .1)
}

.upper .input-header {
    color: grey
}

.upper .invalid {
    color: grey;
    line-height: 1.2
}

.lower .btn {
    width: 50%;
    background-color: #e14641;
    border-color: #e14641;
    color: white;
    padding: 1.5vh 0
}

    .lower .btn:focus {
        box-shadow: none;
        outline: none;
        box-shadow: none;
        color: white;
        -webkit-box-shadow: none;
        -webkit-user-select: none;
        transition: none
    }

    .lower .btn:hover {
        color: white
    }

.upper input:focus::-webkit-input-placeholder {
    color: transparent
}

.upper input:focus:-moz-placeholder {
    color: transparent
}

.upper input:focus::-moz-placeholder {
    color: transparent
}

.upper input:focus:-ms-input-placeholder {
    color: transparent
}

.bar-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bar-card_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bar-card_right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bar-card_icon, .bar-card_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bar-card_icon {
    -ms-flex-item-align: baseline;
    align-self: baseline;
    margin-right: 20px;
    margin-top: 1rem;
}

.bar-card_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 16px;
}

.a-card_content_row, .bar-card_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.a-card_content_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a-card_content_label {
    text-align: left;
    font-size: 16px;
}

.a-card_content_details {
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
}

.a-card_content_instructions {
    margin-top: 10px;
    font-size: 14px;
    white-space: pre-line;
    text-align: left;
}

.a-card_user {
    text-align: left;
    font-size: 14px;
}

.a-card_user_name {
    font-weight: 700;
}

.a-card_user_phone {
    font-weight: 500;
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 0;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    width: 100%;
}

.el-select-dropdown__wrap {
    max-height: 274px;
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-scrollbar {
    overflow: hidden;
    position: relative;
}

    .el-scrollbar:active > .el-scrollbar__bar,
    .el-scrollbar:focus > .el-scrollbar__bar,
    .el-scrollbar:hover > .el-scrollbar__bar {
        opacity: 1;
        -webkit-transition: opacity 0.34s ease-out;
        transition: opacity 0.34s ease-out;
    }

.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, 0.3);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .el-scrollbar__thumb:hover {
        background-color: rgba(144, 147, 153, 0.5);
    }

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.12s ease-out;
    transition: opacity 0.12s ease-out;
}

.el-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}

    .el-switch__input:focus ~ .el-switch__core {
        outline: 1px solid #ffc244;
    }

.el-switch__core {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdfe6;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    vertical-align: middle;
}

    .el-switch__core:after {
        content: "";
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .el-switch__core:after {
        position: absolute;
        top: 1px;
        left: 1px;
        border-radius: 100%;
        width: 16px;
        height: 16px;
        background-color: #fff;
    }

[class*=" el-icon-"],
[class^="el-icon-"] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-icon-setting:before {
    content: "\E638";
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

    .el-input::-webkit-scrollbar {
        z-index: 11;
        width: 6px;
    }

    .el-input::-webkit-scrollbar-thumb {
        border-radius: 5px;
        width: 6px;
        background: #b4bccc;
    }

    .el-input::-webkit-scrollbar-corner,
    .el-input::-webkit-scrollbar-track {
        background: #fff;
    }

    .el-input::-webkit-scrollbar-track-piece {
        background: #fff;
        width: 6px;
    }

.el-input__inner {
    -webkit-appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 1;
    outline: none;
    padding: 0;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

    .el-input__inner::-webkit-input-placeholder {
        color: #c1c1c1;
        font-family: Gotham-Book;
        font-size: 13px;
    }

    .el-input__inner::-moz-placeholder {
        color: #c1c1c1;
        font-family: Gotham-Book;
        font-size: 13px;
    }

    .el-input__inner:-ms-input-placeholder {
        color: #c1c1c1;
        font-family: Gotham-Book;
        font-size: 13px;
    }

    .el-input__inner::-ms-input-placeholder {
        color: #c1c1c1;
        font-family: Gotham-Book;
        font-size: 13px;
    }

    .el-input__inner::placeholder {
        color: #494848;
        font-family: Gotham-Book;
        font-size: 13px;
    }

    .el-input__inner:hover {
        border-bottom: 1.5px solid #000;
    }

    .el-input__inner:focus {
        outline: none;
        border-color: #e14641;
        caret-color: #e14641;
    }

.el-input__suffix {
    position: absolute;
    height: 100%;
    right: 5px;
    top: 0;
    text-align: center;
    color: #c0c4cc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.el-input__suffix-inner {
    pointer-events: all;
}

.el-input__icon {
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.el-input__icon {
    width: 25px;
    line-height: 40px;
}

    .el-input__icon:after {
        content: "";
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }

.el-input--suffix .el-input__inner {
    padding-right: 30px;
}

.el-button + .el-button {
    margin-left: 10px;
}

.el-button [class*="el-icon-"] + span {
    margin-left: 5px;
}

.el-button--primary {
    color: #fff;
    background-color: #e14641;
    border-color: #e14641;
}

    .el-button--primary.is-disabled,
    .el-button--primary.is-disabled:active,
    .el-button--primary.is-disabled:focus,
    .el-button--primary.is-disabled:hover {
        color: #fff;
        background-color: #efefef;
        border-color: transparent;
    }

.el-button--text {
    border-color: transparent;
    color: #e14641;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

    .el-button--text:focus,
    .el-button--text:hover {
        color: #e14641;
        border-color: transparent;
        background-color: transparent;
    }

    .el-button--text:active {
        color: #e14641;
        background-color: transparent;
    }

    .el-button--text:active {
        border-color: transparent;
    }

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

    .el-select-dropdown__item:hover {
        background-color: #9b9b9b;
    }

    .el-select-dropdown__item.selected {
        color: #e14641;
        font-weight: 700;
    }

    .el-select-dropdown__item span {
        line-height: 34px !important;
    }

.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
    outline-width: 0;
}

.field .input {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

input.input__inner.--filled.inputPhoneNumber {
    height: 44px;
}

.input > label {
    position: absolute;
    color: #efefef;
    font-size: 18px;
    left: 0;
    height: 21px;
    bottom: 34px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cancelBtn:hover {
    background-color: #efefef;
    color: black;
}

.input > label.\--filled:not(.\--error) {
    color: #eeeeee;
}

.input > label.\--filled:not(.\--error) {
    -webkit-transform: scale(0.66) translateY(-41px);
    transform: scale(0.66) translateY(-41px);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    white-space: nowrap;
}

.input > input:focus + label:not(.\--error) {
    color: black;
}

.input > input:focus + label:not(.\--error) {
    -webkit-transform: scale(0.66) translateY(-41px);
    transform: scale(0.66) translateY(-41px);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    white-space: nowrap;
}

.input > input {
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    z-index: 1;
    border: none;
    border-bottom: 1px solid #9b9b9b;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 0 13px 0;
    font-size: 18px;
    line-height: 21px;
    height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    /*.input > input:invalid {
        box-shadow: none;
        border: none;
    }*/

    .input > input::-webkit-input-placeholder {
        font-size: 18px;
        color: #9b9b9b;
    }

    .input > input::-moz-placeholder {
        font-size: 18px;
        color: #9b9b9b;
    }

    .input > input:-ms-input-placeholder {
        font-size: 18px;
        color: #9b9b9b;
    }

    .input > input::-ms-input-placeholder {
        font-size: 18px;
        color: #9b9b9b;
    }

    .input > input::placeholder {
        font-size: 18px;
        color: #494848;
    }

    .input > input:hover {
        border-color: #6e6e6e;
        border-width: 2px;
    }

        .input > input:hover ~ .hint {
            color: #6e6e6e;
        }

    .input > input:focus {
        border-color: #e14641;
        border-width: 2px;
        caret-color: #e14641;
    }

        .input > input:focus ~ .hint {
            color: #6e6e6e;
        }

.hint {
    font-family: Gotham-Light;
    font-size: 12px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
    color: #9b9b9b;
    width: 100%;
    height: 15px;
    margin-top: 6px;
    line-height: 1.5em;
}

.phone-field-dropdown {
    width: 250px;
    max-width: 250px;
    border-radius: 8px;
}

    .phone-field-dropdown .el-select-dropdown__item.country-item {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .phone-field-dropdown .country-name {
        margin-right: 6px;
    }

    .phone-field-dropdown .dial-code {
        color: #9b9b9b;
    }

.phone-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .phone-field .country-selector {
        margin-right: 11px;
    }

        .phone-field .country-selector .el-input input {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.8);
            min-width: 70px;
            max-width: 72px;
            border-bottom: 1px solid #9b9b9b;
            height: 49px;
            padding-right: 10px;
        }

        .phone-field .country-selector .el-input__icon {
            width: 14px;
        }

#profile-input {
    margin-bottom: 10px;
}

.el-input__inner {
    padding: 0 !important;
    font-size: 12px;
    margin-top: -5px;
}

.input_placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    font-size: 12px;
    margin-bottom: 24px;
    font-family: Gotham-Book;
}

.payment-add {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
    border: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.payment-add__img {
    width: 25px;
    visibility: visible;
    opacity: 1;
    margin-right: 20px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    will-change: "opacity,margin,width";
}

.plusI {
    margin-right: 23px;
}

.payment-add__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;
}

#payment-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payment-details__card {
    width: 280px;
    max-width: 85%;
    min-height: 56px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    font-family: Gotham-Book;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.payment-details__card--inner,
.payment-details__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-details__card--inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.payment-details__card--disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #979797;
    opacity: 0.5;
    cursor: not-allowed;
}

.payment-details__card--double {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.payment-details__monthly {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    color: #e14641;
    font-family: Gotham-Medium;
    white-space: normal;
}

.payment-details_checkbox {
    width: 30px;
    height: 30px;
}

#dashboard_content {
    position: relative;
    width: 100%;
    z-index: 1;
    background: #fff;
}

@media (min-width: 701px) {
    #dashboard_content {
        -webkit-box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.2);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
    }
}

@media (max-width: 700px) {
    #dashboard_content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.fullscreen {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
}

p {
    font-size: 14px;
}

button,
input {
    font-size: 12px;
    outline: none;
    font-family: Gotham-Book;
}

a {
    color: #2c3e50;
}

.error-message {
    font-family: Gotham-Book;
    font-size: 12px;
    margin-top: 5px;
    color: red;
    text-align: left;
    width: 100%;
}

@media screen and (device-aspect-ratio: 2/3) {
    input[type="text"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    input[type="text"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 375/667) {
    input[type="text"] {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio: 9/16) {
    input[type="text"] {
        font-size: 16px;
    }
}

.profile_section {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Gotham-Book;
    font-size: 16px;
    width: 100%;
}

.profile_section_content {
    padding: 60px 0 50px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 700px) {
    .profile_section_content {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

.profile_section_content_title {
    font-family: Gotham-Medium;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 200px;
}

.profile_section_content_button {
    width: 70px;
}

.profile_section_content_info {
    margin-left: 30px;
    padding: 0 15px;
    width: 350px;
}

@media (max-width: 700px) {
    .profile_section_content_info {
        width: 280px;
        margin-left: 0;
        margin-top: 30px;
    }
}

.profile_section_line {
    background: #d3d3d3;
    height: 1px;
    width: 100%;
}

@media (max-width: 700px) {
    .profile_section_line {
        display: none;
    }
}

.scbuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 20px;
}

    .scbuttons button {
        font-family: Gotham-Bold;
    }

.field {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
}

@media (max-width: 700px) {
    .field {
        margin-bottom: 20px;
    }
}

.field_title {
    font-family: Gotham-Medium;
    font-size: 11px;
    color: #6e6e6e;
}

.field input {
    font-size: 18px;
    color: #000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.field .language__selector {
    width: 100%;
}

.profile_input {
    width: 350px;
}

@media (max-width: 700px) {
    .profile_input {
        width: 280px;
    }
}

.save_cancel_buttons {
    margin-top: 20px;
}

.el-input__inner {
    font-size: 12px;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .el-input__inner {
        width: 280px;
    }
}

.input_placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    font-size: 12px;
    margin-bottom: 24px;
    font-family: Gotham-Book;
}

.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.field_title {
    font-size: 10px;
}

.profile_input {
    width: 100%;
}

@media (max-width: 700px) {
    .profile_input {
        width: 280px;
    }
}

.profile_select {
    width: 100%;
}

@media (max-width: 700px) {
    .profile_select {
        width: 280px;
    }
}

.save_cancel_buttons {
    margin-top: 20px;
}

.api-credentials__content {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

    .api-credentials__content p {
        margin-top: 0;
        margin-bottom: 2em;
    }

.api-credentials__title {
    font-family: Gotham-Medium;
    margin-bottom: 1em;
}

.preferences {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    text-align: left;
    font-family: Gotham-Book;
}

.preferences__deals__label {
    margin-right: 40px;
}

.security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
    text-align: left;
    font-family: Gotham-Book;
}

    .security span {
        margin-right: 40px;
    }

.security__label {
    margin-top: 0;
    margin-bottom: 0;
}

.security__explanation {
    margin-top: 0.5em;
    font-size: 14px;
    line-height: 1.5;
    color: #9b9b9b;
}

.settings {
    width: 100%;
    height: 100%;
    font-family: Gotham-Book, sans-serif;
    font-size: 17px;
}

.settings__header {
    text-align: left;
    padding-left: 70px;
    padding-top: 50px;
    margin-bottom: -15px;
    font-size: 21px;
    font-family: Gotham-Bold;
    text-transform: uppercase;
}

.settings_logout__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    color: red;
    margin-left: 30px;
    font-family: Gotham-Medium;
    font-size: 13px;
}

.inputPhoneNumber {
    width: 239px;
    -moz-appearance: textfield;
}

    .inputPhoneNumber::-webkit-outer-spin-button,
    .inputPhoneNumber::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

#inputPlusNbm::-webkit-outer-spin-button,
#inputPlusNbm::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.countryInput {
    margin-top: 5px;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.containProfile {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

@font-face {
    font-family: element-icons;
    font-display: swap;
    src: url(../../../fonts/ElementsIcons/element-icons.woff) format("woff"), url(../../../fonts/ElementsIcons/element-iconsTwo.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Gotham-Book;
    font-display: swap;
    src: local("Gotham-Book"), url(../../../fonts/GothamBook/gotham-book-webfont.ed53dbca.eot) format("woff");
    src: local("Gotham-Book"), url(../../../fonts/GothamBook/gotham-book-webfont.ed53dbca.eot#iefix) format("embedded-opentype");
    src: local("Gotham-Book"), url(../../../fonts/GothamBook/gotham-book-webfont.70b27a11.woff) format("woff");
    src: local("Gotham-Book"), url(../../../fonts/GothamBook/gotham-book-webfont.efbeac98.ttf) format("truetype");
}

@font-face {
    font-family: Gotham-Light;
    font-display: swap;
    src: url(../../../fonts/GothamLight/gotham-light-webfont.3371959c.eot);
    src: url(../../../fonts/GothamLight/gotham-light-webfont.3371959c.eot#iefix) format("embedded-opentype"), url(../../../fonts/GothamLight/gotham-light-webfont.29a637f0.woff) format("woff"), url(../../../fonts/GothamLight/gotham-light-webfont.b0fa1756.ttf) format("truetype");
}
@font-face {
    font-family: Gotham-Medium;
    font-display: swap;
    src: url(../../../fonts/GothamMedium/gotham-medium-webfont.bfacdc31.eot);
    src: url(../../../fonts/GothamMedium/gotham-medium-webfont.bfacdc31.eot#iefix) format("embedded-opentype"), url(../../../fonts/GothamMedium/gotham-medium-webfont.aaf6d04d.woff) format("woff"), url(../../../fonts/GothamMedium/gotham-medium-webfont.3b52853e.ttf) format("truetype");
}

@font-face {
    font-family: Gotham-Bold;
    font-display: swap;
    src: url(../../../fonts/GothamBold/gotham-bold-webfont.d450a0ff.eot);
    src: url(../../../fonts/GothamBold/gotham-bold-webfont.d450a0ff.eot#iefix) format("embedded-opentype"), url(../../../fonts/GothamBold/gotham-bold-webfont.9b19e667.woff) format("woff"), url(../../../fonts/GothamBold/gotham-bold-webfont.2651faa4.ttf) format("truetype");
}
/*****HE Order List ******/
.list.main-content h1 {
    color: #e14641;
    font-weight: 800;
}

.list.main-content hr {
    border: 0.5px solid #e14641;
}
/***Start data Table Liste**/

.list li.paginate_button.page-item.active a.page-link {
    background-color: #e14641;
    border-color: #e14641;
    color: #fff;
}

.list .dataTables_length label {
    display: inline-flex;
}

.list .dataTables_filter label {
    display: flex;
}

.list .dataTables_filter input.form-control.form-control-sm {
    margin-left: .5rem;
    width: 40%;
    min-width: 481px;
    font-size: 15px;
    height: auto;
    font-weight: 500;
    color: #000;
}

.list .dataTables_paginate {
    float: right;
}

.list .dataTables_length select.custom-select.custom-select-sm.form-control.form-control-sm {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.list .paginate_button a.page-link {
    color: #757575;
}

.ml-7 {
    margin-left: 13rem !important;
}

.list .table thead th {
    vertical-align: middle;
}

.mt-33 {
    margin-top: 3rem !important;
}

.container.table-order {
    margin-left: -2px !important;
}

.table-order .form-control:focus, .table-order .custom-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e1464199;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(225, 70, 65, 0.52);
}
/**End Data Table Liste**/
div#neworders-2 .card {
    z-index: 0;
    border-radius: 0.5rem;
    position: relative;
    border: 1px solid rgba(0,0,0,.125);
}

.help-header__title {
    font-family: Gotham-Medium;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    color: #e14641;
    margin: 0 50px;
}

.card-header {
    border-bottom: 1px solid #e14641 !important;
}

span.menu-title {
    display: none;
}

button.el-button.el-button--plain.cancelBtn {
    color: #e14641;
}

button.el-button.el-button--default {
    color: grey;
}

.col-half {
    padding-right: 10px;
    float: left;
    width: 50%;
}

    .col-half:last-of-type {
        padding-right: 0;
    }

.col-third {
    padding-right: 10px;
    float: left;
    width: 33.33333333%;
}

    .col-third:last-of-type {
        padding-right: 0;
    }

@media only screen and (max-width: 540px) {
    .col-half {
        width: 100%;
        padding-right: 0;
    }
}

input[type=radio] {
    visibility: hidden;
}

input[type="checkbox"] {
    display: none;
}

label.checkbox {
    cursor: pointer;
    text-indent: 35px;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

    label.checkbox:before {
        background: #e14641;
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
    }

.gender .checkbox:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
}

label.checkbox:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 7.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 18px;
}

label.radio {
    cursor: pointer;
    text-indent: 35px;
    overflow: visible;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

    label.radio:before {
        background: #e14641;
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }

.gender label {
    height: 0;
    width: 100%;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.gender .radio:hover {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2);
}

label.radio:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 0.5em;
    height: 0.25em;
    background: transparent;
    top: 7.5px;
    left: 4.5px;
    border: 3px solid #ffffff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 18px;
}

input[type=radio]:checked + label:after {
    opacity: 1;
}

input[type=checkbox]:checked + label:after {
    opacity: 1;
}

button.el-button.asap_button.el-button--default.asap_button_selected {
    color: white;
}

.gender {
    display: flex;
    padding: 1rem 0;
    width: 100%;
}

i.fas.fa-headset {
    font-size: 30px;
}

.mb-5.col-md-12 .bar-card_content {
    float: none;
    width: 100%;
}

.form-card.my-4 h3 {
    font-weight: 700;
}

.a-card_content_row {
    width: 100%;
}

button.el-button.settings_logout__button {
    color: #e14641;
}

.settings_logout {
    padding: 1rem;
}

.text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
}

    .text-area > label {
        color: #9b9b9b;
        font-size: 12px;
        font-weight: 500;
        margin: 0 auto 5px 0;
        opacity: 0;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .text-area > textarea {
        width: inherit;
        padding: 10px;
        font-size: 18px;
        border: 1px solid #9b9b9b;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        resize: none;
        overflow: auto;
    }

        .text-area > textarea::-webkit-input-placeholder {
            color: #494848;
            font-size: 18px;
            opacity: 1;
        }

        .text-area > textarea::-moz-placeholder {
            color: #494848;
            font-size: 18px;
            opacity: 1;
        }

        .text-area > textarea:-ms-input-placeholder {
            color: #494848;
            font-size: 18px;
            opacity: 1;
        }

        .text-area > textarea::-ms-input-placeholder {
            color: #494848;
            font-size: 18px;
            opacity: 1;
        }

        .text-area > textarea::placeholder {
            color: #494848;
            font-size: 18px;
            opacity: 1;
        }

        .text-area > textarea:hover {
            border-color: #6e6e6e;
            border-width: 2px;
        }

            .text-area > textarea:hover ~ .hint {
                color: #6e6e6e;
            }

        .text-area > textarea:focus {
            caret-color: #e14641;
            border: 2px solid #e14641;
        }

            .text-area > textarea:focus ~ .hint {
                color: #6e6e6e;
            }

    .text-area > .hint {
        color: #9b9b9b;
        font-size: 12px;
        margin: 5px 0 0 auto;
    }

.form__item {
    margin: 16px 0;
}

    .form__item:nth-child(5) {
        margin-top: 28px;
    }

.form__textarea {
    width: 100%;
}

textarea {
    font-size: 12px;
    outline: none;
    font-family: Gotham-Book;
}

@media screen and (device-aspect-ratio:2/3) {
    textarea {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:40/71) {
    textarea {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:375/667) {
    textarea {
        font-size: 16px;
    }
}

@media screen and (device-aspect-ratio:9/16) {
    textarea {
        font-size: 16px;
    }
}

ul.wraplist li a {
    text-align: center;
}

.content {
    max-width: 1200px;
    margin: 0 auto;
}

.report-statistic-box {
    float: left;
    width: 25%;
    height: 275px;
    background-color: #fafafa;
    border-right: 2px solid #ececec;
    text-align: center;
}

    .report-statistic-box .box-header {
        background-color: #f2f2f2;
        font-weight: 400;
        font-size: 15px;
        height: 60px;
        padding-top: 20px;
    }

        .report-statistic-box .box-header span {
            display: inline-block;
            width: 25px;
            height: 25px;
            vertical-align: middle;
        }

        .report-statistic-box .box-header .icon-sent {
            background: url(../images/icon_sent.svg);
        }

        .report-statistic-box .box-header .icon-delivery {
            background: url(../images/icon_delivery.svg);
        }

        .report-statistic-box .box-header .icon-openrate {
            background: url(../images/icon_openrate.svg);
        }

        .report-statistic-box .box-header .icon-ctor {
            background: url(../images/icon_ctor.svg);
        }

    .report-statistic-box .box-content {
        position: relative;
        margin: 20px auto 15px;
        width: 130px;
        height: 130px;
    }

        .report-statistic-box .box-content .sentTotal {
            font-size: 46px;
            font-weight: 400;
            color: #80cdbe;
            padding-top: 32px;
        }

        .report-statistic-box .box-content .percentage {
            position: absolute;
            font-size: 28px;
            top: 34%;
            left: 31%;
        }

        .report-statistic-box .box-content .conversionValue {
            font-size: 28px;
            font-weight: 300;
            color: #f5ab34;
            padding-top: 46px;
        }

.conversionValue .conversionCurrency {
    font-size: 18px;
    font-weight: 400;
    color: #f5ab34;
    padding-top: 46px;
}

.report-statistic-box .delivery-rate {
    color: #f5ab34;
}

.report-statistic-box .open-rate {
    color: #30afe4;
}

.report-statistic-box .click-to-open {
    color: #80cdbe;
}

.report-statistic-box .box-foot {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding: 0 20px;
}

    .report-statistic-box .box-foot .box-foot-stats {
        font-size: 15px;
    }

    .report-statistic-box .box-foot .box-foot-left {
        float: left;
        text-align: left;
    }

    .report-statistic-box .box-foot .box-foot-right {
        float: right;
        text-align: right;
    }

    .report-statistic-box .box-foot .arrow {
        display: none;
        position: absolute;
        width: 15px;
        height: 15px;
    }

@media (max-width: 1024px) {
    .report-statistic-box {
        width: 50%;
    }
}

.phoneFxPharmacy {
    width: 159px;
}

.fa-notes-medical {
    font-size: 30px;
}

div#contactform .tab-content {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 56px;
}

#contactform {
    z-index: 1;
    height: 100%;
}

div#grad1 .px-0.pt-4.pb-0.mt-3.mb-3 {
    position: sticky;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e14641;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
        border-radius: 5px;
    }

.tooltip {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}

span.sidebar-icon {
    position: relative;
}

.top-bar__icon--action img {
    height: 40px;
    width: 40px;
    top: 3px;
    position: relative;
}

.top-bar--white {
    background-color: #fff;
}

.top-bar__label {
    text-transform: uppercase;
}

.top-bar__label, .top-bar__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar__map {
    color: #ffc244;
    font-family: Gotham-Bold;
    margin-top: -3px;
}

#top-bar {
    z-index: 1;
    -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .2);
}

.top-bar {
    width: 100%;
    height: 60px;
    background-color: #e14641;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}

.top-bar, .top-bar__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar__icon {
    width: 40px;
    padding: 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .top-bar__icon a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-bar__icon img {
        height: 25px;
        width: 25px;
    }

.top-bar__icon--small img {
    height: 15px;
    width: 15px;
}

.top-bar__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-bar__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: -3px 5px 0 5px;
}

@media (min-width:701px) {
    .top-bar__logo {
        margin-left: 20px;
    }
}

#side-menu-m {
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;
    position: fixed;
    height: 100vh;
}

#side-menu-m__overlay {
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .2);
}

.top-bar__icon.top-bar__right.top-bar__icon--action i {
    font-size: 35px;
    color: white;
}

.top-bar__profile.top-bar__icon i {
    font-size: 25px;
    color: white;
}

#side-menu-m__menu {
    position: absolute;
    width: 80%;
    max-width: 370px;
    top: 0;
    z-index: 1;
    height: 100%;
    background: #e14641;
    -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2), 3px 0 4px 0 rgba(0, 0, 0, .12), 2px 0 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .2), 3px 0 4px 0 rgba(0, 0, 0, .12), 2px 0 4px 0 rgba(0, 0, 0, .14);
    color: #fff;
}

    #side-menu-m__menu h2 {
        font-size: 16px;
    }

#side-menu-m__options {
    border-top: .5px solid #f3f3f3;
    border-bottom: .5px solid #f3f3f3;
}

.side-menu-m__section {
    border-bottom: 1px solid #fff;
}

.side-menu-m__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 15px;
}

.side-menu-m__option__img {
    margin-right: 15px;
    max-width: 25px;
}

.side-menu-m__option__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-word;
    text-align: left;
    font-size: 15px;
    color: white;
}

.side-menu-m__option i {
    font-size: 24px;
    margin-right: 20px;
}

.side-menu-m__option__action {
    margin-left: 15px;
}

.top-bar__logo img {
    width: 158px;
    object-fit: contain;
}

#map {
    height: 100%;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* Small only */
@media screen and (max-width: 39.9375em) {

    form#invoice-form .action-button {
        width:100% !important;
        margin-top:1rem !important;
    }
    #main-content.sidebar_shift {
        margin-left: 0;
        margin-right: 0;
    }

    .main-wrapper {
        margin-top: 0;
        display: inline-block;
        margin-left: 0px;
        margin-right: 0px;
    }

    h1.settings__header {
        margin-bottom: 3rem;
    }

    .top-bar.top-bar--white.top-bar--generic {
        display: none;
    }

    .containProfile {
        margin-top: 0px;
    }

    .profile_section_content_title {
        font-family: Gotham-Medium;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 20px;
        width: auto;
    }

    #map {
        position: fixed !important;
        top: auto;
        left: 0;
    }

    .mt-7 {
        margin-top: 1rem !important;
    }

    #contactform {
        height: 100%;
        display: none;
    }

    div#grad1 {
        padding: 0;
    }

    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey;
        width: 100%;
        display: flex;
    }

    div#extra-layout {
        padding: 0;
        margin: 0;
        margin-top: 0 !important;
    }

    div#grad1 .col-md-12.mx-0 {
        padding: 0;
    }

    #summary-dp {
        width: 100% !important;
    }

    .menu-title {
        display: block;
    }
    .forget-password .panel-default {
        padding: 6% !important;
        margin-top: -27%;
    }
    div#contactform .tab-content {
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 1366px) {
    .container.slider-one-active.pt-3.pb-5 {
        padding: 0;
    }

    div#extra-layout {
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .schedule_button {
        width: 100% !important;
    }

    div#grad1 {
        padding: 0;
    }
}
@media (min-width: 768px){
    .dataTables_wrapper.dt-bootstrap4.no-footer .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .list .table thead th {
        vertical-align: middle;
        font-weight: 900;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: max-content !important;
        border-bottom: 0px solid;
    }

    table {
        display: flex;
        width: 100%;
        margin: 0 auto;
        clear: both;
        border-collapse: separate;
        border-spacing: 0;
    }

    thead.text-muted {
        background-color: #e14641;
        color: white !important;
    }

    .list .dataTables_filter input.form-control.form-control-sm {
        margin-left: .5rem;
        width: 100% !important;
        min-width: 0 !important;
        font-size: 15px;
        height: auto;
        font-weight: 500;
        color: #000;
    }
    table.table {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
        overflow-x: scroll;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: -webkit-fill-available;
        height: 46.23px;
    }
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 0px solid #dee2e6;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 126px;
    }
}

nav#side-menu-m {
    display: none;
}
/****Order Detail Rate******/
i.fa.fa-star.star-checked {
    color: #f1b306;
}

i.fa.fa-star {
    color: #33333373;
    font-size: 17px;
}

.detail .i.fa.fa-star {
    margin: 4px;
}
.fixed_headers {
    width: 700px;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 1rem;
}

    .fixed_headers th,
    .fixed_headers td {
        padding: 5px;
        text-align: left;
    }

        .fixed_headers td:nth-child(1),
        .fixed_headers th:nth-child(1) {
            min-width: 230px;
        }

        .fixed_headers td:nth-child(2),
        .fixed_headers th:nth-child(2) {
            min-width: 200px;
        }

        .fixed_headers td:nth-child(3),
        .fixed_headers th:nth-child(3) {
            width: 350px;
        }

    .fixed_headers thead {
        background-color: #424242;
        color: #FDFDFD;
    }

        .fixed_headers thead tr {
            display: block;
            position: relative;
        }

    .fixed_headers tbody {
        display: block;
        overflow: auto;
        width: 100%;
    }

        .fixed_headers tbody tr:nth-child(even) {
            background-color: #DDD;
        }

.old_ie_wrapper {
    height: 300px;
    width: 750px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .old_ie_wrapper tbody {
        height: auto;
    }
div#Option-Card-text {
    text-align: left;
}

li.paginate_button.page-item.next.disabled {
    margin: 0;
}

/* Switch 1 Specific Styles Start */

.box_1 {
    background: #eee;
}

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    input[type="checkbox"].switch_1:checked {
        background: #0ebeff;
    }

    input[type="checkbox"].switch_1:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_1:checked:after {
        left: calc(100% - 1.5em);
    }

.forget-pwd > a {
    color: #dc3545;
    font-weight: 500;
}

.forget-password .panel-default {
    padding: 20%;
    margin-top: -27%;
}

.forget-password .panel-body {
    padding: 8% 10%;
    margin-bottom: -50%;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btnForget {
    background: #c0392b;
    border: none;
}

.forget-password .dropdown {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .forget-password .dropdown button {
        width: 100%;
    }

    .forget-password .dropdown ul {
        width: 100%;
    }
tr.tabletitle td.payment {
    padding-right: 0.5rem;
}
div#reportrange {
    margin-right: 0.5rem;
}
form#invoice-form {
    display: flex;
    margin-bottom:1rem;
}
form#invoice-form .action-button {
    width: 100px;
    background: #e14641;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 0;
    border-radius: 0px;
}
div#reportrange {
    display: inline-table;
}
.reportange{
    text-align:right;
}
form#invoice-form {
    padding: 30px 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*ZB 0622*/
a.editor_remove {
    margin: 5px;
    font-size: 18px;
}
.bar-card_content.search .a-card_content_row .a-card_content_label {
    text-align: left;
    font-size: 14px;
    background-color: #d3d3d3;
    padding: 1px;
    border-radius: 1.5rem;
}
div#addAddressCourier {
    display: none;
}
input#SubmitOrder {
    width: 100px;
    background: #e14641;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
    border-radius: 8px;
}
ul.wraplist {
    overflow-y: hidden;
    overflow-x: hidden;
}
table#etTable i.fa.fa-times {
    color: #f64e60;
}
table#etTable i.fa.fa-check {
    color: #1bc5bd;
}
button.status-active {
    border: 0;
    color: #1bc5bd;
    background-color: #c9f7f5;
    border-radius: .42rem;
    font-size: 14px;
    font-weight: 600;
}
button.status-inactive {
    border: 0;
    border-radius: .42rem;
    color: #f64e60;
    background-color: #ffe2e5;
    font-size: 14px;
    font-weight: 600;
}
select#PharmacyFilterInput {
    width: 100%;
}
.searchbar:hover > .search_icon {
    margin-bottom: 0 !important;
    margin-top: 0.2rem;
}
button.search_icon {
    margin-bottom: 0 !important;
    margin-top: 0.5rem;
}
li.paginate_button.page-item{
    padding:0 !important;
    height:0;
    margin-right:0.3rem;
}
li.paginate_button.page-item:hover{
    border:0 !important
}
.paginate_button.page-item.next{
    margin-top:0;
}
.mt-6, .my-6 {
    margin-top: 4.5rem !important;
}
.mb-6, .my-6 {
    margin-top: 4.5rem !important;
}
form#invoice-form select {
    padding: 5px 10px
}
i.fa.fa-caret-down {
    float: right;
}
.calender-orders {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left
}