﻿html, body {
    height: 100%;
    background-color: white;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer .pull-left a{
    font-weight: bold;
}
.footer .pull-right{
    display: none;
}
.footer:before {
    content: '';
    height: 175px;
    width: 540px;
    background: url(../img/bgimg.png) left top no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.another_wrap:before {
    content: '';
    width: 213px;
    height: 149px;
    position: fixed; /* bottom-right decoration follows viewport */
    right: 15px;
    bottom: 80px;   /* as requested */
    background: url(../img/s2.png) center no-repeat;
    z-index: 0;
    opacity: 0.3;
}
.footer {
    position: relative;
    overflow: hidden;
    height: 40px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding: 10px 15px 0 15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

/***************************************************************/
/* Ensure page wrapper is positioned for absolute pseudo elements */
.another_wrap{
    position: relative;
}
.another_wrap .navbar-nav  button {
    padding-top: 25px;
    padding-bottom: 25px;
    outline: none;
    margin: 0 0 0 0;
    border: none;
}
.another_wrap .nav > li > form {
    padding: 0 0;
}
.another_wrap .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.another_wrap .navbar-brand{
    padding: 5px 15px;
    height: inherit;
}
.another_wrap .navbar-brand img{
    width: 170px;
    height: 55px;
    object-fit: contain;
    margin-top: 2px;
}
.another_wrap > nav{
    padding-right: 15px;
    padding-left: 15px;
}
.another_wrap .navbar-inverse  button,
.another_wrap .navbar-inverse .navbar-nav > li > a {
    color: #008ddb;
    font-weight: bold;
}
.another_wrap .navbar-inverse .navbar-toggle{
    border: none !important;
    margin-top: 16px;
    outline: none !important;
}
.another_wrap .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #008ddc;
}
.another_wrap .navbar-inverse .navbar-nav  button:hover,
.another_wrap .navbar-inverse .navbar-nav button:focus,
.another_wrap .navbar-inverse .navbar-nav > .active > a,
.another_wrap .navbar-inverse .navbar-nav > .active > a:hover,
.another_wrap .navbar-inverse .navbar-nav > li > a:hover,
.another_wrap .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff ;
    background-color: #008ddb !important;
    text-decoration: none;
}
.another_wrap .navbar-inverse .navbar-toggle:hover,
.another_wrap .navbar-inverse .navbar-toggle:focus {
     background-color: #008ddb;
}

.another_wrap .navbar-inverse .navbar-toggle:hover  .icon-bar ,
.another_wrap .navbar-inverse .navbar-toggle:focus  .icon-bar {
    background-color: #ffffff;
}
.container_in .grid-view tr > td:nth-child(4),
.container_in .grid-view tr > td:nth-child(3),
.container_in .grid-view tr > td:nth-child(2),
.container_in .grid-view tr > td:nth-child(1) {
    white-space: normal;
}
.container_in .customTable{
    margin-bottom: 10px;
}
.container_in{
    background-color: #ffffff;
    padding: 15px 15px 5px 20px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    margin: 15px auto 0 auto;

}
@media(min-width:768px){
    .pinForm{
        margin-bottom: 25px;
    }
    .dflex_repo_row .vcenter_first{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .repo_qr_info{
        text-align: center;
    }
    .pinForm .btn-primary{
        color: #fff;
        background-color: #41A84B;
        border-color: #41A84B;
        width: 100%;
        height: 44px;
        font-size: 15px;
    }
    #repopinmodel-pin_code{
        height: 44px;
    }
    .container_in{
        box-shadow: none;
    }
}
@media(min-width:576px) and (max-width:767px){
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
        width: 378px !important;
        height: 600px !important;
    }

}
@media(max-width:767px){
    .pinForm{
        margin-bottom: 25px;
        width: 100% !important;        /* expand to container width */
        max-width: 100% !important;     /* override desktop cap */
        border: none !important;        /* remove outer border on small screens */
        border-radius: 0 !important;
        padding: 0 !important;          /* keep compact */
        box-shadow: none !important;     /* no shadow framing */
        background: transparent !important;
    }
    .m_mobile{
        display: block !important;
    }
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
        width:166px ;
        height: 222px;
    }
    .container_in .row{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
    .container_in .row::before{
        display: none !important;
    }
    .another_wrap .navbar-brand{
        padding: 5px 0 !important;
    }
    .another_wrap .navbar-brand img{
        width: 45px !important;
    }
    footer.footer{
        display: none;
    }
    .wrap{
        margin-bottom: 0;
    }
    .container_in{
        box-shadow: none;
    }
    .another_wrap:before{
        display: none;
    }
    .pinForm{
        border:none ;
        padding: 0;
    }
    .container_in .col-md-6{
        padding: 0;
        width: 100%;
    }
    #repopinmodel-pin_code{
        height: 44px;
    }
    .wrap > .container{
        padding: 70px 28px 20px;
    }
    .field-repopinmodel-pin_code{
        margin-bottom: 25px;
    }
    .pinForm .btn-primary{
        color: #fff;
        background-color: #41A84B;
        border-color: #41A84B;
        width: 100%;
        height: 44px;
        font-size: 15px;
    }
    .navbar-inverse{
        border: none;
    }
    .another_wrap .navbar-inverse .navbar-toggle{
        margin-right: -3px;
        margin-top: 14px;
    }
    .m_mobile .navbar-header{
        padding: 0 15px;
    }
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #d1d1d1;
    color: #333333;
}
#file-guid{
    height: 55px;
    padding: 6px 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #a3c5d8;
    border-radius: 0;
}
#file-guid:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.jumbo .control-label{
    font-size: 20px;
    color: #333333;
    padding-bottom: 8px;
    padding-top: 12px;
}
.import i{
    margin: 0 0 0 10px;
}
.import:hover{
    background-color: #4ea5bf;
}
.import{
    outline: none !important;
    border: none;
    background-color: #5bc0de;
    color: #ffffff;
    font-size: 40px;
    padding: 8px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pinForm{
    border: 1px solid #bdbdbd;
    padding: 30px;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*.navbar-inverse a, .navbar-inverse button {*/
    /*color: #333333 !important;*/
/*}*/

/*.customTable{*/
    /*background: #dbe4bb;*/
    /*border-collapse: separate;*/
    /*border-top: 1px solid #7b835c;*/
    /*border-left: 1px solid #7b835c;*/
/*}*/
/*.customTable.table > thead > tr > th,*/
/*.customTable.table > tbody > tr > th,*/
/*.customTable.table > tfoot > tr > th,*/
/*.customTable.table > thead > tr > td,*/
/*.customTable.table > tbody > tr > td,*/
/*.customTable.table > tfoot > tr > td{*/
    /*border-right: 1px solid #7b835c;*/
    /*border-bottom: 1px solid #7b835c;*/
    /*border-top: none;*/
    /*border-left: none;*/
    /*vertical-align: middle;*/
/*}*/
/*.customTable.table > thead > tr > th{*/
    /*border-bottom: 2px solid #7b835c;*/
    /*color: #fff;*/
    /*background: #9da67b;*/
/*}*/
/*.customTable.table > thead > tr > th a{*/
    /*color: #fff;*/
/*}*/
/*.breadcrumb {*/
    /*padding: 8px 15px;*/
    /*margin-bottom: 20px;*/
    /*list-style: none;*/
    /*background-color: #f6e3e0;*/
    /*border-radius: 4px;*/
/*}*/

/*.navbar-inverse .navbar-nav > .active > a,*/
/*.navbar-inverse .navbar-nav > li > a:hover,*/
/*.navbar-inverse .navbar-nav > .active > a:hover,*/
/*.navbar-inverse .navbar-nav > .active > a:focus {*/
    /*color: #fff !important;*/
    /*background-color: #008ddc;*/
/*}*/
/*ul.dropdown-menu {*/
    /*background-color: #a84f4a;*/
/*}*/
/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {*/
    /*background-color: #86241f;*/
/*}*/
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {*/
    /*color: #262626;*/
    /*text-decoration: none;*/
    /*background-color: #c75454;*/
/*}*/
/*.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {*/
    /*color: #fff;*/
    /*background-color: #c75454;*/
/*}*/
.title {
    font-size: 22px;
    color: #ffffff;
    background: #5bc0de;
    display: inline-block;
    padding: 5px 10px;
    border: 1px dashed #53b0cb;
}
/*.groupBoxesHolder{*/
    /*margin: 0 -5px;*/
/*}*/
/*.groupBox{*/
    /*padding: 0 5px;*/
/*}*/
/*.groupBox .groupBoxItem{*/
    /*border: 1px solid #dda6a6;*/
    /*margin: 10px 0;*/
    /*display: block;*/
    /*!*min-height: 185px;*!*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*padding: 0 5px 5px 5px;*/
/*}*/
/*.groupBox .groupBoxTitle{*/
    /*background: #fff2f2;*/
    /*display: table;*/
    /*margin: -13px 0 10px 15px;*/
    /*padding: 0 10px;*/
    /*font-size: 16px;*/
    /*color: #4a4a4a;*/
    /*font-weight: bold;*/
/*}*/
/*.groupBox .striped-table{*/
    /*margin-bottom: 0;*/
/*}*/
/*.groupBox .striped-table td{*/
    /*border: none;*/
/*}*/
/*.groupBox .striped-table tr:nth-of-type(odd){*/
    /*background-color: #f4e5e5;*/
/*}*/
/*.groupBoxTab li{*/
    /*list-style: none;*/
    /*display: block;*/
    /*position: relative;*/
/*}*/
/*.groupBoxTab li a{*/
    /*color: #555;*/
    /*text-decoration: none;*/
    /*font-size: 14px;*/
    /*padding: 10px 10px 0 15px;*/
    /*margin: 5px 0;*/
    /*display: block;*/
    /*border: 2px solid transparent;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*-webkit-transition: all 0s ease;*/
    /*-moz-transition: all 0s ease;*/
    /*-o-transition: all 0s ease;*/
    /*-ms-transition: all 0s ease;*/
    /*transition: all 0s ease;*/
/*}*/
/*.groupBoxTab li:after{*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 16px inset transparent;*/
    /*border-bottom: 16px inset transparent;*/
    /*border-right: 16px solid transparent;*/
    /*position: absolute;*/
    /*content: "";*/
    /*margin-top: -16px;*/
    /*top: 50%;*/
    /*left: -15px;*/
    /*z-index: 1;*/
/*}*/
/*.groupBoxTab li:before{*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 16px inset transparent;*/
    /*border-bottom: 16px inset transparent;*/
    /*border-right: 16px solid #fff2f2;*/
    /*position: absolute;*/
    /*content: "";*/
    /*margin-top: -16px;*/
    /*top: 50%;*/
    /*left: -12px;*/
    /*z-index: 2;*/
/*}*/
/*.groupBoxTab li.active a{*/
    /*border-color: #cf5555;*/
/*}*/
/*.groupBoxTab li.active:after{*/
    /*border-right-color: #cf5555;*/
/*}*/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/


.pull-center {
    display: table;
    margin: 0 auto;
}
.lined_text{
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.lined_text span {
    background: #fff;
    position: relative;
    padding: 0 5px;
    font-size: 16px;
    color: #3b3b3b;
    z-index: 3;
}
.lined_text:before {
    content: '';
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
}
.m_mobile{
    display: none !important;
}
.darkHeader{
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.56);
}
.repo_qr_info{
    font-weight: 500;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 25px;
    color: black;
    text-align: left;
    width: 100%;
    margin-top: 0;
}
.repo_qr_info.qr_blue{
    color:#3877B0 ;
}
.dflex_repo_row{
    display: flex;
    display: -webkit-flex;
}
.dflex_repo_row .vcenter img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    backdrop-filter: blur(5px);
}
@media(min-width:768px){
    .pinForm{
        margin-bottom: 25px;
    }
    .dflex_repo_row .vcenter_first{
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .repo_qr_info{
        text-align: center;
    }
    /* Keep document image within comfortable bounds on desktops */
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
        width: 100% !important;      /* fill column width */
        max-width: 480px !important; /* but don’t exceed this size */
        height: auto !important;
    }
    .pinForm .btn-primary{
        color: #fff;
        background-color: #41A84B;
        border-color: #41A84B;
        width: 80%;
        max-width: 360px;
        margin: 14px auto 0;
        height: 44px;
        font-size: 15px;
    }
    #repopinmodel-pin_code{
        height: 44px;
        width: 80%;
        max-width: 360px;
        display: block;
        margin: 0 auto;
    }
    .container_in{
        box-shadow: none;
    }
}

/* Language dropdown and navbar sizing (desktop defaults) */
.lang_part{
    border-radius: 4px;
    position: relative;
    background: #EDF5FF;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 58px;
    height: 70px;
}
.lang_part .col-xs-8{
    width: 100%;
    padding: 0;
    height: 100%;
}
.lang_part a{
    width: 100%;
    display: flex !important;
    align-content: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    height: 70px;
    padding-top: 26px;
    background: transparent;
}
#a_label{ background: transparent; }
.lang_part a span{ margin-top: 5px; }
.navbar-right .dropdown-menu{
    right: -49px;
    left: auto;
    top: 69px;
}
.dropdown-menu a{
    margin: 0;
    height: auto;
    padding-top: 0;
}
@media (min-width: 768px){
    .navbar-nav.navbar-right{
        display: flex;
        align-items:end;
        justify-content: center;
    }
}
@media(min-width:576px) and (max-width:767px){
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
        width: 378px !important;   /* sample-based mid-size */
        height: 600px !important;  /* match reference layout */
    }

}
/* Phones */
@media(max-width:575px){
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
        width: 220px !important;
        height: auto !important;
    }
}
@media(max-width:767px){
    .pinForm{
        margin-bottom: 25px;
    }
    .m_mobile{
        display: block !important;
    }
    /* Hide desktop navbar, show only mobile navbar */
    .another_wrap > nav.navbar-fixed-top:not(.m_mobile){
        display: none !important;
    }
    /* Mobile adjustments for language dropdown and menu */
    .navbar-nav.navbar-right{ display: block; }
    .lang_part, .lang_part a{
        height: 56px;
        padding-top: 18px;
        font-size: 14px;
    }
    .navbar-right .dropdown-menu{
        right: 0;
        left: auto;
        top: 56px;
    }
    .container_in .col-md-6.vcenter img{
        margin: 25px auto 0 !important;
        display: block !important;
    }
    .container_in .row{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
    .container_in .row::before{
        display: none !important;
    }
    .another_wrap .navbar-brand{
        padding: 5px 0 !important;
    }
    .another_wrap .navbar-brand img{
        width: 45px !important;
        height: auto !important;
    }
    /* Compact, centered toggle aligned to 56px bar */
    .another_wrap .navbar-inverse{ min-height: 56px; padding-top: 0; padding-bottom: 0; }
    .another_wrap .navbar-inverse .navbar-toggle{ margin-right: 8px; margin-top: 10px; padding: 8px 10px; border: none !important; outline: none !important; background: transparent; }
    .another_wrap .navbar-inverse .navbar-toggle .icon-bar{ background-color: #008ddc; height: 3px; }
    /* Ensure content is not hidden under fixed navbar */
    .wrap > .container{ padding-top: 70px; }
    footer.footer{
        display: none;
    }
    .wrap{
        margin-bottom: 0;
    }
    .container_in{
        box-shadow: none;
    }
    .another_wrap:before{
        display: none;
    }
    .pinForm{
        border:none ;
        padding: 0;
    }
    .container_in .col-md-6{
        padding: 0;
        width: 100%;
    }
    #repopinmodel-pin_code{
        height: 44px;
    }
    .wrap > .container{
        padding: 70px 28px 20px;
    }
    .field-repopinmodel-pin_code{
        margin-bottom: 25px;
    }
    .pinForm .btn-primary{
        color: #fff;
        background-color: #41A84B;
        border-color: #41A84B;
        width: 80%;
        max-width: 100px;
        margin: 44px auto 0;
        height: 44px;
        font-size: 20px;
    }
    .navbar-inverse{
        border: none;
    }
    .another_wrap .navbar-inverse .navbar-toggle{
        margin-right: -3px;
        margin-top: 14px;
    }
    .m_mobile .navbar-header{
        padding: 0 15px;
    }
}
/* End of file */
/* ===============================================
   PIN forma o'lchamlarini boshqarish (bitta joydan)
   Quyidagilarni alohida sozlashingiz mumkin:
   - Tashqi ramka: qalinlik va radius
   - Input eni/bo'yi va tugma (button) eni/bo'yi
   - Input ichki padding va burchak radiusi
   - Input ostidagi oraliq (gap)
   Ushbu blok yuqoridagi qattiq o'lchamlarni bekor qiladi.
   =============================================== */

.pinForm{
    /* Tashqi kartochka (ramka) */
    --pin-card-border: 1px;
    --pin-card-radius: 5px;
    --pin-card-width: 218px;      /* talab qilingan eni */
    --pin-card-height: 160px;     /* qat'iy balandlik */

    /* Input uchun o'lchamlar */
    --pin-input-width: 186.75px;     /* talab qilingan eni */
    --pin-input-max: 186.75px;       /* cap = o'sha eni */
    --pin-input-height: 44px;        /* talab qilingan balandlik */
    --pin-gap: 12px;                 /* input bilan tugma orasidagi joy */
    --pin-input-pad-v: 10px;
    --pin-input-pad-h: 12px;
    --pin-input-radius: 5px;

    /* Tugma (button) uchun o'lchamlar */
    --pin-btn-width: 186.75px;       /* talab qilingan eni */
    --pin-btn-max: 186.75px;
    --pin-btn-height: 44px;          /*  btn talab qilingan balandlik */
    --pin-button-radius: 5px;

    /* Moslik uchun eski nomlar (fallback) */
    --pin-control-width: var(--pin-input-width);
    --pin-control-max-width: var(--pin-input-max);
    --pin-control-height: var(--pin-input-height);
    --pin-control-gap: var(--pin-gap);
}

/* Apply outer frame sizing */
.pinForm{
    border: var(--pin-card-border) solid #bdbdbd !important;
    border-radius: var(--pin-card-radius) !important;
    width: var(--pin-card-width);
    height: var(--pin-card-height);
    position: relative; /* buttonni pastga joylash uchun kontekst */
}

/* Input o'lchamlari */
.pinForm #repopinmodel-pin_code{
    display: block !important;
    width: var(--pin-input-width, var(--pin-control-width)) !important;
    max-width: var(--pin-input-max, var(--pin-control-max-width)) !important;
    height: var(--pin-input-height, var(--pin-control-height)) !important;
    margin: 0 auto var(--pin-gap, var(--pin-control-gap)) !important;
    padding: var(--pin-input-pad-v) var(--pin-input-pad-h) !important;
    border-radius: var(--pin-input-radius) !important;
    box-sizing: border-box !important;
}

/* Tugma o'lchamlari (.btn-primary yoki .btn-success) */
.pinForm .btn, .pinForm .btn-primary, .pinForm .btn-success{
    display: block !important;
    width: var(--pin-btn-width, var(--pin-control-width)) !important;
    max-width: var(--pin-btn-max, var(--pin-control-max-width)) !important;
    height: var(--pin-btn-height, var(--pin-control-height)) !important;
    margin: 0 auto !important;
    border-radius: var(--pin-button-radius) !important;
    /* Pastga yopishtirish (o'lchamlarni o'zgartirmasdan) */
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
}

/* Input blok bilan tugma orasidagi oraliqni biroz qisqartirish */
.pinForm .form-group{ margin-bottom: 8px; }

/* Label va inputni yuqoriroqqa ko'tarish (razmerlar saqlanadi) */
.pinForm{ padding-top: 8px !important; }
.pinForm .field-repopinmodel-pin_code{ margin-top: 4px !important; }

/* Mobile override: remove outer rectangles around PIN form */
@media (max-width: 767px){
    /* Remove the card-like border and fixed sizing on small screens */
    .pinForm{
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        width: 91% !important;
        max-width: 91% !important;
        height: auto !important;
        border-radius: 0 !important;
        padding: 0 !important;
        position: static !important;
    }
    /* Let controls flow naturally; no absolute positioning */
    .pinForm .btn, .pinForm .btn-primary, .pinForm .btn-success{
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 50 !important;
        height: 44px !important;
    }
    .pinForm #repopinmodel-pin_code{
        width: 96% !important;
        max-width: 96% !important;
    }
}
