body {
  font-size: 18px;
  font-family: 'Ariel', 'Helvetica';
  margin: 0;
  padding-bottom: 25px;
}

body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.userFeedback {
  width: auto;
  text-align: center;
}
.userFeedback .rightMobileSide{
    display: inline;
    width: 49%;
}
.userFeedback .leftMobileSide{
    display: inline;
    width: 49%;
}
.userFeedback .thankYouNavBox .btn{
    background-color: red;
    color: white;
    width: 15%;
    padding-right: 10px;
    padding-left: 10px;
}

.userFeedback>div {
  display: block;
  font-size: 16px;
}
.userFeedback img{
    width: 100%;
}
/*.userFeedback { width: 100%; text-align: center; margin-top: 150px; }
.userFeedback > div { display: inline-block; border: 2px solid #1c2830; padding: 20px; }*/


/*form input[type="submit"] { border: 1px solid #1c2830; border-radius: 5px; background-color: #f1f1f1; }*/

.forms .redAlert {
  font-size: 14px;
  display: inline-block;
  width: auto;
  color: red;
  font-weight: bold;
}

.forms .spacer {
  font-size: 14px;
  display: inline-block;
  width: auto;
}

.forms label {
  padding-top: 7px;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 16px;
}

.forms label span {
  font-weight: bold;
}

span.required{
  font-weight: bold;
  color: #9E0000;
}
.forms input[type="number"] {
  width: 100%;
  height: 43px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  color: #1e2a32;
  margin-top: 8px;
  padding: 7px 6px 9px 16px;
}

.forms input[type="number"]::placeholder{
  font-size: 16px;
}
.forms input[type="text"] {
  width: 100%;
  height: 43px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  color: #1e2a32;
  margin-top: 8px;
  padding: 7px 6px 9px 16px;
}

.forms input[type="text"]::placeholder{
  font-size: 16px;
}

textarea{
  width: 100%;
  border: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  color: #1e2a32;
  margin-top: 8px;
  padding: 7px 6px 9px 16px;
}

.forms input[type="text"]:focus,
textarea:focus,select:focus{
  background-color: white;
  box-shadow: 0px 2px 7px #ccc;
  outline: none;
  caret-color: red;
}

.forms select {
  width: 100%;
  height: 43px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 2px;
  color: #1e2a32;
  margin-top: 8px;
  padding: 7px 6px 9px 16px;
  font-size: 16px;
  background-image: linear-gradient(45deg, transparent 50%, #1e2a32 50%), linear-gradient(135deg, #1e2a32 50%, transparent 50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 15px calc(1em + 2px), 20px calc(1em + 2px), 0 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.forms select:disabled{
  background-color: #d0d0d0;
}

.forms input[type="checkbox"] {
  /*transform: scale(1.5);*/
  /*margin:0 5px;*/

}

.forms input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.forms input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  color: #1e2a32;
}

.forms input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
.forms input[type=checkbox] + label:before { letter-spacing: 7px; padding:0 5px; font-size: 18px; } /* space between checkbox and label */

.forms input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
.forms input[type=checkbox]:checked + label:before { letter-spacing: 5px; padding:0 5px; font-size: 18px;} /* allow space for check mark */
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
  supported by Chrome and Opera */
}

