/* input(928,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/' */

/*screen reader fix
*/
.a [href=""] {
    display: none;
}

#survey {
    /*margin-left: 1em;*/
    min-height: 300px;
    font-size: 14pt;
}
/*  used when producing html dump of survey all on one page*/
.Print {
    page-break-after: always;
    padding-bottom: 2em;
    padding-top: 2em;
    border-bottom: 2px dotted grey;
}
/*
Validation messages

*/

.sb-validation {
    padding-left: .5em;
    padding-top: .2em;
    padding-bottom: .2em;
    margin-top: .2em;
    margin-bottom: .2em;
    border-radius: .25rem;
}

.sb-validation-hard {
    /* color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;*/
    color: #790006;
    background-color: #ffbaba;
    border-color: #ebccd1;
}

.sb-validation-soft {
    /*  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;*/
    color: #603900;
    background-color: #feefb3;
    border-color: #faebcc;
}

/* BASE Question*/
/* padding between questions*/
.q {
    margin-bottom: 2em;
    margin-left: 1em;
}

.border-3 {
    border-width: 3px !important;
}

.text-muted {
    color: #687179 !important;
}

.q-indicator {
    /*margin-left: -1em;*/
    float: left;
    /*padding-left: 1em;*/
    min-width: 1.75em;
    font-weight: normal !important;
    padding-right: 1.5em;
    text-align: left;
    /*text-align: right !important;*/
    /*display: none;*/
}

