.g-recaptcha iframe {
            min-height: 0px !important;
        }

        .telno {
            margin-bottom: 5px !important;
        }

        .telno span.iti__country-name {
            color: black !important;
        }

        .planname {
            white-space: normal;
        }

        li.showbar ul {
            display: block !important;
        }

        #code_for_otp {
            padding-left: 13px;
            letter-spacing: 42px;
            border: 0;
            background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
            background-position: bottom;
            background-size: 50px 1px;
            background-repeat: repeat-x;
            background-position-x: 35px;
            width: 220px;
            min-width: 220px;
        }

        #divInner {
            left: 0;
            position: sticky;
        }

        #divOuter {
            width: 190px;
            overflow: hidden;
        }

        #cell_verification_popup .modal-dialog {
            width: 35% !important;
        }

        #cell_verification_form_popup .modal-dialog {
            width: 30% !important;
        }

        .cell_page_input .iti {
            position: relative;
            display: flex;
            width: 100%;
        }

        .change-modal .iti {
            position: relative;
            display: flex;
            width: 100%;
        }

        #alert_cell_popup_field {
            /* max-width: 80%; */
            padding-left: 80px !important;
        }

        #change_cell_number #change-cell {
            padding-left: 80px !important;
        }

        #header.header-md #topNav a.logo {
            height: 58px !important;
            line-height: 50px;
        }

        #topMain.nav-pills>li>a {
            font-size: 11px !important;
        }

        .signature_date_2 {
            display: flex;
            flex-direction: column;
            padding: 19px;
        }

        @if (!Request()->is('dashboard/billing'))
            .signature-pad {
                height: 98px !important;
                width: 196px !important;
                border: 1px solid black;
            }
        @endif
        #signature-pad-2 {
            cursor: pointer;
        }

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