.help {
    width: 50px;
    margin: 0 auto;
  }
  
  .help .question {
    height: 50px;
    width: 50px;
    background: rgba(29,78,216,1);
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color:white;
    background-image: url("../images/call.svg");
    fill:white;
  }
  
  table {
    min-width: 100%;
}

table > thead > tr > td,table > thead > tr > th {
    color: rgba(107,114,128,1);
    letter-spacing: .05 em;
    line-height: 1rem;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: left;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(249,250,251,1);
    border-color:rgba(249,250,251,1);
    border-bottom-width: 1px;
}

table.table-center > tbody  > tr > td {

    color: rgba(107,114,128,1);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-color:rgba(229,231,235,1);
    border-bottom-width: 1px;
}

table.table-center > thead > tr > td {
    color: rgba(107,114,128,1);
    letter-spacing: .05 em;
    line-height: 1rem;
    text-transform: uppercase;
    font-size: .75rem;
    text-align: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(249,250,251,1);
    border-color:rgba(249,250,251,1);
    border-bottom-width: 1px;
}

table > tbody  > tr > td {

    color: rgba(107,114,128,1);
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-color:rgba(229,231,235,1);
    border-bottom-width: 1px;
}

a.primary , button.primary{
    background-color: rgba(59,130,246,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.tertiary , button.tertiary{
    background-color: rgb(34 197 94);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.disabled , button.disabled{
    background-color: rgb(107 114 128) !important;
    color: rgb(243 244 246) !important;
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.primary:hover , button.primary:hover{
    background-color: rgba(29,78,216,1);
    
}

a.tertiary:hover , button.tertiary:hover{
    background-color: rgb(22 163 74);
    
}


a.secondary , button.secondary{
    background-color: rgba(147,197,253,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.secondary:hover , button.secondary:hover{
    background-color: rgba(96,165,250,1);
}

a.danger , button.danger{
    background-color: rgba(248,113,113,1);
    color: rgba(255,255,255,1);
    font-weight: 700;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: .25rem;
    margin: 0rem .5rem;
}

a.danger:hover , button.danger:hover{
    background-color: rgba(220,38,38,1);
}




div.card{
    padding: 1.25rem;
}

h3.card-title{
    color:rgba(55,65,81,1);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

div.card-body{
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    display: block;
    font-family: karla;
    line-height: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    

}



.form-control{
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: rgb(55, 65, 81);
    cursor: auto;
    display: inline-block;
    font-family: karla;
    font-size: 16px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal;
    height: 38px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    tab-size: 4;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    width: 100%;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
}

.col-sm-10{
    width:100%;
    display:block;
}

.col-sm-2{
    width:25%;
    display:block;
}


.tag-success{
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    align-items: center;
    background-color: rgb(254, 202, 202);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-collapse: collapse;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(185, 28, 28);
    cursor: auto;
    display: inline-flex;
    font-family: karla;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    tab-size: 4;
    text-align: left;
    text-indent: 0px;
    text-transform: uppercase;
}

.tag-danger{
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    align-items: center;
    background-color: rgb(254, 202, 202);
    border-bottom-color: rgb(229, 231, 235);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-collapse: collapse;
    border-left-color: rgb(229, 231, 235);
    border-left-style: solid;
    border-left-width: 0px;
    border-right-color: rgb(229, 231, 235);
    border-right-style: solid;
    border-right-width: 0px;
    border-top-color: rgb(229, 231, 235);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(185, 28, 28);
    cursor: auto;
    display: inline-flex;
    font-family: karla;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 16px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    tab-size: 4;
    text-align: left;
    text-indent: 0px;
    text-transform: uppercase;
}

.required:after {
    content:" *";
    color: red;
}

[aria-current]>span {
    font-weight: bold !important;
    background-color: rgba(147,197,253,1);
    color: rgba(255,255,255,1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 24px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }





