{"version":3,"file":"main.css","mappings":"AAEA,cAEI,wBAAyB,CADzB,sCAAyC,CAGzC,gBAAiB,CACjB,iBAAkB,CAFlB,UCEJ,CDEI,iBAGE,sDAFA,YCEN,CDGI,oBACE,WCDN,CDGM,8CACE,qBAAsB,CAEtB,cAAe,CACf,eAAgB,CAFhB,WAAY,CAGZ,iBAAkB,CAClB,qBCDR,CDII,iBACI,qBCFR,CDKI,uBAAY,wBCFhB,CDII,iBAII,wBAAyB,CACzB,UAAY,CAHZ,mBAAoB,CADpB,gBAAiB,CAEjB,eCAR,CDUE,+BAEE,aAAc,CADd,cCLJ,CDSE,+CAEE,wBAAyB,CADzB,sCAAyC,CAGzC,iBAAkB,CADlB,UCNJ,CDSM,qDACE,WCPR,CDQQ,gHACE,qBAAsB,CAEtB,cAAe,CACf,eAAgB,CAFhB,WAAY,CAGZ,iBAAkB,CAClB,qBCNV,CDUM,oGACE,qBAAsB,CACtB,WCRR,CDWM,gEACI,wBCTV,CDYM,wDAAY,qBCTlB,CDWM,kDAII,wBAAyB,CACzB,UAAY,CAHZ,mBAAoB,CADpB,gBAAiB,CAEjB,eCPV","sources":["webpack:///./src/styles/survey-table/survey-table.scss","webpack:///./src/styles/main.scss"],"sourcesContent":["/* Submissions Survey Table */\n\n#survey_table {\n    font-family: Arial, Helvetica, sans-serif;\n    border-collapse: collapse;\n    width: 100%;\n    font-size: 1.1rem;\n    overflow-x: scroll;\n\n    td {\n      padding: 20px;\n      border: 1px solid #ccc;\n      border-bottom: 2px solid rgb(190, 190, 190);\n    }\n\n    thead {\n      height: 50px;\n\n      td, th {\n        border: 1px solid #ddd;\n        padding: 8px;\n        font-size: 18px;\n        min-width: 140px;\n        text-align: center;\n        vertical-align: middle;\n      }\n    }\n    & tr{\n        background-color: #ffffff;\n    }\n\n    & tr:hover {background-color: rgb(245, 243, 243);}\n\n    th {\n        padding-top: 12px;\n        padding-bottom: 12px;\n        text-align: left;\n        background-color: #135e96;\n        color: white;\n      }\n  }\n  \n/* Single Survey Table (Datatable) */\n  \n.admin_page_single_survey {\n  \n  .row {\n    margin-right: 0;\n    margin-left: 0;\n  }\n  \n  #single_survey_table {\n    font-family: Arial, Helvetica, sans-serif;\n    border-collapse: collapse;\n    width: 100%;\n    overflow-x: scroll;\n\n      thead {\n        height: 50px;\n        td, th {\n          border: 1px solid #ccc;\n          padding: 8px;\n          font-size: 18px;\n          min-width: 120px;\n          text-align: center;\n          vertical-align: middle;\n        }\n      }\n  \n      td, th {\n        border: 1px solid #ccc;\n        padding: 8px;\n      }\n  \n      & tr:nth-child(even){\n          background-color: #f2f2f2;\n      }\n  \n      & tr:hover {background-color: #ddd;}\n  \n      th {\n          padding-top: 12px;\n          padding-bottom: 12px;\n          text-align: left;\n          background-color: #135e96;\n          color: white;\n        }\n    }\n    \n}\n","/* Submissions Survey Table */\n#survey_table {\n  font-family: Arial, Helvetica, sans-serif;\n  border-collapse: collapse;\n  width: 100%;\n  font-size: 1.1rem;\n  overflow-x: scroll;\n}\n#survey_table td {\n  padding: 20px;\n  border: 1px solid #ccc;\n  border-bottom: 2px solid #bebebe;\n}\n#survey_table thead {\n  height: 50px;\n}\n#survey_table thead td, #survey_table thead th {\n  border: 1px solid #ddd;\n  padding: 8px;\n  font-size: 18px;\n  min-width: 140px;\n  text-align: center;\n  vertical-align: middle;\n}\n#survey_table tr {\n  background-color: #ffffff;\n}\n#survey_table tr:hover {\n  background-color: #f5f3f3;\n}\n#survey_table th {\n  padding-top: 12px;\n  padding-bottom: 12px;\n  text-align: left;\n  background-color: #135e96;\n  color: white;\n}\n\n/* Single Survey Table (Datatable) */\n.admin_page_single_survey .row {\n  margin-right: 0;\n  margin-left: 0;\n}\n.admin_page_single_survey #single_survey_table {\n  font-family: Arial, Helvetica, sans-serif;\n  border-collapse: collapse;\n  width: 100%;\n  overflow-x: scroll;\n}\n.admin_page_single_survey #single_survey_table thead {\n  height: 50px;\n}\n.admin_page_single_survey #single_survey_table thead td, .admin_page_single_survey #single_survey_table thead th {\n  border: 1px solid #ccc;\n  padding: 8px;\n  font-size: 18px;\n  min-width: 120px;\n  text-align: center;\n  vertical-align: middle;\n}\n.admin_page_single_survey #single_survey_table td, .admin_page_single_survey #single_survey_table th {\n  border: 1px solid #ccc;\n  padding: 8px;\n}\n.admin_page_single_survey #single_survey_table tr:nth-child(even) {\n  background-color: #f2f2f2;\n}\n.admin_page_single_survey #single_survey_table tr:hover {\n  background-color: #ddd;\n}\n.admin_page_single_survey #single_survey_table th {\n  padding-top: 12px;\n  padding-bottom: 12px;\n  text-align: left;\n  background-color: #135e96;\n  color: white;\n}"],"names":[],"sourceRoot":""}