.q-symbol {
    background-image: url('../play16.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

/* general spacing between question text and response area*/
.prompt, .prompt label {
    padding: 0px 20px 5px 5px;
    margin-top: .1em;
  /*  font-size: 16px;*/
    /*font-weight: bold !important;*/
}


/* indent the response area with-in a question*/
.response {
    /* margin-top: .5em;*/
    margin-left: .5em;
    margin-right: .5em;
    /*font-size: 14px;*/
}


/*------------------
matrix questions

mx= outer table
mx-row and _alt is the TR within the table
mx-qnumber: leading cell with qnumber, when present
mx-question: cell with question text
------------------------------*/
.tbl, .mxplus, .mx {
    width: 100%;
    border: 1px solid rgba(0, 92, 170, 0.15);
    margin-top: 5px;
    background-color: #FFFFFF;
}


    .tbl > thead > tr > th,
    .tbl > tbody > tr > th,
    .tbl > tbody > tr > td,
    .tbl > thead > tr > td {
        border-bottom: 1px solid #ddd;
        padding: .2em;
    }

    .tbl > thead > tr > th,
    .tbl > thead > tr > td {
        border-bottom-width: 2px;
    }

    /* center the content cells*/
    .tbl tbody > tr > td,
    .mxplus tbody > tr > td,
    .mx tbody > tr > td {
        text-align: center;
        padding-bottom: .4em;
        padding-top: .4em;
    }

td.mx-question {
    padding: 1em;
    vertical-align: top;
    /*font-weight: bold;*/
    text-align: left !important;
}

/* matrix row header*/
.tbl tbody > tr > th,
.mxplus tbody > tr > th,
.mx tbody > tr > th {
    text-align: left;
    padding: .5em .5em .5em .5em;
    font-weight: normal;
}
/* column headers*/
.tbl thead > tr > th,
.mxplus thead > tr > th,
.mxplus thead > tr > td,
.mx thead > tr > td,
.mx thead > tr > th {
    text-align: center;
    /*background-color: rgba(139, 197, 63, .1);*/
    padding: .1em .1em .1em .1em;
    vertical-align: bottom;
    /** border-bottom: 1px solid rgb(0, 92, 170);
  color: #005caa;*/
    background-color: #E0E0E0;
    font-weight: bold;
}

.mx-header-left {
    text-align: left;
}

.tbl-row,
.mxplus-row,
.mx-row {
    /*background-color: rgba(0, 92, 170, 0.05);*/
    background-color: #f5f5f5;
}

.tbl-row-alt,
.mxplus-row-alt,
.mx-row-alt {
}

    .mxplus-row-alt > td,
    .mxplus-row > td {
        /*border-bottom-style:solid;*/
    }

/* additional row in table for text boxes*/
tr.mx-row-other {
    padding: 0 0 0 0;
    margin: 0 0 0 0 !important;
}
/* cell in the row */
td.mx-cell-other {
    text-align: left !important;
}




.mx-qnumber {
    vertical-align: top;
    min-width: 1.75em;
    text-align: right !important;
    /*font-weight: bold;*/
}

/* spacer column id=spacer*/
.mx-cell-leftborder, .mx-cell-spacer {
    border-left-style: dashed;
    border-left-width: thin;
}

.mx-cell-rightborder {
    border-right-style: dashed;
    border-right-width: thin;
}


.mxplus tbody > tr > td > label.radio {
    display: inline;
    padding-left: 0px;
}

th.mx-col-7, td.mx-col-7 {
    width: 8.5%
}

td.mx-col-6, th.mx-col-6 {
    width: 11%
}

td.mx-col-5, th.mx-col-5 {
    width: 12%
}

td.mx-col-4, th.mx-col-4 {
    width: 15%
}

td.mx-col-3, th.mx-col-3 {
    width: 20%
}

td.mx-col-2, th.mx-col-2 {
    width: 20%
}
/*disable off cell label*/
.mxplus input[type='radio'], .mxplus input[type='checkbox'] {
    /*margin-left: 0em;*/
    float: none;
}

/*grouped radio buttons*/
.optiongroup {
    margin-top: .5em;
    margin-bottom: .5em;
}

.optiongroupheader {
    font-weight: bold;
   /* font-size: 16pt;*/
}


/* scale questions*/
.scale {
}

    /* center the content cells*/
    .scale thead > tr > th {
        text-align: center;
        padding: 0px;
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #ddd;
    }

    .scale tbody > tr > td {
        text-align: center;
        padding: 8px;
    }





/*style applied to td elements of add-new row of table control*/
.tbl-addnew {
    background-color: #E8EFFC;
}

    .tbl-addnew > td {
        padding-top: 1em;
        border-top: 1px double #CECECE;
    }

/*style applied to div below table containing any buttons*/
.tbl-btnbox {
}

.sbfile {
    /*border: 1px solid #e7eaec;
  background-color: #ffffff;*/
    position: relative;
    margin: .4em;
    padding: .2em;
    text-align: left;
}

    .sbfile .icon i {
        font-size: 40px;
        color: #dadada;
        float: left;
        display: inline;
        padding-right: .5em;
    }

    .sbfile a {
        text-decoration: none;
        cursor: pointer;
    }

    .sbfile .icon,
    .sbfile .image {
        height: 100px;
        overflow: hidden;
    }

    .sbfile .icon {
    }

    .sbfile .sbfile-name {
        padding: .2em;
        /* background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;*/
        margin-top: .2em;
    }

.sbfile-value {
    /*height:100px;
  border:2px black solid;*/
    margin: auto;
    position: relative;
}

.sbfile-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.sbfile-control {
}

/* SB signature*/

.sig {
    padding: .2em;
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sig > canvas {
        display: block;
        border-bottom: 2px solid #CECECE;
        margin-bottom: .2em;
        position: relative;
    }

    .sig > button.sig-start {
        border: 2px solid #888;
        display: block;
        font-size: xx-large;
    }



/*State settings*/
div.sig-empty > canvas,
div.sig-empty > button.sig-end,
div.sig-empty > button.sig-cancel,
div.sig-empty > button.sig-delete {
    display: none;
}
/* signing*/
div.sig-signing > button.sig-start,
div.sig-signing > button.sig-delete {
    display: none;
}

div.sig-signing > canvas {
    border-bottom: 2px solid #036EB7;
    border-top: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    background-color: #E8EFFC;
    border-radius: 4px;
}

/* signed*/
div.sig-signed > button.sig-start,
div.sig-signed > button.sig-end,
div.sig-signed > button.sig-cancel {
    display: none;
}

div.sig-signed > canvas {
    opacity: 0.6;
    filter: alpha(opacity=60); /* msie */
}

.speaking {
    background-color: #ffd800;
}

/*
Meta data display

*/
.DEBUGBORDER {
    border: dotted 2px solid green;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: .5em;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}



@media (min-width: 769px) {

    /* undo's
  --clear styles used on standard radio buttons that break the matrix when it's in table view*/
    td.form-check {
        display: table-cell;
        padding-left: 0em;
        vertical-align: top;
    }

    /*--end undo's*/
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inherit;
    }

    .mx tbody > tr > td > label:hover {
        border-style: none;
        border-color: inherit;
        background-color: inherit;
    }

    /* matrix row header*/
    .mx tbody > tr > th {
        text-align: left;
        padding: .5em .5em .5em .5em;
    }



    /*turn off cell label*/
    .mx tbody > tr > td > label {
        display: none;
    }

    /* .mx tbody > tr > td > label.radio {
  display: inline;
  padding-left: 0px;
  }*/


    /*disable off cell label*/
    .mx input[type='radio'], .mx input[type='checkbox'] {
        /*margin-left: 0em;*/
        float: none;
    }



    /*cell with no control*/
    .mx-cell-hide {
        /*background-color:green;*/
    }
    /*cell with disabled radio button*/
    .mx-cell-disabled {
        /*background-color:red;*/
    }

    .mx-cell {
        text-align: center;
    }



    .masthead h1 {
        vertical-align: middle;
        padding: 1.7em 0em 0em 3em;
        font-size: 22px;
        font-weight: 800;
    }
}

/*Fine tune padding and font sizes as the matrix table as the screen grows*/
@media (min-width: 800px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 11px;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media (min-width: 992px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 14px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 1200px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 16px;
    }
}



/* google map styles*/
.sb-map-container {
    /* border: 2px solid #0094ff;
    padding: 1em 1em 1em 1em;
    border-radius: 1em 1em;
    margin-top: 1em;*/
}

.sb-map-lg {
    min-height: 350px;
    min-width: 200px;
    height: 100%;
    width: 100%;
}

.sb-map-sm {
    min-height: 150px;
    min-width: 100px;
    height: 100%;
    width: 100%;
}



/* radio button selected style*/

.selected {
    border: 1px solid #66DD80;
    background-color: #EEFBF1;
}

.normal {
    background: #fff;
    box-shadow: 0px 10px 20px rgb(92 126 184 / 9%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0.625rem;
    margin-bottom: 0.75rem;
    width: 100%;
    border: none;
}
/* end sb styles*/
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
input[type="checkbox"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.form-check-label {
   padding-left:.25em;
}


@media (min-width: 769px) {

    /* undo's
   --clear styles used on standard radio buttons that break the matrix when it's in table view*/
    td.form-check {
        display: table-cell;
        padding-left: 0em;
        vertical-align: top;
    }

    /*--end undo's*/
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: inherit;
    }

    .mx tbody > tr > td > label:hover {
        border-style: none;
        border-color: inherit;
        background-color: inherit;
    }

    /* matrix row header*/
    .mx tbody > tr > th {
        text-align: left;
        padding: .5em .5em .5em .5em;
    }

    .tbl tbody > tr > th > label,
    .tbl tbody > tr > td > label {
        display: none;
    }

    
    .mxplus tbody > tr > td > label {
        display: none;
    }

    /*turn off cell label*/
    .mx tbody > tr > td > label {
        display: none;
    }

    /* .mx tbody > tr > td > label.radio {
            display: inline;
            padding-left: 0px;
        }*/





    /*cell with no control*/
    .mx-cell-hide {
        /*background-color:green;*/
    }
    /*cell with disabled radio button*/
    .mx-cell-disabled {
        /*background-color:red;*/
    }

    .mx-cell {
        text-align: center;
    }



    
}

/*Fine tune padding and font sizes as the matrix table as the screen grows*/
@media (min-width: 800px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 11px;
        padding-left: .5em;
        padding-right: .5em;
    }
}

@media (min-width: 992px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 14px;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width: 1200px) {
    .tbl thead > tr > th,
    .mxplus thead > tr > th,
    .mxplus thead > tr > td,
    .mx thead > tr > td,
    .mx thead > tr > th {
        font-size: 16px;
    }
}


/*
    http://stephen.io/mediaqueries/
iPhone 5 Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 640px (Actual Pixels)
Screen Height = 568px (CSS Pixels)  Screen Height = 1136px (Actual Pixels)
Device-pixel-ratio: 2

iPhone 4/4S Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 640px (Actual Pixels)
Screen Height = 480px (CSS Pixels)  Screen Height = 960px (Actual Pixels)
Device-pixel-ratio: 2

iPhone 2G/3G/3GS Resolution
Screen Width = 320px (CSS Pixels)   Screen Width = 320px (Actual Pixels)
Screen Height = 480px (CSS Pixels)  Screen Height = 480px (Actual Pixels)


*/



@media (max-width: 769px) {


    #survey {
        /*margin-left: 1em;*/
        min-height: 100px;
    }

    .mobile-only {
        display: inherit;
    }

    .desktop-only {
        display: none;
    }


    /*matrix questions*/
    /* turn off border
     
     */
    .mx,
    .tbl,
    .mxplus {
        border: none;
    }

        .mx tbody > tr,
        .tbl tbody > tr {
            margin-top: 1em;
        }

        /* column headers*/
        .mx thead,
        .tbl thead,
        .mxplus thead {
            display: none;
        }
            .mx thead > tr > td {
                padding-left: 0em;
                padding-right: 1em;
            }


        .mx tbody > tr > td,
        .tbl tbody > tr > td,
        .tbl tbody > tr > th,
        .mxplus tbody > tr > td {
            text-align: left;
            border: none;
        }

       


        .mx tr,
        .tbl tr,
        .mxplus tr {
            display: block;
            border: 1px solid #808080;
            border-radius: 4px 4px;
            padding-left: 1em;
            padding-right: 2em;
        }

        .tbl label,
        .mxplus tr
        {
            font-size: 14px;
            font-weight: bolder;
        }

        .mx td,
        .tbl td,
        .mxplus td {
            display: block;
        }
    /* bold the question text remove padding*/
    td.mx-question {
        font-weight: bold;
        border: none;
        display: table-cell !important;
        padding: 0em;
    }

    .mx-qnumber {
        font-weight: bold;
        border: none;
        display: table-cell !important;
    }

    th.mx-col-7, td.mx-col-7
    ,td.mx-col-6, th.mx-col-6
    ,td.mx-col-5, th.mx-col-5
    ,td.mx-col-4, th.mx-col-4
    ,td.mx-col-3, th.mx-col-3
    ,td.mx-col-2, th.mx-col-2 {
        width: 100%
    }


    .mx-row, .mx-row-alt {
        background-color: #FFFFFF;
    }


    /*override column boder*/
    .mx-cell-leftborder, .mx-cell-spacer {
        border-left-style: none;
    }


    .mx-cell-rightborder {
        border-right-style: none;
    }

    .scale tbody > tr > td > div.form-check > label {
        display: inline-block;
    }

    .scale tbody > tr > td > div.form-check {
        padding-left: 1.25rem; /* boot-strap default*/
    }

    /* over-ride tr border for scale*/

    .mx.scale tr {
        border-style: none;
    }

    .sb-map-lg {
        min-height: 250px;
        min-width: 200px;
        height: 100%;
        width: 100%;
    }
}

.stickytop {
    position: sticky;
    top: 0;
    z-index: 2;
}

.stickytop-desktoponly {
    position: sticky;
    top: 0;
    z-index: 2;
}

body, ul, li {
  font-family: 'Work Sans', sans-serif;
  position: relative;
  color: #141e79;
  font-size: 14pt;
}

body * {

  transition: 0.4s all;

}

/*Temp edits for Medical Office Surveys - BEGIN */
.survey-sec-title {
    font-size: 1.4rem;
    color: #0F426B;
    font-weight: 600;
}
.survey-wrapper {
  background: #ffffff;
  position: relative;
  margin: 3rem auto 3rem auto;
  max-width: 80%;
  border-radius: .5rem;
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0px 20px 40px rgba(81, 33, 6, .13);*/

}
/*Temp edits for Medical Office Surveys - END */

/*ORIGINAL CSS COMMENTED OUT 2/19 */
/*.survey-wrapper {
  background: #ffffff;
  position: relative;
  margin: 4rem auto 6rem auto;
  max-width: 85%;
  border-radius: .5rem;
  padding: 1rem 2rem 1rem 2rem;
  box-shadow: 0px 20px 40px rgba(81, 33, 6, .13);*/
  /*max-width: 1000px;*/
  /*padding: 1em 2em !important;

}*/

.survey-wrapper100 {
  background: #ffffff;
  position: relative;
  margin: 4rem auto 6rem auto;
  max-width: 94%;
  border-radius: 0rem;
  padding: 1rem 0 1rem 0;
  box-shadow: 0px 20px 40px rgba(81, 33, 6, .13);

}



.survey-wrapper ul{
  color:black;
  font-size:17px;
  padding:0em 3em 3em 3em
}


.survey-container p.header{

  font-size: 2rem;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid #F7A68C;
  padding: 0rem 0rem 1rem 0rem;
  line-height: 1;
  color: #015CAB;
  font-size: 32px;
  text-align: center;
  font-weight: 500;


}



select {
  background-image:
  linear-gradient(45deg, transparent 50%, #003D7E 60%),
  linear-gradient(135deg, #003D7E 40%, transparent 50%) !important;
  background-position: calc(100% - 18px) 18px, calc(100% - 8px) 18px, 100% 0;
  background-size:10px 8px, 10px 8px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}



.q {
  margin-bottom: 0em;
}
select.form-control[size] {
  height: auto;
  min-height:2.75rem
}

.survey-container {
  width: 100%;
  height: 100%;
  min-height:80vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  background-image: url(../images/background.svg?v=RHOClCuBx9hHBebJHZGjR_RQ5aE);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

}

::-webkit-scrollbar {
  width: 9px;
  background: #dedede;
}

::-webkit-scrollbar-thumb {
  background-color: #9c9c9c;
  border-radius: 1rem;
}


.main {
  min-height: auto !important;
  padding-bottom: 0 !important;
  background: #F1F0EC;
}

.buttonGroup{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap;

  margin: 1rem auto;
  width: 100%;

}

.buttonGroup .btn-outline-secondary {
  border: 2px solid black;
  color: black;
  font-weight: 700;
  padding: .4rem 3rem;
  border-radius: 2rem;
  background: transparent;
  width: auto;
  /* box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75);
  -webkit-box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75);
  -moz-box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75); */
}

.buttonGroup .btn-outline-secondary:hover {
    background: #c5c5c5;
    border: 2px solid black;
}
.buttonGroup .btn-outline-secondary:last-child {
  width: auto;
  float:right
}


.buttonGroup .btn-outline-primary {
    background: #0069AA;
    color: white;
    font-weight: 700;
    padding: .4rem 3rem;
    border-radius: 2rem;
    width: auto;
    /* box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75);
-webkit-box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75);
-moz-box-shadow: 0px 0px 12px -4px rgba(223,106,21,0.75); */
    border: 2px solid black;
}

.buttonGroup .btn-outline-primary:hover {
    background: #004f80;
    color: white;
}

.mx {
  border: 1px solid #dedede;
}
.mx thead > tr > td {
  background-color: #dcf1fa
}
.mx-row-alt {
  background: #f6fbfe;
}

td {
  color: #1A3966;
}

.mx-row {

  background-color: #e9f7fc;
}

.response {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0em;
  margin-bottom: 1em;
}
.badge-dark {
  display: none;
}

.claim-box {
    color: white;
    padding: .75rem 2rem .25rem 2rem;
    margin-bottom: 2rem;
    background-color: #002c90;
}

.claim-header {
    font-size: 28px; 
    padding: 0; 
    text-align: left;
}

.statement-header{
    font-size: 18px;
    padding: 0;
    text-align: left;
}

.help-text{
    font-size: 12pt;
}

td > input{
    margin-left: -0.9rem !important;
}

.exit-text{
    font-size: 18px;
}

@media (max-width:1024px){
  .buttonGroup .col {

    flex-basis: unset;

    flex-grow: unset;
    max-width: fit-content;
  }
  .survey-container {
    width: 100%;

  }
  .main {
    min-height: fit-content !important;
  }

  .buttonGroup {
    align-items: flex-end;
  }

  .buttonGroup .btn-outline-secondary:last-child {
    float: none;
    margin-top: 1em;
  }
  /*.survey-container p:nth-of-type(1){
    font-size:27px
  }*/

  .survey-wrapper{
    max-width: 96%;
  }
}

@media (max-width:991px){
  .survey-container label {

    font-size: 15px;
  }

}


@media (max-width:769px){

    .claim-header {
        font-size: 1.5rem;
    }
    .claim-box p {
        font-size: 1rem;
    }
    .stickytop-desktoponly {
        position: inherit
    }

  .buttonGroup .btn-outline-secondary {

    padding: .2rem 2.4rem;
    font-weight:500;
    font-size: 15px;

  }

 

  .survey-wrapper ul {

    padding: 1em 1em 3em 1em;
  }

  .survey-wrapper {
    max-width: 100%;
    margin:0;
    padding: 0;
  }

  .buttonGroup .btn-outline-primary {
    padding: .2rem 2.4rem;
    font-weight:500;

    font-size: 15px;
  }

  .buttonGroup {
    align-items: unset;
    justify-content: center;
  }
  .mx {
    border: none;
  }
  /*.survey-container .mx .form-check label {
    padding: 0px;

  }*/

  fieldset {
    padding: 0em 0em;
  }
}
.form-check-input.is-invalid ~ .form-check-label,
.form-check-input  is-invalid,
.form-check-input is-invalid,
.form-check-input.is-invalid,
.form-check-input.is-invalid:checked {
    color: #141e79 !important;
    border-color: none !important;
    background-color: none !important;
}
.badge{
    color:#141e79;
}