input[type=radio].circleChecker { display:none; position: relative;} /* to hide the radio itself */
input[type=radio].circleChecker + label{
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  padding-right: 36px;
  font-weight: 300;
  -o-user-select: none;
  user-select: none;
  line-height: 18px;
}
input[type=radio].circleChecker + label:before {
  font-family: Arial,Helvetica,sans-serif;
  display: inline-block;
  margin-right: 5px;
  right: 0;
  top: 6px;
  content: "";
  color: #202020;
  background-color: #fff;
  border: 2px solid #e6e6e6;
}
input[type=radio].circleChecker + label:after {
  top: 13.5px;
  filter: alpha(Opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
}
input[type=radio].circleChecker + label:after {
  width: 7px;
  height: 7px;
  right: 13px;
  background: #e50000;
  border-radius: 50%;
}

input[type=radio].circleChecker + label:before {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
}

input[type=radio].circleChecker:checked + label:after {
  opacity: 1;
}

.btn{
  min-width: 100px;
  height: 46px;
  padding: 12px 40px;
  margin: 0 6px;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  background-color: #f0f0f0;
  /* border-radius: 40px; */
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn:hover{
  background: #e4e4e4;
}

.btnSmaller{

}

.actionBtn{
  color: white;
  background: none repeat scroll 0% 0% #282830;
}

.actionBtn:hover{
  background: none repeat scroll 0% 0% #282830;
}

.secondBtn{
  color: #e50000;
  background: none repeat scroll 0% 0% #fff;
  border: #e50000 solid 1px;
}
.secondBtn:hover{
  padding: 11px 39px;
  background: none repeat scroll 0% 0% #fff;
  color: #ce0000;
  border: #ce0000 solid 2px;
}

.functionBtn {
  color: white;
  background: none repeat scroll 0% 0% #282830;
}

.functionBtn:hover{
  background: none repeat scroll 0% 0% #282830;
}

.functionBtn2{
  color:#282830;
  background: none repeat scroll 0% 0% #fff;
  border:1px solid #282830;
}
.functionBtn2:hover{
  background: none repeat scroll 0% 0% #fff;
}

#carImage {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}

#trimImage {
  display: block;
  width: auto;
  height: 80px;
  margin-bottom: 20px;
}

.greyStyleSelect {
  background-image: linear-gradient(to bottom, #f4f4f5 0, #d2d4d6 100%);
}


/*.fa span { display: inline; font-weight: bold; }*/



.formContainers {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.forms {
  width: 95%;
  margin: 30px auto;
}

.tableContainers {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tables {
  width: 95%;
  margin: 30px auto;
}

.tables tr {
  text-align: right;
}

.tables tr th {
  padding-bottom: 10px;
  text-align: right;
}

.tables tr td {
  padding-bottom: 10px;
}

.tables td .fa span {
  font-weight: bold;
}

#recallResultsContainer ul {
  list-style-type: none;
}

#printFormContainer ul li {
  margin: 7px 0;
}

#financingCalcForm {
  /*width: 100%;*/
}

/*.disabled {
background-color: #f1f1f1 !important;
}

.disabledSelect {
background-color: #f1f1f1 !important;
}*/

.forceLeftAlign {
  text-align: left;
}

.forceCenterAlign {
  text-align: center;
}

.titleWithImage {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.titleWithImage h1 {
  float: right;
}

.titleWithImage img {
  float: right;
  max-width: 250px;
  padding-top: 7px;
  padding-right: 7px;
}

.formRow {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.rowCell {
  width: 47%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.rowCell-mod {
  width: 50% !important;
  margin:0 auto 40px auto !important;
  display: block !important;
  /* padding: 0px 10px; */
}

.rowCell-mod2{
  width: 50% !important;
  margin:0 auto 40px auto !important;
  padding:0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
}

.rowCell-center{
  width:50%;
  display:flex;
  justify-content: center;
  margin:0 auto 20px;
  padding: 0px 10px;
}

.rowCell-center img{
  display:block;
  object-fit: contain;
  max-width:60%;
}
@media only screen and (max-width: 640px) {
  .rowCell-mod2{
    display:block;
  }
  .rowCell-mod2 .functionBtn{
    margin-top:3px !important;
  }  
}

.rightCell {
  float: right;
}

.leftCell {
  float: left;
}

.oneThird {
  width: 30%;
  max-width: 33.33%;
}

.twoThirds {
  width: 60%;
  max-width: 66.67%;
}

.rightThird {
  float: right;
}

.middleThird {
  margin: 0 5%;
}

.leftThird {
  float: left;
}

.wideCell {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}


/*{margin: 0 auto;}*/

#msgText {
  width: 100%;
}


/* Accordion links at the bottom of the forms */

.privacyStatementLink {
  font-size: 0.83em;
  margin: 20px 0;
  color: #303A40;
  text-decoration: underline;
  cursor: pointer;
}

.privacyStatementContent {
  width: auto !important;
  font-size: 0.83em;
  border: 1px solid #1e2a32;
  padding: 0.5em;
}

.testDriveCondLink {
  font-size: 0.83em;
  margin: 20px 0;
  color: #303A40;
  text-decoration: underline;
  cursor: pointer;
}

.testDriveCondContent {
  width: auto !important;
  font-size: 0.83em;
  border: 1px solid #1e2a32;
  padding: 0.5em;
}

.printPlanBtn {
  width: 40%;
  text-align: left;
  font-size: 0.83em;
  margin: 20px 0;
  color: #303A40;
  cursor: pointer;
  float: right;
  border: none;
  background-color: white;
  font-weight: bold;
}

.printPlanBtn span {
  text-decoration: underline;
}

.financingCondLink {
  width: 45%;
  font-size: 0.83em;
  margin: 20px 0;
  color: #303A40;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

.financingCondContent {
  width: auto !important;
  font-size: 0.83em;
  padding: 0.5em;
  /* white-space: pre-wrap; */
  float: right;
}

.seesAdsCell {
  width: auto;
  /*line-height: 10px;*/
}

.seesAdsCell>* {
  width: auto;
  display: inline-block;
}
.formRow .radio{

}

.formRow .radio label{
  font-size: medium;
  font-weight: 700;
}

.formRow .radio input[type='radio']{
  /*display: inline-block;*/
  margin: 10px 10px 0 5px;
}


.buttonCell {
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}

.buttonCell span.redAlert {
  display: block;
  margin-top: 10px;
}

.rightButtonCell {
  margin-top: 108px;
  display: inline-block;
  text-align: right;
  padding-right: 50px;
}

.rightButtonCell span.redAlert {
  display: block;
  margin-top: 10px;
}

.textAlignCenter {
  text-align: center;
}

.formRow.lineRow {
  max-width: auto !important;
  width: auto !important;
  overflow: hidden;
  margin-bottom: 20px;
}

.formRow.lineRow>* {
  width: auto !important;
}

#carNumLabel {
  margin-left: 20px;
}

#carNumLeft {
  font-size: 18px;
  text-align: center;
  padding: 0 4px;
}

#carNumMiddle {
  font-size: 18px;
  text-align: center;
  padding: 0 4px;
}

#carNumRight {
  font-size: 18px;
  text-align: center;
  padding: 0 4px;
}

