.mol-grid table{width:100%;border-radius:0!important;overflow-y:auto;background:var(--whiteColor);-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important;border:1px solid var(--darkGray)}.mol-grid table thead{background:var(--themeColorHover)}.mol-grid table thead tr th{padding:15px 4px;text-align:left;text-transform:capitalize;font-size:16px;font-weight:600;color:var(--whiteColor);overflow:hidden;white-space:nowrap}.mol-grid table thead tr th .heading-shorting{position:relative}.mol-grid table thead tr th .heading-shorting .shorting-part{display:inline-block}.mol-grid table thead tr th .heading-shorting .shorting-part button{background:rgba(0,0,0,0);border:none;outline:none;padding:0;display:flex;align-items:center}.mol-grid table thead tr th .heading-shorting .shorting-part button span{margin-right:5px;font-weight:700;padding:0;text-align:left;text-transform:capitalize}.mol-grid table thead tr th .heading-shorting .shorting-part button img{height:17px}.mol-grid table thead tr th .heading-shorting .shorting-part span.sort-priority-number{display:flex;align-items:center;justify-content:center;background:var(--themeColor);position:absolute;right:-29px;top:-9px;color:var(--whiteColor);height:18px;width:30px;line-height:18px;font-size:11px;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px}.mol-grid table thead tr th .heading-shorting .shorting-part span.sort-priority-number .short-count{display:flex;align-items:center;margin-left:3px}.mol-grid table thead tr th .heading-shorting .shorting-part span.sort-priority-number .short-count .cancel-short{margin-left:3px;background:hsla(0,0%,100%,.6117647059);width:12px;height:12px;display:flex;align-items:center;justify-content:center;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.mol-grid table thead tr th .heading-shorting .shorting-part span.sort-priority-number .short-count .cancel-short:hover{background:var(--whiteColor)}.mol-grid table thead tr th .heading-shorting .shorting-part span.sort-priority-number .short-count .cancel-short img{width:6px;height:6px}.mol-grid table thead tr th .heading-shorting .shorting-part.short-column button img.order-icon{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.mol-grid table thead tr th:last-child{width:150px;text-align:center}.mol-grid table tbody tr:nth-child(2n){background:var(--TablesecondBg)}.mol-grid table tbody tr:nth-child(odd){background:var(--TablefirstBg)}.mol-grid table tbody tr td{padding:10px;font-size:100%;color:var(--blackColor)}.mol-grid table tbody tr td:last-child{width:150px;text-align:center}.mol-grid table tbody tr td:last-child div{justify-content:center;align-items:center}.mol-grid table tbody tr td:last-child div a:last-child{margin-right:0}.mol-grid table tbody tr td .dropdown-action{position:relative;width:auto;display:flex;margin-right:10px}.mol-grid table tbody tr td .dropdown-action .btn{padding:12px!important;min-width:unset;background:#e0e0e0}.mol-grid table tbody tr td .dropdown-action .btn img{margin:0;filter:brightness(0);-webkit-filter:brightness(0)}.mol-grid table tbody tr td .dropdown-action .dropdown-list{position:absolute;background:var(--whiteColor);width:150px;z-index:11;left:50%;transform:translateX(-50%);top:105%;display:none;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.mol-grid table tbody tr td .dropdown-action .dropdown-list ul{padding:0;list-style-type:none;margin:0;box-shadow:0 5px 15px 0 var(--inputBorder);border-radius:3px;overflow:hidden}.mol-grid table tbody tr td .dropdown-action .dropdown-list ul li{text-align:left;border-bottom:1px solid var(--inputBorder)}.mol-grid table tbody tr td .dropdown-action .dropdown-list ul li a{display:block;width:100%;padding:2px 15px;font-size:16px;font-weight:400;text-align:left}.mol-grid table tbody tr td .dropdown-action .dropdown-list ul li a:hover{background:var(--grayColor)}.mol-grid table tbody tr td .dropdown-action .dropdown-list ul li:last-child{border:none}.mol-grid table tbody tr td .dropdown-action.openAction .dropdown-list{display:block}.mol-grid table.dark-table-simple thead{background:var(--themeColor)}.mol-grid table.dark-table-simple thead tr th{color:var(--whiteColor)}.mol-grid table.dark-table-simple tbody tr{border:none!important}.mol-grid table.dark-table-simple tbody tr:nth-child(2n){background:rgba(73,202,61,.0588235294)}.mol-grid table tbody tr{border-left:0!important;border-right:0!important}.mol-grid table tbody tr td input[type=checkbox]{padding:20px;height:20px!important;width:20px;accent-color:green;border-radius:31px!important}.mol-grid table tbody tr td:last-child a{cursor:pointer}.mol-grid table tbody tr td:last-child a img{height:22px;width:22px;display:flex;justify-content:center;align-items:center;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}.mol-grid table tbody tr td:last-child a:hover img{filter:brightness(0)}.mol-grid table tbody tr td span{border-radius:70px;font-size:12px;padding:4px 15px;text-align:center;margin:0 auto}.mol-grid table tbody tr td span.primary{background-color:var(--primaryColorLight);color:var(--primaryColor)}.mol-grid table tbody tr td span.secondary{background-color:var(--secondaryColorLight);color:var(--secondaryColor)}.mol-grid table tbody tr td span.danger{background-color:var(--dangerColorLight);color:var(--dangerColor)}.mol-grid table tbody tr td span.warning{background-color:var(--warningColorLight);color:var(--warningColor)}.mol-grid table tbody tr td span.info{background-color:var(--infoColorLight);color:var(--infoColor)}.mol-grid table tbody tr td span.dark{background-color:var(--darkColorLight);color:var(--darkColor)}.mol-grid .collapsible-table table.table{border-width:1px}.mol-grid .collapsible-table table.table thead{background:var(--tableHeader);--bs-table-bg:var(--tableHeader)!important}.mol-grid .collapsible-table table.table thead tr th{border:1px solid gray;padding:5px 10px;font-weight:400;color:var(--whiteColor)}.mol-grid .collapsible-table table.table tbody tr:nth-child(2n){--bs-table-bg:var(--tableRows);background:var(--tableRows)}.mol-grid .collapsible-table table.table tbody tr td{padding:5px 10px;border-color:#cbdaf5 gray;border-style:solid;border-width:1px;text-align:left}.mol-grid .collapsible-table table.table tbody tr td.accordion-toggle{text-align:center;background:#cbdbf5;cursor:pointer!important;width:36px;border-left:1px solid gray;border-right:1px solid gray;border-bottom:none}.mol-grid .collapsible-table table.table tbody tr td.accordion-toggle span{padding:0}.mol-grid .collapsible-table table.table tbody tr td:last-child{padding-bottom:0;border-right:1px solid gray}.mol-grid .collapsible-table table.table tbody tr .hiddenRow{padding:0;border-top:none}.mol-grid .collapsible-table table.table tbody tr .hiddenRow .accordian-body .table{margin-bottom:0;border:none}.mol-grid .collapsible-table table.table tbody tr .hiddenRow .accordian-body .table tbody tr:first-child td{border-top:0}.mol-grid .collapsible-table table.table tbody tr .hiddenRow .accordian-body .table tbody tr:last-child td{border-bottom:0}.mol-grid .collapsible-table table.table tbody tr .hiddenRow .accordian-body .table tbody tr td:first-child{--bs-table-bg:#cbdbf5;background:#cbdbf5;width:35px;border:none;border-right:1px solid gray}.mol-grid .collapsible-table table.table tbody tr .hiddenRow .accordian-body .table tbody tr td:last-child{border-right:0}.mol-grid .collapsible-table table.table tbody tr.activeRow{--bs-table-bg:#d3d7de;background:#d3d7de}.mol-grid .collapsible-table table.table tbody tr.activeRow .accordion-toggle{border-bottom:0;border-right:1px solid gray}.mol-grid .collapsible-table table.table tbody tr.activeRow .accordion-toggle span:before{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.mol-grid .collapsible-table table.table tbody tr.activeRow td{border-bottom-color:#459e1d;border-right-color:#d3d7de}.mol-grid .collapsible-table table.table tbody tr.activeRow td:last-child{border-right:1px solid gray}.mol-grid .collapsible-table table.table tbody tr.activeRow-sub .hiddenRow{border-left:1px solid gray;border-top:1px solid #cbdaf5;border-bottom:0;border-right:1px solid gray}.mol-grid .collapsible-table table.table tbody tr.activeRow-sub .hiddenRow tr td:first-child{border-right:1px solid}.mol-grid .collapsible-table table.table tbody tr:last-child td{border-bottom:1px solid gray}.mol-grid .collapsible-table table.table tbody tr:last-child td.accordion-toggle{border:1px solid gray;border-top-color:#cbdbf5}.mol-grid .collapsible-table table.table tbody tr:last-child td .accordian-body table tr td{border-bottom:0}.mol-grid .collapsible-table table.table tbody tr:last-child.activeRow-sub td:first-child{border-bottom:1px solid}.dropdown-wrapper{display:flex;align-items:center;justify-content:center}.dropdown-wrapper .dropdownwrapper-toggle{cursor:pointer;outline:none;border:none;background:rgba(0,0,0,0);padding:0}.dropdown-wrapper .dropdownwrapper-content{position:fixed;background-color:var(--whiteColor);box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:4px;z-index:1000;min-width:200px;max-width:300px;transition:opacity .2s ease,transform .2s ease;opacity:1}.dropdown-wrapper .dropdownwrapper-content.hidden{opacity:0;pointer-events:none;transform:scale(.95)}.dropdown-wrapper .dropdownwrapper-content.visible{opacity:1;transform:scale(1)}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:25px}.table-pagination p{margin:0}.table-pagination .display-per-page,.table-pagination p{font-weight:600;font-size:100%}.table-pagination .display-per-page select{cursor:pointer;margin-left:10px;padding:7px;width:60px;font-weight:700;color:var(--themeColor);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;background:url(/_next/static/media/arrow.b782b9b9.png);background-position:100%;background-position-x:35px;background-size:13px 13px;background-repeat:no-repeat}.table-pagination .display-per-page select,.table-pagination button{height:35px;border:1.5px solid var(--themeColorLight);border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.table-pagination button{width:35px;display:flex;align-items:center;justify-content:center;background:var(--whiteColor);font-size:100%}.table-pagination button img{width:13px}.table-pagination button img.left-arrow{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.table-pagination button img.right-arrow{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg)}.table-pagination button.active-button{background-color:var(--themeColor);color:var(--whiteColor);font-weight:600;font-size:100%;border:unset}.new-input-page{border:1px solid var(--inputBorder)!important;border-radius:5px;text-align:center;height:35px;width:35px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px}.loader-section{padding:100px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;height:100%}.loader-section .lds-roller{display:inline-block;position:relative;width:80px;height:80px;margin-bottom:20px}.loader-section .lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.loader-section .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:var(--themeColor);margin:-4px 0 0 -4px}.loader-section .lds-roller div:first-child{animation-delay:-36ms}.loader-section .lds-roller div:first-child:after{top:63px;left:63px}.loader-section .lds-roller div:nth-child(2){animation-delay:-72ms}.loader-section .lds-roller div:nth-child(2):after{top:68px;left:56px}.loader-section .lds-roller div:nth-child(3){animation-delay:-.108s}.loader-section .lds-roller div:nth-child(3):after{top:71px;left:48px}.loader-section .lds-roller div:nth-child(4){animation-delay:-.144s}.loader-section .lds-roller div:nth-child(4):after{top:72px;left:40px}.loader-section .lds-roller div:nth-child(5){animation-delay:-.18s}.loader-section .lds-roller div:nth-child(5):after{top:71px;left:32px}.loader-section .lds-roller div:nth-child(6){animation-delay:-.216s}.loader-section .lds-roller div:nth-child(6):after{top:68px;left:24px}.loader-section .lds-roller div:nth-child(7){animation-delay:-.252s}.loader-section .lds-roller div:nth-child(7):after{top:63px;left:17px}.loader-section .lds-roller div:nth-child(8){animation-delay:-.288s}.loader-section .lds-roller div:nth-child(8):after{top:56px;left:12px}.loader-section .loader-text{font-weight:700;text-align:center}.loader-section .loader-text .typewriter{overflow:hidden;border-right:3px solid var(--themeColor);white-space:nowrap;margin:0 auto;animation:typing 2s steps(30),blink-caret 1s infinite;-webkit-animation:typing 2s steps(30),blink-caret 1s infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:rgba(0,0,0,0)}50%{border-color:var(--themeColor)}}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.record-not-found{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:50px 0;position:relative}.record-not-found img{width:140px}.record-not-found h5{margin-top:20px}.common-pagination{margin-top:15px}.common-pagination ul.common-cutsom-pagination{display:flex;justify-content:center;width:20%;margin:0 auto;list-style-type:none;align-items:center}.common-pagination ul.common-cutsom-pagination li a{border:2px solid var(--themeColor);border-radius:5px;padding:15px 20px;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:700;transition:.5s ease-in-out}.common-pagination ul.common-cutsom-pagination li a:hover{border-color:#fff!important;color:var(--themeColorHover)}.common-pagination ul.common-cutsom-pagination li div form .input-label-part{min-width:50px}.common-pagination ul.common-cutsom-pagination li div form .input-label-part input{max-width:60px;min-width:60px;background-color:#fff!important;border-radius:100%!important;border:none!important;font-size:22px!important;padding:0;margin:0;text-align:end}.common-pagination ul.common-cutsom-pagination li div .custom-page-no{min-width:60px}.common-pagination ul.common-cutsom-pagination li button{padding:10px 0!important}.common-pagination ul.common-cutsom-pagination .center-text span{font-size:22px;padding:0}.common-pagination .pagination-pre-btn{rotate:180deg}.common-pagination .pagination-next-btn img,.common-pagination .pagination-pre-btn img{width:30px;filter:brightness(0)}.numeric-pagination{justify-content:center;margin:25px 0}.numeric-pagination,.numeric-pagination .pagination{display:flex;align-items:center}.numeric-pagination .pagination .number-btn{background-color:#fff;color:var(--themeColor);border-radius:4px}.numeric-pagination .pagination .active-button,.numeric-pagination .pagination .number-btn{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:1px solid #c9c9c9}.numeric-pagination .pagination .active-button{background-color:var(--themeColor);color:#fff;border-radius:4px}.numeric-pagination .pagination .arrow-btn{width:35px;height:35px;background-color:#fff;color:var(--themeColor);border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid #c9c9c9;transition:all .5s}.numeric-pagination .pagination .arrow-btn:hover{background-color:var(--themeColor);color:#fff}.numeric-pagination .pagination button{display:flex;align-items:center;border:none;background-color:rgba(0,0,0,0);font-size:var(--commonFont-extraLarge)}.member-directory-page{padding:55px 0}.member-directory-page .page-title{font-size:40px;font-weight:700;color:var(--themeColor);margin-bottom:50px}.member-directory-page .top-filter-section{display:grid;grid-template-columns:repeat(3,1fr)}.member-directory-page .top-filter-section .filter-label-mobile{display:none}@media(max-width:768px){.member-directory-page .top-filter-section{grid-template-columns:repeat(2,1fr)}.member-directory-page .top-filter-section .mobile-full-width,.member-directory-page .top-filter-section .section-title:first-child{grid-column:span 2}.member-directory-page .top-filter-section .blanck-field{display:none!important}.member-directory-page .top-filter-section .filter-label-dashbord{display:none}.member-directory-page .top-filter-section .filter-label-mobile{display:unset;grid-column:span 2}}.member-directory-page .top-filter-section .input-sub-title .common-subtitle{font-size:16px!important;color:#000!important}.member-directory-page .top-filter-section .input-label-part .input-label{font-size:16px}.member-directory-page .top-filter-section .input-label-part .input-field{height:40px}.member-directory-page .filter-btn-sec{display:flex;align-items:center;justify-content:flex-end;margin:10px 0;gap:20px}.member-directory-page .filter-btn-sec .clear-btn{background-color:#cdcecf;color:#000;padding:5px 15px;border-radius:5px;font-weight:600!important}.member-directory-page .filter-btn-sec .search-btn{background-color:var(--themeColor);color:#fff;padding:5px 15px;border-radius:5px;font-weight:600!important}.member-directory-page .directory-grid table{border-collapse:separate;border-spacing:0 8px}.member-directory-page .directory-grid table thead{border-radius:4px;overflow:hidden;background-color:#329a03}.member-directory-page .directory-grid table thead tr th{border:0;padding:15px 10px;text-align:left}.member-directory-page .directory-grid table thead tr th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px;text-align:left;min-width:300px}.member-directory-page .directory-grid table thead tr th:nth-child(2),.member-directory-page .directory-grid table thead tr th:nth-child(3){min-width:300px}.member-directory-page .directory-grid table thead tr th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px;min-width:180px}.member-directory-page .directory-grid table tbody tr td{border:0;background-color:#eee;padding:15px 10px;text-align:left}.member-directory-page .directory-grid table tbody tr td div{text-align:center}.member-directory-page .directory-grid table tbody tr td:first-child{border-top-left-radius:8px;text-align:left;border-bottom-left-radius:8px}.member-directory-page .directory-grid table tbody tr td:first-child div{text-align:left}.member-directory-page .directory-grid table tbody tr td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.member-detail-model-wrape{width:780px!important;max-width:95%}.member-detail-model-wrape .member-detail-model{color:#222}.member-detail-model-wrape .member-detail-model .member-card{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px}.member-detail-model-wrape .member-detail-model .member-left{display:flex;gap:16px;flex:1}@media(max-width:600px){.member-detail-model-wrape .member-detail-model .member-left{flex-direction:column}}.member-detail-model-wrape .member-detail-model .logo-box{width:100px;min-width:100px;border-radius:6px;display:flex;align-items:flex-start;justify-content:center;font-weight:600;color:#666}.member-detail-model-wrape .member-detail-model .logo-box img{width:100%}.member-detail-model-wrape .member-detail-model .member-info .member-name{margin:0;font-size:18px;font-weight:600;color:#2e7d32}.member-detail-model-wrape .member-detail-model .member-info .member-badge{display:inline-block;font-size:14px;color:#777;margin:4px 0}.member-detail-model-wrape .member-detail-model .member-info .member-location{display:flex;align-items:center;gap:6px;font-size:16px;color:#555;margin:6px 0}.member-detail-model-wrape .member-detail-model .member-info .member-meta{font-size:16px;margin-top:6px}.member-detail-model-wrape .member-detail-model .member-info .member-meta .member-meta-row{display:flex}.member-detail-model-wrape .member-detail-model .member-info .member-meta .member-meta-row .member-meta-key{width:190px;min-width:190px;display:block}.member-detail-model-wrape .member-detail-model .member-info .member-meta p{margin:2px 0}.member-detail-model-wrape .member-detail-model .member-info .member-meta p span:first-child{width:190px;display:inline-block}.member-detail-model-wrape .member-detail-model .member-info .member-meta .highlight{color:#2e7d32;font-weight:500}.member-detail-model-wrape .member-detail-model .member-location{display:flex;align-items:center;gap:6px}.member-detail-model-wrape .member-detail-model .member-location .location-icon{font-size:16px;color:var(--themeColor)}.member-detail-model-wrape .member-detail-model .member-right{padding-right:20px}.member-detail-model-wrape .member-detail-model .member-right img{max-width:70px;height:auto}.member-detail-model-wrape .member-detail-model .member-description{font-size:16px;line-height:1.6;color:#444}