*{ margin: 0; padding: 0; }
body{ color: #222; background: #fff; font-family: 'Source Han Sans'; font-size: 14px;}
ul,li{ list-style: none;}
a,i,span{ text-decoration: none; transition: all .1s;}
input[type="button"]{ cursor: pointer; outline: none; font-size: 13px; outline: none; -webkit-appearance: none;  transition: all .3s;}
select{ cursor: pointer; outline: none; font-size: 13px; transition: all .3s;}
input[type="text"]{ outline: none; font-size: 13px; -webkit-appearance: none; transition: all .3s;}
input[type="password"]{ outline: none; font-size: 13px; -webkit-appearance: none; transition: all .3s;}
textarea{ outline: none; -webkit-appearance: none; resize: none; }
table{ border-collapse: collapse; }


/*  */
.gnyc-head{position: fixed; top: 0; left: 0; right: 0; padding: 10px 0; z-index: 10; background: rgba(255, 255, 255, 0.95); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);}
.gnyc-head-container{max-width: 1320px; margin: 0 auto; display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between;}
.gnyc-head-container a.navbar-brand{color: #2e8b57; font-weight: 700; font-size: 20px; margin-right: 20px;}
.gnyc-head-container .collapse{display: flex; flex-basis: auto;flex-grow: 1; align-items: center;}
.gnyc-head-container .navbar-nav{flex-direction: row; margin-right: auto;}
.gnyc-head-container .navbar-nav li.nav-item a{padding: 8px; margin-right: 10px; color: #2e8b57; font-size: 14px;}
.gnyc-head-container .collapse .d-flex{display: flex;}
.gnyc-head-container .collapse .d-flex button{padding: 6px 20px; font-weight: 500; border-radius: 20px; margin-right: 8px; transition: all .2s; cursor: pointer;}
.gnyc-head-container .collapse .d-flex button:last-child{margin-right: 0;}
.gnyc-head-container .collapse .d-flex button.btn-login{color: #1e90ff; background: #fff; border-radius: 100px; border: 1px solid #1e90ff; }
.gnyc-head-container .collapse .d-flex button.btn-login:hover{background: #1e90ff; color: #fff;}
.gnyc-head-container .collapse .d-flex button.btn-register{color: #fff; background: #2e8b57; border: 1px solid #2e8b57;}
.gnyc-head-container .collapse .d-flex button.btn-register:hover{background: #236b42; border: 1px solid #236b42;}

.gnyc-banner{width: 100%; position: relative; height: 490px; min-height: 480px; margin-top: 22px; background: url(../images/banner.jpg) center center no-repeat;  background-size: cover;  display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;}
.gnyc-banner::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.55);}
.gnyc-banner-content{position: relative; z-index: 2; max-width: 850px; padding: 0 32px;}
.gnyc-banner-content .banner-title {font-size: 44px; font-weight: 700; margin-bottom: 19px; letter-spacing: 0.5px;}
.gnyc-banner-content .banner-subtitle{font-size: 19px;  margin-bottom: 35px; opacity: 0.95; line-height: 1.6;}
.gnyc-banner-content .btn-apply{ background: #1e90ff; color: #fff; border-radius: 25px; padding: 12px 35px; font-size: 18px; font-weight: 600; border: none; transition: all 0.2s ease;}
.gnyc-banner-content .btn-apply:hover{background: #0b7dda;}
.gnyc-banner-content .apply-note{margin-top: 29px; font-size: 15px; opacity: 0.9;}

.gnyc-container{max-width: 1320px; margin: 0 auto; }
.gnyc-home-section{padding: 40px 0; background: #fff;}
.gnyc-home-section .section-title{text-align: center; margin-bottom: 32px; color: #2e8b57; font-weight: 700; position: relative; font-size: 28px;}
.gnyc-home-section .section-title::after{content: ""; display: block; width: 70px; height: 3px; background: #1e90ff; margin: 9px auto;}
.gnyc-home-section .gnyc-row{width: 100%; display: flex; flex-wrap: wrap;}
.gnyc-home-section .gnyc-row .gnyc-col-md{flex: 0 0 auto; width: 50%; padding: 0 10px; box-sizing: border-box;}
.gnyc-home-section .gnyc-row .gnyc-col-md .content-card{border: none; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); border-radius: 8px; padding: 24px; margin-bottom: 24px; background: #fff;}
.gnyc-home-section .gnyc-row .gnyc-col-md .card-header-custom{background: #2e8b57; color: #fff; padding: 12px 20px; border-radius: 6px 6px 0 0; font-weight: 600; font-size: 18px; margin: -24px -24px 16px;}
.gnyc-home-section .gnyc-row .gnyc-col-md .text-primary{text-align: center; color: #1e90ff; font-size: 20px;}
.gnyc-home-section .gnyc-row .gnyc-col-md .text-muted{font-size: 16px;}
.gnyc-home-section .gnyc-row .gnyc-col-md .right{text-align: left;}

.gnyc-home-section.home-section-gray{background: #f5f7fa;}
.gnyc-home-section.home-section-gray .gnyc-row .gnyc-col-md{width: 33.3333%;}
.gnyc-home-section.home-section-gray .content-card{height: 280px;}
.gnyc-home-section.home-section-gray .gnyc-row .gnyc-col-md .content-card{margin-bottom: 0;}
.gnyc-home-section.home-section-gray ul.list-unstyled{height: calc(100% - 35px); overflow: auto;} 
.gnyc-home-section.home-section-gray ul.list-unstyled li.mb-2{margin-bottom: 8px; font-size: 16px;}

.gnyc-home-section .timeline{position: relative; max-width: 1100px; margin: 0 auto;}
.gnyc-home-section .timeline-item{padding: 10px 35px; position: relative; width: 50%; box-sizing: border-box;}
.gnyc-home-section .timeline-left{left: 0;}
.gnyc-home-section .timeline-content{padding: 19px; background-color: #fff; border-radius: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}
.gnyc-home-section .timeline-left::after{right: -8px;}
.gnyc-home-section .timeline-item::after{content: ''; position: absolute; width: 16px; height: 16px; background-color: #fff; border: 3px solid #2e8b57; top: 18px; border-radius: 50%; z-index: 1; box-sizing: border-box;}
.gnyc-home-section .timeline-title{color: #2E8B57; font-weight: 600; margin-bottom: 8px; font-size: 18px;}
.gnyc-home-section .text-muted{font-size: 14px; color: #666; margin-bottom: 16px;}
.gnyc-home-section .small{font-size: 14px;}
.gnyc-home-section .timeline-right{left: 50%;}
.gnyc-home-section .timeline::after{content: ''; position: absolute; width: 4px; background: #1E90FF; top: 0; bottom: 0; left: 50%; margin-left: -2px;}
.gnyc-home-section .timeline-right::after{left: -8px;}

.gnyc-home-section .gnyc-row .gnyc-colmain{flex: 0 0 auto; width: 100%; padding: 0 10px; margin-top: 24px; box-sizing: border-box;}
.gnyc-home-section .gnyc-row .content-cardms{border: none; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); border-radius: 8px; padding: 24px; margin-bottom: 24px; background: #fff;}
.gnyc-home-section .card-header-custom{background: #2E8B57; color: #fff; padding: 12px 20px; border-radius: 6px 6px 0 0; font-weight: 600; font-size: 18px; margin: -24px -24px 16px;}
.gnyc-home-section .gnyc-row .mtop{margin: 8px 0 16px 0; font-size: 16px;}
.gnyc-col-mdthree{flex: 0 0 auto; width: 50%; margin-top: 16px; padding: 0 8px; box-sizing: border-box;}
.gnyc-col-mdthree .detailone h5{font-size: 20px; margin-bottom: 8px; font-weight: 500;}
.gnyc-col-mdthree .detailone{border-radius: 32px; background: #f8f9fa; padding: 16px; border: 1px solid #dee2e6; box-sizing: border-box;}
.gnyc-col-mdthree .text-primary{margin-bottom: 8px; font-weight: 500; color: #0d6efd; font-size: 20px;}
.gnyc-col-mdthree .small{font-size: 14px; margin-bottom: 16px;}
.gnyc-colmain-d-flex{display: flex; flex-wrap: wrap}
.gnyc-colmain-d-flex .domain-tag{display: inline-block; background: rgba(30, 144, 255, 0.1); color: #1E90FF; padding:5px 12px; border-radius: 20px; margin:8px 5px; font-size: 14px;}
.content-cardms .smalltwo{margin-top: 16px; font-size: 14px; text-align: center;}

.gnyc-home-section .content-cardmthe{border: none; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); border-radius: 8px; padding: 24px; margin-bottom: 24px; background: #fff;}

.content-cardms .table-responsive{overflow-x: auto; margin-top: 8px;}
.content-cardms .table-responsive table.table{box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); border-radius: 8px; overflow: hidden; width: 100%; margin-bottom: 16px; vertical-align: top;}
.content-cardms .table-responsive table.table th{background: #2e8b57; color: #fff; text-align: center; padding: 12px; box-sizing: border-box;}
.content-cardms .table-responsive table.table td{text-align: center; vertical-align: middle;  padding: 12px; border-bottom: 1px solid #eee; box-sizing: border-box;}
.content-cardms .table-responsive table.table tr:hover td{background: #ececec; transition: all .2s;}

ul.gnyc-ullist-unstyleda{margin: 8px 0 16px 0;}
ul.gnyc-ullist-unstyleda li.mb-3{margin-bottom: 16px; font-size: 14px;}
.justify-content-center{justify-content: center;}

.gnyc-contact-cardmsfour{text-align: center; padding: 24px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); background: #fff;}
.gnyc-contact-cardmsfour .contact-name{font-weight: 600; margin-bottom: 6px; font-size: 16px;}
.gnyc-contact-cardmsfour .contact-tel { color: #666; font-size: 14px;}
.home-section-white{background: #fff!important;}

.gnyc-footer{background: #333; color: #fff; padding: 32px 0 16px; margin-top: 32px;}
.gnyc-container{max-width: 1320px; margin: 0 auto; padding: 0 16px; box-sizing: border-box;}
.gnyc-container .gnyc-row{display: flex; flex-wrap: wrap;}
.gnyc-container .gnyc-col-mdfive{flex: 0 0 auto; width: 25%; padding: 0 24px; box-sizing: border-box; margin-top: 24px;}
.gnyc-container .footer-title{font-weight: 600; margin-bottom: 16px; font-size: 17px;}
.gnyc-container .footer-list li{margin-bottom: 8px;  opacity: 0.8;}
.gnyc-container .footer-list li:hover{color:#1E90FF; cursor: pointer;}
.gnyc-footer .gnyc-copyright{text-align: center; padding-top: 24px; margin-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); opacity: 0.7; font-size: 15px; box-sizing: border-box;}

/* 项目报名 */
.gnyc-navbar{background:#fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); position: relative; display: flex; flex-wrap: nowrap; justify-content: flex-start; padding: 16px 0; }
.gnyc-projexct-container{max-width: 1320px; width: 100%; margin: 0 auto; display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between;}
.gnyc-projexct-container .navbar-brand{color:#2e8b57; font-weight: 700; padding: 4px 0; margin-right: 16px; font-size: 20px; white-space: nowrap;}
.gnyc-projexct-container .gnyc-collapse{display: flex; flex-basis: auto; flex-grow: 1; align-items: center;}
.gnyc-projexct-container .gnyc-collapse ul.gnyc-navbar-nav{display: flex; flex-direction: row;}
.gnyc-projexct-container .gnyc-collapse ul.gnyc-navbar-nav li .nav-link { color: #222; font-size: 16px; margin: 0 8px; padding: 8px; font-weight: 500;}
.gnyc-projexct-container .gnyc-collapse .nav-link.active{color: #2E8B57!important; border-bottom: 2px solid #2E8B57;}

.gnyc-my-projects{background: #f8f9fa; padding: 13px 0; box-sizing: border-box;}
.gnyc-my-project-container{max-width: 1320px; width: 100%; padding: 0 12px; box-sizing: border-box; margin: 0 auto;}
.gnyc-my-project-container .text-center{text-align: center; font-weight: 500; margin-bottom: 48px; font-size: 32px;}
.gnyc-my-project-container .form-select{display: block; width: 100%; padding: 6px 36px 6px 12px; font-size: 16px; font-weight: 400; line-height: 1.5; color: #222; background: #fff url(../images/icon_download.svg) no-repeat right; background-size: 24px; background-position-x: 96%; border: 1px solid #dee2e6; border-radius: 6px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.gnyc-my-project-container .filter-group-a{flex-grow: 1; display: flex;flex-wrap: wrap; padding: 0 10px; box-sizing: border-box;}
.gnyc-my-project-container .filter-group-a .form-select-wrapper{margin-right: 16px; gap: 16px; margin-bottom: 24px;}
.gnyc-my-project-container .input-group{position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.gnyc-my-project-container .form-control{width: calc(100% - 80px); display: block; padding: 0 12px; height: 38px; font-size: 16px; line-height: 1.5; font-weight: 400; color: #222; background: #fff; border: 1px solid #dee2e6; border-radius: 6px 0 0 6px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; box-sizing: border-box;}
.gnyc-my-project-container .flex-grow-a{flex-grow: 1;}
.gnyc-my-project-container .input-group button.btn{width: 40px; font-size: 16px; font-weight: 400; vertical-align: middle;display: inline-block; padding: 6px 12px; background: #f8f9fa url(../images/icon_search.svg) no-repeat center; background-size: 16px; border-radius: 0 6px 6px 0; margin-left: -2px; border: 1px solid #6e757c;}
.gnyc-my-project-container .input-group button.btn:hover{background: #6e757c url(../images/icon_search_white.svg) no-repeat center; background-size: 16px;}
.gnyc-my-project-container .btn-warning{height: 38px; line-height: 38px; background: #ffc720; color: #fff; border: 1px solid #ffc720; box-sizing: border-box; padding: 0 12px; border-radius: 6px; font-size: 16px; transition: all .2s; cursor: pointer;}
.gnyc-my-project-container .btn-warning:hover{background: #ffca2c; border-color: #ffca2c;}
.gnyc-project-row{display: flex; flex-wrap: wrap; }
.gnyc-project-col{flex: 0 0 auto; width: 33.3333333333%; padding: 0 10px; box-sizing: border-box;}
.gnyc-project-col .project-card{background-color: #fff; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); padding: 14px; margin-bottom: 24px; transition: transform 0.3s ease; box-sizing: border-box;}
.gnyc-project-col .project-status{display: inline-block; padding: 4px 12px; border-radius: 15px; font-size: 14px; font-weight: 500;}
.gnyc-project-col .status-pending{background: rgba(240, 173, 78, 0.2); color: #F0AD4E;}
.gnyc-project-col .align-items-center{text-align: center; margin-top: 12px; display: flex; align-items: center; justify-content: space-between;}
.gnyc-project-col .align-items-center .font-weight-bold{font-size: 16px; text-align: left; font-weight: 500;}
.gnyc-project-col .text-muted{color: #888; font-size: 14px; font-weight: 400; text-align: left; margin-top: 8px;}
.gnyc-project-col .project-actions a{color: #1E90FF;}
.gnyc-project-col .texttime{text-align: left; padding-right: 5px; box-sizing: border-box;}
.gnyc-project-col .texttime .mx-2{display: inline-block; margin: 0 3px;}
.gnyc-project-col .project-actions{text-align: left;}
.gnyc-project-col .project-actions a:hover{text-decoration: underline;}
.gnyc-project-col .project-reason{background: rgba(217, 83, 79, 0.1); color: #D9534F; padding: 12px; border-radius: 4px; margin-top: 16px; box-sizing:  border-box;}
.gnyc-project-col .project-award{background-color: rgba(255, 223, 130, 0.2); color: #D97606; padding: 12px; border-radius: 4px; margin-top: 16px;}
.gnyc-project-col .status-rejected{background-color: rgba(217, 83, 79, 0.2); color: #D9534F;}
.gnyc-project-col .status-awarded{background-color: rgba(92, 184, 92, 0.2); color: #5CB85C;}

.gnyc-my-project-container{max-width: 1140px; width: 100%; padding: 0 10px; box-sizing: border-box; margin: 0 auto;}
.gnyc-my-project-container.topdate{margin-top: 13px;}
.gnyc-my-project-container .gnyc-row{width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
.gnyc-my-project-container .form-section{background: #fff; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06); padding: 32px; box-sizing: border-box; margin-bottom: 32px;}
.gnyc-my-project-container .form-section .section-title{font-size: 20px; color: #2E8B57; font-weight: 600; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid #eee;}
.gnyc-row-mianone{display: flex; flex-wrap: wrap;}
.gnyc-row-mianone .col-md-12{ flex: 0 0 auto; width: 100%; margin-top: 16px; box-sizing: border-box;}
.gnyc-row-mianone .col-md-12 .form-label{font-weight: 500; margin-bottom: 8px; display: block; font-size: 16px;}
.gnyc-row-mianone .col-md-12 .required-mark {color: #dc3545;}
.gnyc-row-mianone .col-md-12 .form-control{width: 100%; border-radius: 6px;}
.gnyc-row-mianone .form-control:focus{color: #333; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}
.gnyc-row-mianone .col-md-6{flex: 0 0 auto; width: 50%; margin-top: 16px; padding-right: 8px; box-sizing: border-box;}
.gnyc-row-mianone .col-md-6 .form-label{font-weight: 500; margin-bottom: 8px; display: block; font-size: 16px;}
.gnyc-row-mianone .col-md-6 .required-mark {color: #dc3545;}
.gnyc-row-mianone .col-md-6 .d-flex{display: flex; gap: 1.5rem; display: block; min-height: 24px; margin-bottom: 2px;}
.gnyc-row-mianone .col-md-6 .form-check{display: inline-block; min-height: 24px; margin-bottom: 2px; margin-right: 16px;}
.gnyc-row-mianone .col-md-6 .form-check:last-child{margin-right: 0;}
.gnyc-row-mianone .col-md-6 .form-check .form-check-radio{display: inline-block; width: 16px; height: 16px; background: #fff; border: 1px solid #dee2e6; border-radius: 100px; box-sizing: border-box; position: relative; top: 2px;}
.gnyc-row-mianone .col-md-6 .form-check-check .form-check-radio{border: 4px solid #0d6efd;}
.gnyc-row-mianone .col-md-6 .form-check-checkbox{ display: inline-block; width: 16px; height: 16px; background: #fff; border: 1px solid #dee2e6; border-radius: 4px; box-sizing: border-box; position: relative; top: 3px;}
.gnyc-row-mianone .col-md-6 .form-checkbox-choose .form-check-checkbox{background: #0d6efd url(../images/icon_check.svg) no-repeat center!important;  border: 1px solid #0d6efd; background-size: 16px!important;}
.gnyc-row-mianone .enterprise-fields{display: block; flex: 0 0 auto; width: 100%; margin-top: 8px;}
.gnyc-row-mianone .enterprise-fields .row{  display: flex; flex-wrap: wrap;}
.gnyc-row-mianone .enterprise-fields .row .col-md-4{flex: 0 0 auto; width: 33.33333333%; padding-right: 16px; box-sizing: border-box;}
.gnyc-row-mianone .enterprise-fields .row .col-md-4:last-child{padding-right: 0;}
.gnyc-row-mianone .enterprise-fields .row .col-md-4 .form-label{font-weight: 500; margin-bottom: 8px; display: block; font-size: 16px;}
.gnyc-row-mianone .enterprise-fields .row .col-md-4 .form-label .required-mark {color: #dc3545;}
.gnyc-row-mianone .enterprise-fields .row .form-control{width: 100%; border-radius: 6px;}

.gnyc-form-section-mation .gnyc-row{justify-content: left;}
.gnyc-form-section-mation .gnyc-row .col-md-3{flex: 0 0 auto; width: 25%; padding: 0 6px; margin-top: 16px; box-sizing: border-box;}
.gnyc-form-section-mation .gnyc-row .col-md-2{flex: 0 0 auto; width: 16.66666667%; padding: 0 6px; margin-top: 16px; box-sizing: border-box;}
.gnyc-form-section-mation .gnyc-row .col-md-3:last-child{padding-right: 0;}
.gnyc-form-section-mation .gnyc-row .form-label{font-weight: 500; margin-bottom: 8px; display: block; font-size: 16px;}
.gnyc-form-section-mation .gnyc-row .required-mark {color: #dc3545;}
.gnyc-form-section-mation .gnyc-row input.form-control{width: 100%; border-radius: 6px; box-sizing: border-box;}

.gnyc-form-section-mation .mb-3{margin-bottom: 16px;}
.gnyc-form-section-mation .add-btn{background-color: #1E90FF; color: #fff; border: none; border-radius: 4px; padding: 6px 12px; font-size: 16px;}
.gnyc-form-section-mation .add-btn:hover{background: #0b7dda;}
.gnyc-form-section-mation .col-md-1{flex: 0 0 auto; width: 8.33333333%; display: flex; align-items: end; margin-left: 8px;}
.gnyc-form-section-mation .col-md-1 .remove-btn{color: #dc3545; background: #fff; border:1px solid #dc3545; box-sizing: border-box; border-radius: 6px; height: 38px; padding: 0 12px;}
.gnyc-form-section-mation .col-md-1 .remove-btn:hover{background: #dc3545; color: #fff; }
.gnyc-form-section-mation .form-control:focus{color: #333; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}
.gnyc-form-section-mation .form-select:focus{color: #333; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}

.gnyc-form-section-mation .pb-3{padding-bottom: 16px;}
.gnyc-form-section-mation .border-bottom{border-bottom: 1px solid #dee2e6; box-sizing: border-box;}

.gnyc-form-section-mation .col-md-4{flex: 0 0 auto; width: 33.33333333%; padding: 0 6px; margin-top: 16px; box-sizing: border-box;}
.gnyc-form-section-mation .mb-5{margin-bottom: 48px;}
.gnyc-form-section-mation .font-weight-bold{font-size: 16px; font-weight: 500; margin-bottom: 8px;}

.gnyc-form-section-mation .col-12{ flex: 0 0 auto; width: 100%; margin-top: 16px;}
.gnyc-form-section-mation .col-12:first-child{margin-top: 0;}
.gnyc-form-section-mation .col-12 .form-control {display: block; width: 100%; height: 130px; min-height: 38px; padding: 6px 12px; font-size: 16px; font-weight: 400; line-height: 1.5; color: #222; background: #fff; border: 1px solid #dee2e6; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 6px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; box-sizing: border-box;}
.text-muted{text-align: right; margin-top: 5px;}
.gnyc-form-section-mation .col-md-6{flex: 0 0 auto; width: 50%; padding: 0 6px; box-sizing: border-box; margin-top: 16px;}
.gnyc-form-section-mation .col-md-6 input#file-upload-button{color: red;}
.upload-hint {font-size: 14px; color: #666; margin-top: 8px;}
.gnyc-form-section-mation .buttona{width: 100%; position: relative;}
.gnyc-form-section-mation .buttona input.form-controls{width: 100%; display: block; padding: 0 12px 0 120px; height: 38px; font-size: 16px; line-height: 1.5; font-weight: 400; color: #222; background: #fff; border: 1px solid #dee2e6; border-radius: 6px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; box-sizing: border-box;}
.gnyc-form-section-mation .buttona input.form-controls:focus{color: #333; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);}
.gnyc-form-section-mation .buttona button{background: #f8f9fa; width: 100px; height: 36px; font-size: 16px; text-align: center; border: none; border-right: 1px solid #dee2e6; border-radius: 6px 0 0 6px; box-sizing: border-box; position: absolute; top: 1px; left: 1px;}

.instructions-list{font-size: 14px; color: #333; margin-top: 12px; padding-left: 24px; box-sizing: border-box;}
.instructions-list li{margin-bottom: 8px; list-style: disc;}

.button-group{display: flex; justify-content: center; gap: 24px; margin: 48px 0;flex-wrap: wrap;}
.btn-draft{background: #6c757d; color: #fff; border: none; padding: 8px 32px; font-size:18px; border-radius: 4px;}
.btn-submit{background: #2E8B57; color: #fff; border: none; padding: 8px 32px; font-size:18px; border-radius: 4px;}
.btn-reset{background: #fff; border: 1px solid #6c757d; color: #6c757d; padding: 8px 32px; font-size:18px; border-radius: 4px; box-sizing: border-box;}




