@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Light-webfont.eot");
  src: url("./fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Roboto-Light-webfont.woff2") format("woff2"), url("./fonts/Roboto-Light-webfont.woff") format("woff"),
    url("./fonts/Roboto-Light-webfont.ttf") format("truetype"),
    url("./fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular-webfont.eot");
  src: url("./fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Roboto-Regular-webfont.woff2") format("woff2"),
    url("./fonts/Roboto-Regular-webfont.woff") format("woff"),
    url("./fonts/Roboto-Regular-webfont.ttf") format("truetype"),
    url("./fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Medium-webfont.eot");
  src: url("./fonts/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Roboto-Medium-webfont.woff2") format("woff2"), url("./fonts/Roboto-Medium-webfont.woff") format("woff"),
    url("./fonts/Roboto-Medium-webfont.ttf") format("truetype"),
    url("./fonts/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

html,
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  color: #484848;
  font-family: "Roboto", sans-serif;
}

.container a {
  text-decoration: none;
  color: #484848;
}

.container a.tms {
  text-decoration: none;
  color: #484848;
  font-weight: 500;
  font-size: 1rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 14px;
}

.container a:hover {
  background-color: #f5f5f5;
  color: #e9bc21;
}

.container a.tms:hover {
  background-color: #f5f5f5;
  color: #484848;
}

h2,
p {
  margin: 0;
  color: #484848;
  line-height: calc(1em * 1.3125);
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
}

header img {
  display: block;
  height: 100%;
}

.navbar {
  padding-right: 2.5rem;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.navbar ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;

  /* transition: all 0.5s ease-in-out; */
}

.navbar ul li {
  padding: 0.5rem 1rem;
}

.navbar ul li a {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

main {
  min-height: 100%;
  width: 100%;
  background-color: rgb(244, 244, 244);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}

main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  min-height: 100%;
  margin: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.login-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  max-width: 35rem;
}

.login-block .heading {
  text-align: center;
}

.login-form {
  width: 100%;
  margin: 2rem 0;
  padding: 1.875rem;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */

  background-color: #fff;
  border-radius: 5px;

  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.login-form div:not(.iti-flag) {
  width: 100%;
  height: 100%;
}

.login-title p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.input-form {
  width: 100%;
  margin-bottom: 1.2rem;
  position: relative;
}

.input-form label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.input-form label span {
  color: #f15252;
}

.input-form input {
  width: 100%;
  height: 2.625rem;
  background-color: #fff;
  border: 0.0625em solid #dfdfdf;
  border-radius: 3px;
  font-size: 1rem;
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  outline: none;
  text-indent: 0.5rem;
  padding: 0 !important;

  transition: all 0.2s ease-in-out;
}

.input-form input:focus {
  border-color: #a0a0a0;
}

.input-form .input select {
  font-size: 1.2rem;
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-weight: 500;

  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  outline: none;
}

input.error {
  border-color: #f15252;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #484848;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.horizontal-input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-input-field .input-form:first-child {
  margin-right: 1rem;
}

#forgot-password {
  position: absolute;
  top: 115%;
  right: 0;
  width: initial;
  color: #fdcd26;

  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
}

.action-button {
  border: none;
  outline: none;
  background-color: #fdcd26;
  color: #484848;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0 1rem;
  border-radius: 3px;
  height: 2.825rem;
  min-width: 8rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto 0;
}

.action-button:hover,
.action-button:disabled {
  background-color: #e9bc21;
}

.action-button.block {
  width: 100%;
}