/*#financingCalcForm { margin-top: 0; }*/

#calcPageContainer {
  /*overflow: hidden;*/
  margin-top: 20px;
}

#calcPageContainer>div {
  width: 48%;
  margin: 20px 0;
}

#calcPageRightMobileTop {
  float: right;
  width: 95%;
  margin: 0 auto 0 auto;
  clear: right;
}

#rightHolder {
  clear: both;
  float: right;
  width: 95%;
  border: 1px solid #ddd;
  padding: 20px 0px;
  border-radius: 3px;
}

#calcPageRightMobileBottom {
  float: right;
  width: 95%;
  padding: 0px 10px;
  position: relative;
  top: 200px;
}

.sideBySide {
  display: inline-block;
  text-align: right;
}

.sideBySide>*:nth-child(1) {
  margin-left: 10px;
}

.sideBySide>*:nth-child(2) {
  margin-right: 10px;
}

.item {
  margin: 0 auto 20px auto;
}

#financingCalcTosContainer div div ul {
  text-align: right;
  padding-right: 1em;
}

.currSelectedPlan {
  background-color: rgba(204, 204, 204, 0.5);
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

table.calcDataTable tbody tr td.dataTd {
  padding: 0;
}

table.calcDataTable tbody tr td.dataTd input {
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: right;
  border: none;
  background-color: #f1f1f1;
}


/*table.calcDataTable tbody > tr:nth-child(1) > td:nth-child(1) { margin: 0 auto; }*/

#loanOptionsTitle {
  display: none;
}

#AdvanceSlider, #endPaymentSlider {
  background-color: #f0f0f0;
}

.no-copy label {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.more-info i {
  font-size: 0.75em;
  position: relative;
  color: #1c2830;
}

#TOS h5 {
  text-align: right;
  font-size: 1em;
}

