/* Minification failed. Returning unminified contents.
(745,33): run-time error CSS1046: Expect comma, found '0'
(745,37): run-time error CSS1046: Expect comma, found '/'
 */
/* Space out content a bit */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500&subset=latin,cyrillic,greek,vietnamese,greek-ext,cyrillic-ext);

body {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-family: Roboto", sans-serif";
    width: 100%;
}

.row.rowmargin {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/*Common CSS APPLICABALE THRU ENTIRE APP starts*/
table.dataTable thead th, table.table thead th, table th table.dataTable tbody td, table.table tbody td, table td {
    width: auto !important;
}

table.dataTable thead th, table.table thead th, table th {
    white-space: nowrap;
}
/*Common CSS APPLICABALE THRU ENTIRE APP ends*/

.nopaddleft {
    padding-left: 0;
}

.nopaddright {
    padding-right: 0;
}

.img-responsive {
    max-width: 100%;
}

.modal-header .close {
    z-index: 999;
}

.helphide.helpCardcls {
    display: none !important;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

/**/
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables1 table,
    #no-more-tables1 thead,
    #no-more-tables1 tbody,
    #no-more-tables1 th,
    #no-more-tables1 td,
    #no-more-tables1 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables1 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables1 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables1 td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables1 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        #no-more-tables1 td:before {
            content: attr(data-title);
        }
}

/**/
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables2 table,
    #no-more-tables2 thead,
    #no-more-tables2 tbody,
    #no-more-tables2 th,
    #no-more-tables2 td,
    #no-more-tables2 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables2 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables2 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables2 td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables2 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
Label the data
*/
        #no-more-tables2 td:before {
            content: attr(data-title);
        }
}


.table-bordered {
    margin-bottom: 15px !important;
}

.cbSelectRow {
    float: right !important;
}

.cbx sorting_1 {
    width: 35px !important;
}

#dvDiscountPopup h4 {
    margin: 0px !important;
}

#dvDiscountPopup .inline-element {
    padding-top: 0px !important;
}

/*RequestPayment*/
.currency .mdl-menu__container {
    min-width: 130px !important;
}

.currency .mdl-menu__item {
    padding: 0 10px !important;
}

.currency .mdl-menu__container.is-visible, .currency .mdl-menu__container.is-animating {
    z-index: 11 !important;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.bggrey {
    background: #eee;
}

.bgwhite {
    background: #fff !important;
    padding: 10px;
    margin: 10px 0px;
}
/*.mdl-textfield {
    width: 100% !important;
}*/
.cancelbtn {
    margin: 0px 15px 0px 5px !important;
}

table.table-bordered.dataTable th, .table th {
    padding: 13px 20px 13px 10px !important;
    font-size: 12px !important;
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
}

@media (max-width: 1348px) and (min-width: 800px) {
    #dvbulkUploadDemo .table-bordered {
        overflow-x: scroll !important;
        display: block !important;
    }
}

#dvbulkUploadDemo .table-bordered {
    border-top: 1px solid #eee;
    font-size: 12px !important;
    padding: 0 !important;
}
/*===========Invoice css===================*/
.marketdetail {
    padding: 10px;
    background: #577ca8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.setoffer {
    padding: 10px;
    background: #577ca8 !important;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    display: block !important;
}

.popover-title {
    text-align: center !important;
    line-height: 32px !important;
    background: #fff !important;
    font-size: 16px;
    border-bottom: 0px solid #ebebeb;
}

.marketaccepteddetail {
    padding: 10px;
    background: #577ca8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.marketblock {
    border-right: 2px solid #ccc;
    text-align: center;
    margin: 5px 0px;
    line-height: 25px;
}