.signup-button h2 {
  font-size: 1.2rem;
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.signup-button h2 a {
  color: #fdcd26;
  text-transform: uppercase;
  font-size: 1rem;
}

.hamburger {
  position: relative;
  height: 3rem;
  width: 2rem;
  margin-right: 1rem;

  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.2rem;
  width: 100%;
  background-color: #484848;

  -webkit-transform-origin: center;

  -ms-transform-origin: center;

  transform-origin: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hamburger span {
  top: 50%;
}

.hamburger span::before {
  top: -0.5rem;
}

.hamburger span::after {
  top: 0.5rem;
}

/* .intl-tel-input .country-list {
  width: 100%;
  overflow-x: hidden;
}

.intl-tel-input {
  padding: 0.3rem;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  border-right: 1px solid #dfdfdf;
  background-color: transparent;
} */

::-webkit-input-placeholder {
  /* Chrome */
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-weight: 300;

  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #afafaf;
  font-family: "Roboto", sans-serif;
  font-weight: 300;

  opacity: 1;
}

.terms-conditions {}

.t-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  margin: 0;
  opacity: 0;
}

.t-checkbox span {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  border: 1px solid #dfdfdf;
  margin-right: 0.8rem;
  border-radius: 3px;

  cursor: pointer;
}

.t-checkbox input[type="checkbox"]:checked~span {
  border-color: #fdcd26;
  background-color: #fdcd26;
}

.t-checkbox input[type="checkbox"]:checked~span::before {
  content: '';

  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.75rem;
  width: 0.75rem;

  background-color: #fdcd26;
  border-radius: 3px;

  background-image: url("../images/correct-symbol.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.t-checkbox p {
  font-size: 0.9rem;
}

.t-checkbox p a {
  font-size: 0.9rem;
  color: #fdcd26;
  text-decoration: none;
}

.t-checkbox p a:hover {
  color: #e9bc21;
  text-decoration: none;
}

a.link {
  font-size: 0.9rem;
  color: #fdcd26;
  text-decoration: none;
}

a.link:hover {
  color: #e9bc21;
  text-decoration: none;
}

.sign-up-complete {
  text-align: left;
  margin-top: 2rem;
}

.sign-up-complete h2 {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.sign-up-complete ol {
  margin: 0 0 1rem;
}

.sign-up-complete ol li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.input-form .input.company_logo {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.company_logo span {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 1rem;

  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  right: 0;
}

.company_logo:hover span {
  background-color: #f7f7f7;
}

.company_logo input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .login-block {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .login-block {
    width: 80%;
  }
}

@media screen and (max-width: 425px) {
  .navbar {
    padding: 0;
  }

  .hamburger {
    display: block;
  }

  .navbar nav {
    display: none;
  }

  .navbar.open nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    /* height: 100%; */
    z-index: 1;
  }

  .navbar.open ul {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    flex-direction: column;
    padding-top: 1rem;
  }

  .navbar ul li {
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  .navbar ul li:last-child {
    padding-bottom: 2rem;
  }

  .navbar.open .hamburger span {
    top: 50%;
    background-color: transparent;
  }

  .navbar.open .hamburger span::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar.open .hamburger span::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .login-block {
    width: 100%;
  }

  .action-button {
    margin-top: 3rem;
  }

  .action-button.signup {
    margin-top: 2rem;
  }

  .horizontal-input-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-input-field .input-form:first-child {
    margin-right: 0;
  }
}

.company-block {
  display: none;
}

.form-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#toast {
  padding: 1rem;
  background-color: #ffe9e9;
  color: #f15252;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  display: none;
  position: fixed;
  top: 0;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#toast.active {
  display: block;
  top: 10vh;
  opacity: 1;
}

#toast.success {
  background-color: #33cc99;
  color: #fff;
}

@-webkit-keyframes toast {
  0% {
    top: 0;
  }

  100% {
    top: 5%;
  }
}

@keyframes toast {
  0% {
    top: 0;
  }

  100% {
    top: 5%;
  }
}

.forgotpass-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(4, 4, 4, 0.2);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.forgotpass-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.forgotpass-modal .modal {
  width: 60vmin;

  background-color: #fff;
  border-radius: 5px;
  padding: 0.8rem;

  position: relative;
}

.forgotpass-modal .modal #forgot-password-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1;
  height: 2rem;
  width: 2rem;
  background-color: #fff;

  border-radius: 100%;
}

.forgotpass-modal .modal #forgot-password-close span,
.forgotpass-modal .modal #forgot-password-close span::before,
.forgotpass-modal .modal #forgot-password-close span::after {
  position: absolute;
  content: "";
  height: 0.12rem;
  width: 70%;
  background-color: #484848;
  top: 45%;
  left: 15%;
  cursor: pointer;

  /* 
    transform: translate(-50%,-50%); */
}

.forgotpass-modal .modal #forgot-password-close span {
  background-color: transparent;
}

.forgotpass-modal .modal #forgot-password-close span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.forgotpass-modal .modal #forgot-password-close span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
}

#page-loader>div {
  height: 100%;
  width: 10%;
  background-color: #33cc99;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pageLoader 2.5s linear infinite;
  animation: pageLoader 2.5s linear infinite;
}

@-webkit-keyframes pageLoader {
  0% {
    left: 0%;
  }

  25% {
    left: 25%;
  }

  50% {
    left: 50%;
  }

  75% {
    left: 75%;
  }

  100% {
    left: 100%;
  }
}