@media only screen and (max-width: 980px) {
  * {
    max-width: 100%;
  }
  body {
    overflow-x: hidden;
  }

  .btn.actionBtn.pdf {
    margin-top: 10px;
  }
  #calcPageContainer>div {
    width: 90%;
    display: block;
    margin: 0 auto!important;
  }
  .rowCell {
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 6px;
  }
  .rowCell .btn {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .radio td{
    width: auto;
  }
  .btn{
    padding: 12px 12px;
    font-size: 12px;
  }
  .rowCell>h5 {
    margin-bottom: 20px !important;
  }
  .oneThird {
    max-width: 100% !important;
  }
  .twoThirds {
    max-width: 100% !important;
  }
  .middleThird {
    margin: 0 !important;
  }
  .seesAdsCell {
    margin-bottom: 20px !important;
  }
  .seesAdsCell * {
    width: auto !important;
  }
  .seesAdsCell label {
    display: inline;
  }
  .hiddenOnMobile {
    display: none;
  }
  .rightButtonCell {
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    padding: 0;
  }
  .innerText {
    margin-bottom: 20px !important;
  }
  #carImage {
    width: 100%;
    height: auto;
  }
  #trimImage {
    display: none;
  }
  .titleWithImage * {
    width: auto;
    text-align: center;
  }
  #calcPageRightMobileTop {
    float: none;
  }
  #rightHolder {
    float: none;
  }
  #calcPageRightMobileBottom {
    top:50px;
    float: none;
  }
  .printPlanBtn {
    width: 40% !important;
  }
  .printPlanBtn * {
    width: 50% !important;
  }
  .financingCondLink {
    width: 40% !important;
  }
  #submitForm {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  input[type=radio].circleChecker + label {
    padding-left: 5px;
    margin-right: 0px;
    padding-right: 33px;
    
  }
   .userFeedback{
    width: 100%;
    background-size: contain;
  }

  .userFeedback .rightMobileSide {
      width: 49%;
      float: right;
      display: inline-block;
  }
  .userFeedback .leftMobileSide {
      width: 49%;
      float: left;
      display: inline-block;
  }
  .userFeedback .thankYouNavBox .btn{
      display: block;
      width: 90%;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .userFeedback .rightBtn{
      margin-right: 20px;
  }
  .userFeedback .leftBtn{
      margin-left: 20px;
  }
  body #calcPageContainer{
      margin: 0;
  }
}

@media print {
  body, html {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    overflow: hidden !important;
  }

  #calcPageContainer>div {
    width: 100%;
    margin: 0;
  }
  #financingCalcForm, #calcPageRightMobileTop {
    position: relative;
    bottom: 40px;
  }
  #calcTitle {
    overflow: hidden;
  }
  #toyotaLogo {
    float: left;
  }
  #toyotaLogo img {
    display: block;
  }
  #calcPageLeftMobileMiddle, .printHide {
    display: none;
  }
  .item.formRow {
    overflow: initial;
  }

  #rightHolder{
    border: none;
  }
  #calcPageRightMobileBottom {
    position: inherit;
    border: none;
    box-shadow: none;
  }
  #calcPageRightMobileTop .forms .rowCell {
    width: auto;
  }
  #calcPageRightMobileTop .forms .formRow .rightCell label {
    float: right;
    line-height: 27px;
    display: none;
  }
  #calcPageRightMobileTop .forms .formRow .rightCell #modelSelect
  ,#calcPageRightMobileTop .forms .formRow .rightCell #trimSelect {
    display: inline-block;;
    float: right;
    width: auto;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    right: 15px;
    font-weight: bold;
  }
  /*for IE*/
  select::-ms-expand {
    display: none;
  }
  .makeCenter h4 {
    text-align: right;
  }
  #calcPageRightMobileTop .forms .formRow .rightCell img {
    float: left;
    position: relative;
    bottom: 20px;
    right: 20px;
  }

  #TOS .financingCondContent {
    display: block!important;
    width: 70%;
    float: right;
    position: relative;
    right: 20px;
    font-size: 0.7em;
    /*bottom: 20px;*/
  }
  #TOS .financingCondContent ul li {
    margin: 5px 0px;
  }
  #TOS h5 {
    margin-right: 15px;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  .forms {
    margin: 0;
    width: 100%;
  }
  .formContainers {
    max-width: 100%;
  }
  table {
    border: none;
    box-shadow: none;
    max-width: 70%;
  }
  .item, .rowCell {
    margin: 0;
    position: relative;
    right: 20px;
  }
}


/* Pup-up confirmation buttton */