.marketblock1 {
    text-align: center;
    margin: 5px 0px;
    line-height: 25px;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.font11 {
    font-size: 11px;
}
.font13 {
    font-size: 13px;
}
.font17 {
    font-size: 17px;
}

.marketrow, .marketincludedrow, .marketacceptedrow {
    background: #fff;
    margin-bottom: 15px;
}

.invoicealert {
    background: #00bcd4;
    padding: 5px;
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    height: 34px;
    margin: 5px 0px 15px 0px;
    font-style: italic;
}

    .invoicealert span {
        display: inline-block;
        vertical-align: top;
        width: 800px;
        padding: 3px 0px 0 5px;
    }

.card h6 {
    margin: 0px !important;
}

    .card h6 a {
        color: #000 !important;
    }

.addtomarketbtn, .definebtn {
    background: #577ca8 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    /*z-index:105 !important;*/
}

.paynowcredit {
    background: #00bcd4 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.cancelcredit {
    background: #cc0000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.removemarketbtn {
    background: #eee !important;
    color: #000 !important;
    border: 0px solid #000 !important;
    /*z-index: 105 !important;*/
}

.pagination li.active a {
    background-color: #577ca8 !important;
    border: 1px solid #000 !important;
}

.invsel, .companysel, .includecompanysel, .includeinvsel, .acceptedcompanysel, .acceptedinvsel {
    text-align: right;
    font-size: 14px;
    padding-bottom: 10px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 10px !important;
}

.MarketPlace .table-bordered > tbody > tr > td, .MarketPlace .table-bordered > tbody > tr > th, .MarketPlace .table-bordered > tfoot > tr > td, .MarketPlace .table-bordered > tfoot > tr > th, .MarketPlace .table-bordered > thead > tr > td, .MarketPlace .table-bordered > thead > tr > th {
    border-top: 0px solid #ddd !important;
    border-right: 0px solid #ddd !important;
    border-left: 0px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.MarketPlace .material-icons {
    font-size: 18px !important;
}
/*=========Switch on off css============*/
.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 17px;
    float: right;
    /*top: 20px;*/
    margin-left: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #ccc;*/
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #6aa84f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #6aa84f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 55px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.defineinput .mdl-textfield, .mdl-custom-textfield {
    padding: 0px !important;
}

.definebtn1 {
    margin: 10px !important;
}

.cancelbtn {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.setbtn {
    margin: 10px !important;
    background: #577ca8 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.marketopen {
    text-align: right;
    padding: 10px;
}

.amtblock {
   /* float: left;
    display: inline-block;*/
    width: 100% !important;
}

    .amtblock label {
        display: inline-block !important;
    }

.resp-tabs-list li {
    width: 15% !important;
}

.cardblock {
    box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.2);
    padding: 5px 0px;
    color: #6f6f6e;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 35px;
}

    .cardblock label {
        font-weight: normal !important;
    }

    .cardblock .mdl-textfield__input {
        height: 28px !important;
        padding: 0 !important;
    }

.matchedoffers {
    margin: 10px !important;
    background: #189e0f !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.pendingoffers {
    margin: 10px !important;
    background: #f1c232 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.matchedofferstxt {
    color: #189e0f !important;
}

.unmatchedofferstxt {
    color: #cf2a27 !important;
}

.counterofferstxt {
    color: #e69138 !important;
}

.unmatchedoffers {
    margin: 10px !important;
    background: #cf2a27 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.counteroffers {
    margin: 10px !important;
    background: #e69138 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

@media (max-width:767px) {
    .marketblock {
        border-right: 0px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
        text-align: center;
        margin: 0px !important;
        line-height: 30px !important;
        padding: 10px;
        height: auto !important;
    }

    .marketblock1 {
        padding: 10px;
        line-height: 30px !important;
    }

    .invoicealert span {
        width: auto !important;
    }

    .switch {
        margin: 20px auto !important;
        top: 0px !important;
        float: none !important;
    }

    .cardblock {
        margin-bottom: 10px;
    }

    .card1 {
        padding: 0px !important;
    }

    .marketopen {
        text-align: center !important;
    }

    .switchblock {
        float: none !important;
        text-align: center !important;
        top: 0px !important;
        display: inline-block !important;
    }
    .topspace{
        padding:30px 0px!important;
    }
}

.paynow1 {
    background: #577ca8 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    padding: 10px;
    margin: 10px 0px;
}

#invoicetbl a {
    font-weight: normal !important;
}

.popover {
    border: 2px solid #000 !important;
}

#inputarr.mdl-textfield__input {
    border-bottom: 1px solid #000 !important;
}

.popover.bottom > .arrow {
    border-bottom-color: #000 !important;
}
.font13
{
    font-size:13px !important;
}
.switchblock {
    float: right;
    text-align: right;
    top: 20px;
}

.offersdata i {
    font-size: 20px;
    line-height: 0px;
    top: 4px;
    position: relative;
    right: 2px;
}

.card1 .header {
    padding: 0px 0px !important;
}

.BtnSellerAccepted {
    margin: 10px !important;
    background: #189e0f !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.BtnSellerCounter {
    margin: 10px !important;
    background: #e69138 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.BtnSellerOffered {
    margin: 10px !important;
    background: #f1c232 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.BtnSellerRejected {
    margin: 10px !important;
    background: #cf2a27 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

/*Forgot Password related styles*/

.passwordTips {
    top: 30px;
    width: 200px;
    /*max-width:100%;*/
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background-color: #fff;
    display: none;
    z-index: 1;
    margin: 0px 0 10px;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

    .passwordTips ul li p:first-child {
        margin-bottom: 2px;
    }

    .passwordTips ul li p:last-child {
        margin-bottom: 6px;
    }

    .passwordTips:before {
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -9px;
        left: 50%;
        background-color: rgb(0 0 0 / 0.05);
        box-shadow: 0 -4px 20px #00000033;
        transform: translateX(-50%);
    }

.password-tipsWrapper:hover .passwordTips {
    display: block;
}

.password-tipsWrapper {
    position: relative;
    display: inline;
    cursor: pointer;
}

.passwordTips ul {
    padding-left: 0;
    list-style: none;
}

.login-page {
    padding-left: 0;
    /*max-width: 420px !important;*/
    margin: 5% auto;
}

.mdl-button {
    text-transform: none !important;
}

.voflabel {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 5px;
}
a#lnkbtnMail {
    display: block;
    text-align: center;
}

.input-field.otp-field {
    margin: 40px 0 30px;
}

    .input-field.otp-field input {
        width: 45px;
        border: none;
        border-bottom: 1px solid grey;
        text-align: center;
        outline: none;
        outline: none;
        outline: none;
        font-size: 16px;
        box-shadow: none;
        font-weight: 500;
        color: #0C386A;
    }

        .input-field.otp-field input + input {
            margin-left: 7px;
        }

.pstrength {
    font-weight: bold;
    color: #c2d6d6;
    padding-right: 5px;
}

.lblOTPError {
    color: red;
    font-size: 13px;
}
.dvpasswordtips {
    font-size: 13px;
    line-height: 21px;
    color: #6f6f6e;
    padding-top: 2px;
}
.cancelbtn {
    color: #075065;
    border: 1px solid #075065;
}
.bg-grey {
    background: #eee;
}
#assignlimitmodal .mdl-textfield__label:after {
    background-color: transparent !important;
}
/*.noteemail .tagsinput div input {
    height: 60px !important;
}*/

/*.noteemail div.tagsinput {
    height: 65px !important;

*/
.otplogin .input-field.otp-field input {
    width: 42px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    text-align: center;
    outline: none;
    outline: none;
    outline: none;
    height: 40px !important;
    font-size: 16px;
    box-shadow: none;
    font-weight: 500;
    color: #0C386A;
}
.otplogin .input-field.otp-field {
    margin: 40px 0 30px;
}

.otplogin .input-field.otp-field input + input {
    margin-left: 9px;
}
.otplogin a#lnkbtnMail
{
    text-align:right !important;
}
.otphead {
    color: #2196f3
}
/*.primarybtn {
    background: #075065 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color:#fff !important;
}
.secondarybtn {
    background: #40c4ff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #fff !important;
}
.tertiarybtn {
    background: #eeeeee !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #000 !important;
}*/
/*.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
    background: #40c4ff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #fff !important;
}*/