@keyframes pageLoader {
  0% {
    left: 0%;
  }

  25% {
    left: 25%;
  }

  50% {
    left: 50%;
  }

  75% {
    left: 75%;
  }

  100% {
    left: 100%;
  }
}

.partner__type h2 {
  margin-bottom: 0.5rem;
}

.partner__type>p {
  margin-bottom: 0.75rem;
}

.custom__radio {
  display: block;
  position: relative;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.custom__radio input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.custom__radio div {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.875rem 1.25rem;
}

.custom__radio div>span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  width: 1.25rem;
  border: solid 1px #dfdfdf;
  background-color: #efefef;
  border-radius: 50%;
}

.custom__radio div>span span {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background-color: #efefef;
  border-radius: 50%;
}

.custom__radio p {
  width: 100%;
  padding-left: 1.25rem;
}

.custom__radio p span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.custom__radio p span.partner__type--title {
  font-size: 1rem;
  font-weight: 500;
  color: #484848;
  margin-bottom: 0.45rem;
}

.custom__radio p span.partner__type--subtitle {
  font-size: 0.875rem;
  font-weight: 400;
  color: #484848;
}

.custom__radio p span.tool__tips {
  margin-left: auto;
  cursor: pointer;
  position: relative;
}

.custom__radio p span.tool__tips svg{ 
  height: 1rem;
  width: 1rem;
}

.custom__radio p span.tool__tips::before,
.custom__radio p span.tool__tips::after {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.custom__radio p span.tool__tips:hover::before {
  content: '';
  opacity: 1;
  position: absolute;
  left: 1.5rem;
  border: 0.5rem solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent transparent;
  transform: rotate(-135deg);
}

.custom__radio p span.tool__tips:hover::after {
  opacity: 1;
  content: attr(data-tip);
  color: #fff;
  position: absolute;
  width: 20rem;
  border-radius: 6px;
  max-width: 30rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.5);

}

.custom__radio input:checked~div {
  border-color: #fdcd26;
}

.custom__radio input:checked~div>span span {
  background-color: #fdcd26;
}

#signupBasicForm .intl-tel-input {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.625rem;
}

#signupBasicForm .intl-tel-input .flag-container {
  margin-right: 1rem;
  height: 100%;
  position: relative;
  border-radius: 3px;
  border: 0.0625rem solid #dfdfdf;
  width: auto;
}

#signupBasicForm .intl-tel-input .flag-container .selected-flag {
  background-color: #fff;
}

#signupBasicForm .intl-tel-input .flag-container .selected-dial-code {
  font-weight: 500;
  font-size: 1rem;
  padding: 0 1.5rem 0 1.75rem;
}

#signupBasicForm .intl-tel-input input {
  /* text-indent: 5rem; */
}

.button__loader {
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50%;
  border: 0.25rem solid;
  border-color: transparent #fff #fff #fff;
  animation: spinner 1s ease-in-out infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.select2-container {
  display: block;
}

.select2-container .select2-selection {
  height: 2.625rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-color: #dfdfdf;
  outline: none;
}

.select2-container--open .select2-selection {
  border-color: #a0a0a0;
}

.select2-container .select2-selection__rendered {
  color: #484848 !important;
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  line-height: 1.3125rem !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;

}

.select2-container .select2-selection__arrow {
  position: static !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
  width: 1rem !important;
  margin-right: 0.75rem !important;
  transition: transform 0.2s ease-in-out;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container .select2-selection__arrow b {
  position: static !important;
  border: none !important;
  display: block !important;
  width: 0.875rem !important;
  height: 0.875rem !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDExIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcyIC0zNzcpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzMgMzc4KSIgc3Ryb2tlPSIjQTBBMEEwIiBzdHJva2Utd2lkdGg9IjIiPjxwb2x5bGluZSB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjMwNzcgMikgcm90YXRlKC05MCkgdHJhbnNsYXRlKC00LjMwNzcgLTIpIiBwb2ludHM9IjYuMTUzOCAtMi42NjY3IDIuNDYxNSAyIDYuMTUzOCA2LjY2NjciLz48L2c+PC9nPjwvc3ZnPg==") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.select2-search--dropdown input {
  border-color: #dfdfdf !important;
  height: 2.625rem !important;
  outline: none;
  border-radius: 3px;
}

.select2-search--dropdown input:focus {
  border-color: #a0a0a0 !important;
}