#dialog {
  display: none;
  position: fixed;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  direction: rtl;
  background-color: #F5F5F5;
  /*width: 200px;*/
  max-width: 450px;
  text-align: center;
  padding: 15px;
  z-index: 1000;
  border-radius: 2px;
  color: #202020;
  box-shadow: 0 2px 5px #081229;
}

#dialog button{
  margin: 0 32px;
}

#dialog h2 {
  font-size: 2em;
}

#dialog p {
  font-size: 1.7em;
}

/*#dialog button {
border: none;
outline: none;
padding: 10px 20px;
margin: 5px 20px;
color: #F5F5F5;
border-radius: 5px;
}

#dialog button:hover {
cursor: pointer;
box-shadow: 0 1px 20px #081229;
}*/


/*#dialog button#dialogYes { background-color: #4CAF50; }*/


/*#dialog button#dialogNo  { background-color: #a71c1c; }*/

/*#dialog button#dialogYes {
background-color: #303A40;
border: none;
outline: none;
padding: 10px 20px;
margin: 5px 20px;
color: #F5F5F5;
border-radius: 5px;
}

#dialog button#dialogNo {
background-color: #303A40;
border: none;
outline: none;
padding: 10px 20px;
margin: 5px 20px;
color: #F5F5F5;
border-radius: 5px;
}

#dialog button#dialogYes:hover, #dialog button#dialogNo:hover {
cursor: pointer;
box-shadow: 0 1px 20px #081229;
}*/

.btn {
  cursor: pointer;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

#clickMe {
  width: 100px;
  height: 50px;
  background: rgba(25, 85, 162, 0.83);
  margin: 0 auto;
  border: none;
  box-shadow: 1px 1px 30px #ddd;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}
.hide{
    display: none;
}

.btn.actionBtn.pdf {
  background-image: linear-gradient(to bottom, #1c2830 0, #232830 100%);
}

/* Popup */
.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255,.85);
  z-index: 999999;
}

.popup p {
  font-size: 30px;
  font-weight: bold;
  min-height: 55px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 24px;
  margin-right: 7px;
}

.popup {
  position: relative;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  direction: rtl;
  width: 80%;
  padding: 15px;
  left: 0;
  /*margin-left: 1%;*/
  border: 1px solid #ccc;
  border-radius: 10px;
  background: white;
  /* position: absolute; */
  /*top: -100%;*/
  -webkit-box-shadow: 0px 0px 11px 8px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 11px 8px rgba(0,0,0,0.2);
  /* box-shadow: 5px 5px 5px 5px #000; */
  z-index: 100001;
  overflow: hidden;
  margin: 0 auto;
  top: 42%;
  opacity: 0.0;
}
.overlay .popup .text-right button.btn {
  min-width: 100px;
  height: 46px;
  padding: 12px 40px;
  margin: 0 6px;
  font-size: 14px;
  white-space: nowrap;
  border: none;
  background-color: #f0f0f0;
  border-radius: 40px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.overlay .popup .text-right button {
  font-size: 26px;
  color: #fff;
  padding: 9px 43px;
  margin: 12px 0 12px 12px;
  border-radius: 6px;
}
.overlay .popup .text-right button.btn.btn-cancel {
  background-color: red;   /*#EA4335;*/
}

.overlay .popup .text-right button.btn.btn-primary {
  background-color: darkgrey;/*#34A853;*/
}

.container h3.label {
  margin-top: 16px;
}

.colorMaps {
  margin: 27px 30px 0 0;
}
@media (min-width: 768px) {
  .popup {
    width: 66.66666666%;
    margin-left: 16.666666%;
  }
}
@media (min-width: 992px) {
  .popup {
    width: 50%;
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .popup {
    width: 26%;
    margin-left: 38%;
    margin-top: 11%;
  }
}

/*
  Loaders
 */

#check-loader {
  display: none;
  animation: spin 2s linear infinite;
}

#delete-loader {
  display: none;
  animation: spin 2s linear infinite;
  margin-right: 20%;
}

#check-time {
  display: none;
  margin-right: 45%;
  margin-top: 8px;
  animation: spin 2s linear infinite;
}

#send-loader {
  display: none;
  animation: spin 2s linear infinite;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}