﻿/***
 *
 *     ____                                   _
 *    / __ \___  _________  ____  ____  _____(_)   _____
 *   / /_/ / _ \/ ___/ __ \/ __ \/ __ \/ ___/ / | / / _ \
 *  / _, _/  __(__  ) /_/ / /_/ / / / (__  ) /| |/ /  __/
 * /_/ |_|\___/____/ .___/\____/_/ /_/____/_/ |___/\___/
 *                /_/
 *
 */

.display-sm,
.display-md,
.display-lg,
.display-xl {
    display: none !important;
}

@media (max-width: 680px) {
    .sign-in .SignInMobileView .phone-icon {
        left: -40px;
    }
    .sign-in .phone-icon svg {
        left: 16px;
    }
}

@media (max-width: 767px) {
    .display-sm {
        display: block !important;
    }
    table.display-sm {
        display: table;
    }
    tr.display-sm {
        display: table-row !important;
    }
    th.display-sm,
    td.display-sm {
        display: table-cell !important;
    }
    .pad.pad-responsive {
        background: #fff;
        color: #303030;
        border-radius: 20px;
        padding: 6% 10% !important;
        border: 4px solid #fff;
        overflow: hidden;
    }
    .display_inliine_than_block {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .pad small span a {
        text-align: center;
    }
    .pad .display_inliine_than_block input {
        display: inline !important;
    }
    .button {
        white-space: inherit;
    }
    .tooltip-sign-in {
        display: none;
    }
    .tooltip-sign-in-2 {
        display: block;
        background-color: red;
        border-radius: 5px;
        height: 49px;
        line-height: 49px;
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        text-indent: 14px;
        color: white;
        max-width: 350px;
        width: 100%;
        font-size: 17px;
        margin-top: 20px;
    }
    .sign-in-arrow-2 {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid red;
        margin-left: -24px;
        font-size: 0;
        bottom: 38px;
        left: 50%;
        position: relative;
        opacity: 1 !important;
    }
    .sideArrow.square.stroke {
        display: none;
    }
    .bussiness-wallet-buttons-mobile {
        display: block;
    }
    .bussiness-wallet-buttons-mobile .footer-or {
        padding: 0;
    }
    .bussiness-wallet-buttons {
        display: none;
    }
    .remove-at-small-screen {
        display: none;
    }
    .modal {
        position: relative;
        padding: 7px;
    }
    .modal form input,
    form textarea {
        margin-left: initial !important;
        margin-right: initial !important;
        max-width: 350px !important;
        display: block !important;
    }
    .container-country {
        background: none;
    }
    .bg-gray {
        background-color: white !important;
    }
    .panel.bottom.whiteSlide .right span {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .display-md {
        display: block !important;
    }
    table.display-md {
        display: table;
    }
    tr.display-md {
        display: table-row !important;
    }
    th.display-md,
    td.display-md {
        display: table-cell !important;
    }
    .slide.autoHeight.fade-3 .fix-12-12 ul.grid li {
        max-width: 50% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .display-lg {
        display: block !important;
    }
    table.display-lg {
        display: table;
    }
    tr.display-lg {
        display: table-row !important;
    }
    th.display-lg,
    td.display-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .display-xl {
        display: block !important;
    }
    table.display-xl {
        display: table;
    }
    tr.display-xl {
        display: table-row !important;
    }
    th.display-xl,
    td.display-xl {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hide-xl {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .forgot-phone-text {
        margin-left: 75px !important;
    }
    .forgot-email-text {
        margin-left: 40px !important;
    }
    .whiteSlide .forgot-email-text {
        margin-left: 18px !important;
    }
}


/* Text Aligns */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/* Center Block */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Float block */

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}