.form_field_input{display:flex;align-items:flex-start;flex-direction:column;width:100%}.form_field_input .label{flex-shrink:0;flex-shrink:1;font-size:14px;line-height:16px}.form_field_input .value{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:5px}.form_field_input .value input{width:100%;box-sizing:border-box;text-indent:3px;margin-top:3px;margin-bottom:3px;border:1px solid #000;font-size:14px;line-height:20px}.form_field_input .value input[disabled]{background-color:#bfbfbf}.form_field_input .value .buttons{margin-left:5px}.form_field_input .value .buttons .button-style{font-size:12px;padding:0 15px;border:0!important;line-height:18px;margin-right:0;white-space:nowrap}@media screen and (min-width:600px){.form_field_input{flex-direction:row;justify-content:space-between;align-items:center}.form_field_input .value{width:300px}}#login{background-image:url(/_assets/bg.ef9719d3.jpg);background-size:cover}#login .frame{width:100%;margin:0 15px;max-width:400px}#login .frame .form_field_wrap .value{width:100%}#login .frame .logo{background-image:url(/_assets/kid2pick_logo.4e57fa33.png);width:150px;height:40px;position:absolute;right:0;top:0;background-size:contain;background-repeat:no-repeat;background-position:right 50%}#fullpage .side{width:54px;margin-left:-54px;transition:.25s;position:absolute;z-index:2;overflow-x:hidden}#fullpage .side .top>.res_menu{background-color:#fff;width:100%}#fullpage .side .top>.res_menu>.icon{color:#2c5282!important;background-color:#fff!important}#fullpage .side .icon_wrap{display:flex;justify-content:flex-start;align-items:center}#fullpage .side .icon_wrap .icon{width:54px;height:49px;display:flex;justify-content:center;align-items:center;font-size:30px;color:#fff;cursor:pointer;position:relative}#fullpage .side .icon_wrap .icon.active:before{left:0;top:10px;height:30px;width:4px;background-color:#fff;content:" ";position:absolute;border-top-right-radius:3px;border-bottom-right-radius:3px}#fullpage .side .icon_wrap .icon:after{width:30px;top:0;height:1px;background-color:rgba(255,255,255,.2);content:" ";position:absolute}#fullpage .side .icon_wrap .tooltip{color:#fff;padding-left:1.5rem}#fullpage .side .bottom .icon:after{width:30px;top:0;height:1px;background-color:rgba(255,255,255,.2);content:" ";position:absolute}#fullpage .main .top{height:50px;width:100%}#fullpage .main .top .icon{width:50px;height:50px;font-size:26px;display:flex;justify-content:center;align-items:center;cursor:pointer}#fullpage .main>.content{position:absolute;left:0;top:50px;width:100%;height:calc(100% - 50px);overflow:auto}#fullpage .main>.content>.view_toolbar{position:absolute;left:0;top:0;height:100%;width:100%}#fullpage .main>.content>.view_toolbar>.toolbar{height:31px;width:100%;display:flex;align-items:stretch;border-bottom:1px solid #718096;margin-top:-1px}#fullpage .main>.content>.view_toolbar>.toolbar>.spacer{flex-grow:1;margin:0;padding:0}#fullpage .main>.content>.view_toolbar>.toolbar>a{background-color:#fff;display:flex;padding-left:1rem;padding-right:1rem;line-height:30px;border-right:1px solid #718096;cursor:pointer;align-items:center}#fullpage .main>.content>.view_toolbar>.toolbar>a.active,#fullpage .main>.content>.view_toolbar>.toolbar>a.router-link-exact-active,#fullpage .main>.content>.view_toolbar>.toolbar>a:hover{background-color:#1e3a8a;color:#fff}#fullpage .main>.content>.view_toolbar>.toolbar>a.button_save_back svg:first-child{margin-right:5px}#fullpage .main>.content>.view_toolbar>.toolbar>a.button_save_back:hover{background-color:#276749}#fullpage .main>.content>.view_toolbar>.toolbar>a.button_save{background-color:#38a169;color:#fff;padding-left:10px;padding-right:10px}#fullpage .main>.content>.view_toolbar>.toolbar>a.button_save:hover{background-color:#276749}#fullpage .main>.content>.view_toolbar>.toolbar>a.icon-blue{background-color:#2563eb;color:#fff}#fullpage .main>.content>.view_toolbar>.toolbar>a.icon-blue:hover{background-color:#1e40af}#fullpage .main>.content>.view_toolbar>.toolbar>span{line-height:30px;padding-left:1rem;padding-right:1rem}#fullpage .main>.content>.view_toolbar>.content{position:absolute;left:0;top:31px;width:100%;height:calc(100% - 31px);max-height:calc(100% - 31px);overflow:auto}#fullpage.menu_open .side{z-index:2;left:0;top:0;width:100vw!important;height:100%;margin-left:0}@media screen and (min-width:640px){#fullpage .side{margin-left:0;position:relative}#fullpage .side .res_menu{display:none!important}#fullpage .side .icon_wrap .icon:hover{background-color:#1e3a8a}#fullpage .side .icon_wrap .tooltip{position:absolute;background-color:#2c5282;left:65px;z-index:3;padding:2px 15px;transition:.5s;opacity:0;border-radius:5px}#fullpage .side .icon_wrap:hover .tooltip{opacity:1}#fullpage .side:hover{overflow-x:visible}#fullpage .main .top{width:calc(100% - 54px)}#fullpage .main>.content{left:54px;width:calc(100% - 54px)}}.confirm_dialog{z-index:100;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.confirm_dialog .inner{background-color:#fff;border-radius:10px;width:300px;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;overflow:hidden}.confirm_dialog .inner .title{width:100%;padding:15px 0;text-align:center;font-weight:700;font-size:1.2em}.confirm_dialog .inner .msg{padding:0 15px 30px;text-align:center;flex-grow:1}.confirm_dialog .inner .btn{width:100%;border-top:1px solid #999;display:flex;justify-content:stretch;flex-direction:row}.confirm_dialog .inner .btn>div{flex-grow:1;text-align:center;height:50px;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#3b82f6;font-weight:700}.confirm_dialog .inner .btn>div:hover{background-color:#3b82f6;color:#fff}.confirm_dialog .inner .btn>div:nth-child(1){border-right:1px solid #999}.alert_dialog{z-index:100;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.alert_dialog .inner{background-color:#fff;border-radius:10px;width:300px;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;overflow:hidden}.alert_dialog .inner .title{width:100%;padding:15px 1rem;text-align:center;font-weight:700;font-size:1.2em}.alert_dialog .inner .msg{padding:0 15px 30px;text-align:center;flex-grow:1}.alert_dialog .inner .btn{width:100%;border-top:1px solid #999;display:flex;justify-content:stretch;flex-direction:row}.alert_dialog .inner .btn>div{flex-grow:1;text-align:center;height:50px;width:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#3b82f6;font-weight:700}.alert_dialog .inner .btn>div:hover{background-color:#3b82f6;color:#fff}.alert_dialog .inner .btn>div:nth-child(1){border-right:1px solid #999}.datatable tr th{font-weight:600}.datatable tr td .label{font-weight:600;padding-right:5px;display:inline-block}.form_row{display:flex;width:100%;max-width:1200px;flex-direction:row;gap:.5rem;margin-bottom:.5rem}.form_row>.label{width:200px}.form_row>.value input{border:1px solid #000;text-indent:3px}#fullError button{position:fixed;font-size:30px;right:1rem;top:1rem}#error,#message{right:1rem;bottom:1rem}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}details,main{display:block}h1{font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-size:1em}a{background-color:transparent;color:inherit;text-decoration:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;line-height:inherit;color:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}summary{display:list-item}[hidden],template{display:none}button{background-color:transparent;background-image:none}button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-family:Inter var,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}*,::after,::before{box-sizing:border-box;border:0 solid #e2e8f0}img{border-style:solid}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--bg-opacity))}.bg-gray-500{--bg-opacity:1;background-color:#a0aec0;background-color:rgba(160,174,192,var(--bg-opacity))}.bg-gray-600{--bg-opacity:1;background-color:#718096;background-color:rgba(113,128,150,var(--bg-opacity))}.bg-red-300{--bg-opacity:1;background-color:#feb2b2;background-color:rgba(254,178,178,var(--bg-opacity))}.bg-red-500{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity))}.bg-red-600{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.bg-orange-500{--bg-opacity:1;background-color:#ed8936;background-color:rgba(237,137,54,var(--bg-opacity))}.bg-orange-600{--bg-opacity:1;background-color:#dd6b20;background-color:rgba(221,107,32,var(--bg-opacity))}.bg-yellow-500{--bg-opacity:1;background-color:#ecc94b;background-color:rgba(236,201,75,var(--bg-opacity))}.bg-yellow-600{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.bg-green-100{--bg-opacity:1;background-color:#f0fff4;background-color:rgba(240,255,244,var(--bg-opacity))}.bg-green-500{--bg-opacity:1;background-color:#48bb78;background-color:rgba(72,187,120,var(--bg-opacity))}.bg-green-600{--bg-opacity:1;background-color:#38a169;background-color:rgba(56,161,105,var(--bg-opacity))}.bg-teal-500{--bg-opacity:1;background-color:#38b2ac;background-color:rgba(56,178,172,var(--bg-opacity))}.bg-teal-600{--bg-opacity:1;background-color:#319795;background-color:rgba(49,151,149,var(--bg-opacity))}.bg-blue-300{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}.bg-blue-500{--bg-opacity:1;background-color:#4299e1;background-color:rgba(66,153,225,var(--bg-opacity))}.bg-blue-600{--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity))}.bg-blue-800{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity))}.bg-purple-500{--bg-opacity:1;background-color:#9f7aea;background-color:rgba(159,122,234,var(--bg-opacity))}.bg-purple-600{--bg-opacity:1;background-color:#805ad5;background-color:rgba(128,90,213,var(--bg-opacity))}.bg-pink-500{--bg-opacity:1;background-color:#ed64a6;background-color:rgba(237,100,166,var(--bg-opacity))}.bg-pink-600{--bg-opacity:1;background-color:#d53f8c;background-color:rgba(213,63,140,var(--bg-opacity))}.border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#cbd5e0;border-color:rgba(203,213,224,var(--border-opacity))}.border-gray-600{--border-opacity:1;border-color:#718096;border-color:rgba(113,128,150,var(--border-opacity))}.border-red-600{--border-opacity:1;border-color:#e53e3e;border-color:rgba(229,62,62,var(--border-opacity))}.border-solid{border-style:solid}.border{border-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.cursor-pointer{cursor:pointer}.block{display:block}.flex{display:flex}.table{display:table}.table-row{display:table-row}.hidden{display:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-grow{flex-grow:1}.font-bold{font-weight:700}.h-full{height:100%}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.list-disc{list-style-type:disc}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mb-6{margin-bottom:1.5rem}.outline-none{outline:transparent solid 2px;outline-offset:2px}.overflow-auto{overflow:auto}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.pb-1{padding-bottom:.25rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pt-4{padding-top:1rem}.pl-4{padding-left:1rem}.fixed{position:fixed}.relative{position:relative}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-red-600{--text-opacity:1;color:#e53e3e;color:rgba(229,62,62,var(--text-opacity))}.text-orange-600{--text-opacity:1;color:#dd6b20;color:rgba(221,107,32,var(--text-opacity))}.text-yellow-600{--text-opacity:1;color:#d69e2e;color:rgba(214,158,46,var(--text-opacity))}.text-green-600{--text-opacity:1;color:#38a169;color:rgba(56,161,105,var(--text-opacity))}.text-teal-600{--text-opacity:1;color:#319795;color:rgba(49,151,149,var(--text-opacity))}.text-blue-600{--text-opacity:1;color:#3182ce;color:rgba(49,130,206,var(--text-opacity))}.text-blue-900{--text-opacity:1;color:#2a4365;color:rgba(42,67,101,var(--text-opacity))}.text-purple-600{--text-opacity:1;color:#805ad5;color:rgba(128,90,213,var(--text-opacity))}.text-pink-600{--text-opacity:1;color:#d53f8c;color:rgba(213,63,140,var(--text-opacity))}.underline{text-decoration:underline}.select-none{-webkit-user-select:none;user-select:none}.align-middle{vertical-align:middle}.visible{visibility:visible}.whitespace-pre{white-space:pre}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-full{width:100%}.gap-1{grid-gap:.25rem;gap:.25rem}.gap-2{grid-gap:.5rem;gap:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{100%,75%{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.whitespace-nowrap{white-space:nowrap}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#2d3748}::-webkit-scrollbar-thumb{background:#cbd5e0}::-webkit-scrollbar-thumb:hover{background:#718096}.button{min-height:32px;--bg-opacity:1;background-color:#3182ce;background-color:rgba(49,130,206,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));cursor:pointer;font-size:1rem;transition-property:all;display:inline-flex;align-items:center;padding:.25rem 1rem}.button:hover{--bg-opacity:1;background-color:#2c5282;background-color:rgba(44,82,130,var(--bg-opacity));box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.button.button-red{--bg-opacity:1;background-color:#e53e3e;background-color:rgba(229,62,62,var(--bg-opacity))}.button.button-red:hover{--bg-opacity:1;background-color:#9b2c2c;background-color:rgba(155,44,44,var(--bg-opacity))}.button.button-green{--bg-opacity:1;background-color:#38a169;background-color:rgba(56,161,105,var(--bg-opacity))}.button.button-green:hover{--bg-opacity:1;background-color:#276749;background-color:rgba(39,103,73,var(--bg-opacity))}.button-sm{height:22px;margin-top:3px;margin-bottom:3px;font-size:15px;line-height:22px}table.datatable{width:100%;text-align:left}table.datatable th{height:28px;line-height:28px;padding-left:1rem;font-size:14px;border-bottom:1px solid #718096;font-weight:400;--bg-opacity:1;background-color:#cbd5e0;background-color:rgba(203,213,224,var(--bg-opacity))}table.datatable .col_id{width:20px}table.datatable .col_action{width:10px;padding-right:1rem}table.datatable .col_action .icon{font-size:18px}table.datatable tbody tr td{height:22px;line-height:22px;padding-left:1rem;font-size:12px}table.datatable tbody tr:last-child td{border-bottom:1px solid #718096}table.datatable.odd_even tbody:nth-child(odd) tr td{--bg-opacity:1;background-color:#e2e8f0;background-color:rgba(226,232,240,var(--bg-opacity))}table.datatable tbody:hover>tr td,table.datatable.odd_even tbody tr:nth-child(odd):hover td,table.datatable.odd_even tbody:nth-child(odd):hover tr td{--bg-opacity:1;background-color:#90cdf4;background-color:rgba(144,205,244,var(--bg-opacity))}table.datatable tbody tr.clickable td{cursor:pointer}.table-scroll-wrapper{overflow-y:auto;height:calc(100vh - 50px)}.table-scroll-wrapper th{position:sticky;top:0}.view_toolbar .table-scroll-wrapper{height:calc(100vh - 50px - 30px)}.row{flex-direction:column;display:flex;width:100%;justify-content:flex-start;grid-gap:0;gap:0}.row>.col{flex-grow:1}@media screen and (min-width:1000px){.row{flex-direction:row;gap:1rem;max-width:1200px}}hr{border-top-width:1px;margin-top:.5rem;margin-bottom:.5rem;border-color:#718096}@media screen and (min-width:640px){.button{min-height:unset}.button svg{margin-right:.5rem}.form_field_checkbox .value{width:400px}}@media (min-width:640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:table-cell{display:table-cell}.sm\:hidden{display:none}.sm\:items-center{align-items:center}.sm\:text-base{font-size:1rem}.sm\:mb-0{margin-bottom:0}}@media (min-width:1024px){.lg\:m-4{margin:1rem}.lg\:w-1\/4{width:25%}}.form_field_checkbox{width:100%;display:flex;align-items:center;justify-content:space-between;min-height:28px}.form_field_checkbox .label{flex-shrink:0;flex-shrink:1;font-size:14px;line-height:16px}.form_field_checkbox .value{flex-shrink:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start}.form_field_checkbox .value input{width:auto;box-sizing:border-box;text-indent:3px;margin-top:3px;margin-bottom:3px;border:1px solid #000;font-size:14px;line-height:20px}.form_field_checkbox .value input[disabled]{background-color:#bfbfbf}.form_field_checkbox .value .buttons{margin-left:5px}.form_field_checkbox .value .buttons .button-style{font-size:12px;padding:0 15px;border:0!important;line-height:18px;margin-right:0;white-space:nowrap}.form_field_select{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;min-height:28px;font-size:14px}.form_field_select .label{flex-shrink:0;flex-shrink:1;font-size:14px;line-height:16px}.form_field_select .value{flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%}.form_field_select .value select{box-sizing:border-box;text-indent:3px;margin-top:3px;margin-bottom:3px;border:1px solid #000;width:100%;font-size:14px;line-height:16px;height:22px}.form_field_select .value select[disabled]{background-color:#bfbfbf}@media screen and (min-width:600px){.form_field_select{flex-direction:row;justify-content:space-between;align-items:center}.form_field_select .value{width:300px}}.pager_wrap{height:30px;display:flex;align-items:stretch;justify-content:flex-start}.pager_wrap>a{background-color:#fff;display:flex;padding-left:.5rem;padding-right:.5rem;line-height:30px;border-right:1px solid #718096;cursor:pointer;align-items:center;display:flex;justify-content:center;align-items:center}.pager_wrap>a.router-link-exact-active,.pager_wrap>a:not(.disabled):hover{background-color:#1e3a8a;color:#fff}.pager_wrap>a:last-child{border-right:0}.pager_wrap>a.disabled{color:#bbb;cursor:default}.pager_wrap>a.first{border-left:1px solid #718096}.pager_wrap>span{border-right:1px solid #718096;display:flex;justify-content:center;align-items:center;padding:0 15px;font-size:14px;line-height:17px;color:#000}.pager_wrap>span input{width:45px;text-align:center;appearance:none;-webkit-appearance:none;background:0 0;height:20px;line-height:17px;font-size:14px;color:#000}.pager_wrap>span>span{padding:0 5px;display:inline-block}.pager_wrap>span>span:last-child{padding-right:0}.pager_wrap>span:first-child{font-size:14px;display:none;border-right:0}@media screen and (min-width:640px){.pager_wrap>span:first-child{display:flex}}