/*.row{
    padding:0px !important;
}*/
.select2-results__option .wrap:before
{
    color:#000 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    color:#000 !important;
}
/*.results__option .wrap:before 
    {
    font-family: fontAwesome;
    color: #999;
    content: "✔" !important;
    width: 25px;
    height: 25px;
    padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before {
    content: "✔" !important;
}*/
@media(max-width:600px)
{
    .bulkuploadaction{
        margin-top:40px !important;
    }
    .divremarks, .divbillattachments {
        margin: 15px 0px !important;
    }
    .billercustparam
    {
        margin:0px 0px 10px 0px;
    }
    .dvCIrow > div{
        padding-right:0px !important;
    }
    .raiseblock
    {
        padding:20px 5px !important;
    }
    #dvDeleteBillers .modal-footer input, #dvVfUpdate .modal-footer input, #dvApproveUpdate input.bg-grey {
        margin-left: 5px 0px !important;
    }
    .remarkchar {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .btnvendor .btnBookNow.mdl-button {
        width: 40% !important;
    }
    .input-field.otp-field input {
        width: 36px !important;
        border-radius: 0px !important;
    }
    .cancelbtn {
        margin: 5px 0px !important;
    }
    input#btnSaveDomain, input#btnUploadFile{
        margin-top: 50px !important;
    }
    .domainpad {
        margin-top: 35px !important;
    }
    .uploadfile
    {
        margin-bottom:75px !important;
    }
    .tableres, table#tChallanDetails, table#tblPreConfirmedBillers, table#tblCollectionTransactionDetails, table.gvAddedIECodes, table.tblBillerDisplay, table.gvBookedTransactions {
        overflow-y: scroll !important;
       /* display: block !important;*/
    }
    table#gvAddTax {
        word-break: break-all !important;
    }
    
    #Bill-window .ui-accordion .ui-accordion-content
    {
        padding:15px 0px !important;
    }
    .modal-footer input.btnApproveUpdate {
        margin-bottom: 15px !important;
    }
    .bill-item {
        width: 150px !important;
        height: 100px !important;
    }
    #dvAmtDetails .modal-dialog
    {
        width:100% !important;
    }
    .pnlTxnSummary .container-fluid{
        padding:0 !important;
    }
    .holdbtn
    {
        margin-bottom:15px !important;
    }
    .SessionPopup .modal-dialog {
        max-width: 90% !important;
    }
    .alloffers, p#ContentPlaceHolder1_P1 {
        margin: 0px !important;
    }
    ul.dropdown-menu.notification-droppy li.body {
        margin-top: 0px !important;
        height: 250px;
        overflow-y: auto;
        padding-top: 46px !important;
    }
    .buyernotifier1 {
        position: absolute;
        top: 0px !important;
        right: 42% !important;
    }
    ul.navbar-nav li.dropdown a.dropdown-toggle {
        display: block;
        text-align: center;
        width: 100% !important;
    }
    table.grvCarddisplay.dataTable > tbody > tr.child ul.dtr-details > li {
        word-break: break-all !important;
    }
    }
@media only screen and (max-width: 800px) {
    #dvbulkUploadDemo #no-more-tables1 td {
        padding-left: 60%;
    }
    #dvbulkUploadDemo .modal-body {
        padding: 20px 5px !important;
    }
    .paddinglft
    {
        padding-left:0px !important;
    }
    .marginbtm
    {
        margin-bottom:30px !important;
       
    }
    .margintp{
        margin-top:100px !important
    }
    .subheadbtm {
        margin-bottom: 10px !important;
        position: relative !important;
        top: 0px !important;
    }
    .amtstyle input
    {
        width:100% !important;
    }
    .payableheading
    {
        display:block !important;
    }
    h5.payableheading b {
        display: grid !important;
    }
    .amtstyle {
        width: 100% !important;
        display: block !important;
    }
    p.mb0 {
        margin-top: 30px !important;
    }
    .paddinglr
    {
        padding:0 !important;
    }
    .marginbtm{
        margin-bottom:40px !important;
    }
    .modal-footer input{
        margin:5px 0 !important;
    }
    .totcollect {
        display: block !important;
        align-items: center;
        margin: 30px 0px !important;
        padding:20px 0px !important;
    }
    .amtstyle input
    {
        text-align:center !important;
    }
    .amtstyle
    {
        padding:10px 0px !important;
    }
    #dvHoldPayment .holdbtn {
        margin-bottom: 15px !important;
    }
    #dvsearchable label.mdl-textfield__label {
        font-size: 10px !important;
    }
    table.gvBills tr td:nth-child(3), label#lblTransactionID {
        color: #212529 !important;
    }
    .remarkblock
    {
        padding:0px !important;
    }
    .pantanblock
    {
        padding:0 !important;
    }
    label.panlabel
    {
        font-size:11px !important;
    }
    .aad-2 .col-xs-12, .aad-2 .col-lg-6, .aad-2 .col-xs-12 {
        padding:0 !important;
    }
    .input-field.otp-field input {
        
        border-radius: 0px !important;
    }
    #dvTerms .modal-dialog
    {
        width:90% !important;
    }
    
}
@media only screen and (max-width: 360px) {
    #dvsearchable label.mdl-textfield__label {
        font-size: 8px !important;
    }
}

@media only screen and (max-width: 320px) {
    .mdl-textfield__input#txtPaymentDateRange, .mdl-textfield__input#txtDateRange {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 320px) {
    #dvsearchable label.mdl-textfield__label {
        font-size: 6px !important;
    }
    .input-field.otp-field input {
        width: 34px !important;
        border-radius: 0px !important;
    }
}

