@import '../../../web/custom-variables.scss';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.cancel-save-close-button-container{
  display: flex;
  justify-content: flex-end;
}

.close-button{
  background-color: #252C36;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  float: right;
  margin-left: 10px;
}

.close-button:hover, .close-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #252C36;
  color: whitesmoke;
}

.cancel-button{
  background-color: #252C36;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
 /*float: right;*/
  margin-left: 10px;
}

.cancel-button:hover, .cancel-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #252C36;
  color: whitesmoke;
}

.save-button{
  background-color: #62B146;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  float: right;
  margin-left: 10px;

}

.back-button{
  background-color: #252C36;
  color: white;
  width: 120px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  float: right;
  margin-left: 10px;
  border-radius: 12px;
}

.save-button:hover, .save-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #62B146;
}

.green-medium-button{
  background-color: #62B146;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.green-large-button{
  background-color: #62B146;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.green-Xlarge-button{
  background-color: #62B146;
  color: white;
  width: 180px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.red-small-button{
  background-color: #EF3224;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.red-medium-button{
  background-color: #EF3224;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.red-large-button{
  background-color: #EF3224;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.red-small-button:hover, .red-small-button:focus, .red-medium-button:hover, .red-medium-button:focus, .red-large-button:hover, .red-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #EF3224;
  color: whitesmoke;
}

.yellow-small-button{
  background-color: #F99A1E;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.yellow-medium-button{
  background-color: #F99A1E;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.yellow-large-button{
  background-color: #F99A1E;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.yellow-small-button:hover, .yellow-small-button:focus, .yellow-medium-button:hover, .yellow-medium-button:focus, .yellow-large-button:hover, .yellow-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #F99A1E;
  color: whitesmoke;
}

.light-blue-small-button{
  background-color: #1296CE;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.light-blue-medium-button{
  background-color: #1296CE;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.light-blue-large-button{
  background-color: #1296CE;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.light-blue-small-button:hover, .light-blue-small-button:focus, .light-blue-medium-button:hover, .light-blue-medium-button:focus, .light-blue-large-button:hover, .light-blue-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #1296CE;
  color: whitesmoke;
}

.dark-blue-small-button{
  background-color: #252C36;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.dark-blue-medium-button{
  background-color: #252C36;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.dark-blue-large-button{
  background-color: #252C36;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.dark-blue-small-button:hover, .dark-blue-small-button:focus, .dark-blue-medium-button:hover, .dark-blue-medium-button:focus, .dark-blue-large-button:hover, .dark-blue-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #252C36 !important;
  color: whitesmoke;
}


.blue-small-button{
  background-color: #3D5EAD;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}


.blue-medium-button{
  background-color: #3D5EAD;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}


.blue-large-button{
  background-color: #3D5EAD;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.blue-small-button:hover, .blue-small-button:focus, .blue-medium-button:hover, .blue-medium-button:focus, .blue-large-button:hover, .blue-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #3D5EAD;
  color: whitesmoke;
}

.orange-small-button{
  background-color: #FABC18;
  color: white;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.orange-medium-button{
  background-color: #FABC18;
  color: white;
  width: 100px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.orange-large-button{
  background-color: #FABC18;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.orange-small-button:hover, .orange-small-button:focus, .orange-medium-button:hover, .orange-medium-button:focus, .orange-large-button:hover, .orange-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #FABC18;
  color: whitesmoke;
}

.dark-green-large-button{
  background-color: #257718;
  color: white;
  width: 150px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.dark-green-Xlarge-button{
  background-color: #257718;
  color: white;
  width: 180px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.dark-blue-large-button:hover, .dark-blue-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #257718;
  color: whitesmoke;
}

.filter-button{
  background-color: #FFFFFF;
  color: #8C8C8C;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: 2px solid #8C8C8C;
  float: right;
}

.filter-button:hover, .filter-button:focus{
  transition: ease-in-out 0.3s;
  font-weight: 700;
  background-color: white;
}

.plain-medium-button{
  background: none;
  color: #4D4D4D;
  width: 100px;
  height: 30px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  justify-content: center;
  padding: 0;
  font-size: 14px !important;
  border: none;
  text-decoration: none;
}

.plain-Xlarge-button{
  background: none;
  color: #4D4D4D;
  min-width: 180px;
  width: fit-content;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0 5px 0px 5px;
  font-size: 14px;
  border: none;
  text-decoration: none;
}

.plain-medium-button:hover, .plain-medium-button:focus, .plain-Xlarge-button:hover, .plain-Xlarge-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background: none;
  background-color: none;
  color: #1296CE;
}

.mx-name-reset{
  background: transparent;
  color: #1868db;
  border: 1px solid #1868db !important;
  margin-right: 10px;
  min-width: 130px;
  border-radius: 4px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  justify-content: center;
  padding: 0;
  font-size: 12px;
  border: none;
  margin-left: 10px;
}

.mx-name-reset:hover, .dark-blue-large-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background: transparent;
  color: #034cb2;
  border: 1px solid #034cb2 !important;
}

.mx-name-search{
  background: transparent;
  color: #1868db;
  border: 1px solid #1868db !important;
  min-width: 130px;
  border-radius: 4px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  justify-content: center;
  padding: 0;
  border: none;
}

.mx-name-search:hover, .mx-name-search:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background: transparent;
  color: #034cb2;
  border: 1px solid #034cb2 !important;
}

.reset-button{
  background: transparent;
  color: #1868db;
  border: 1px solid #1868db !important;
  width: 80px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-left: 10px;
}

.reset-button:hover, .reset-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background: transparent;
  color: #034cb2;
  border: 1px solid #034cb2 !important;
}

.filter-graph-button{
  background-color: #fff;
  color: #1868db;
  border: 1px solid #1868db !important;
  width: 110px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
}

.filter-graph-button:hover, .filter-graph-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #fff;
  color: #034cb2;
  border: 1px solid #034cb2 !important;
}

/* SQUARE BUTTONS SQUARE BUTTONS SQUARE BUTTONS SQUARE BUTTONS*/

.square-white-button{
  background-color: #FFFFFF;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  padding: 5px;
}

.square-white-button img{
  height: 30px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-plain-button{
  background: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  padding: 5px;
}

.square-plain-button-closed{
  background: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  padding: 5px;
  opacity: 80%;
}

.square-plain-button:hover, .square-plain-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #FFFFFF;
  color: white;
}

.square-plain-button img{
  height: 30px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-plain-button-closed img{
  height: 30px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-plain-blue-button img{
  height: 21px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-white-button:hover, .square-white-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #FFFFFF;
  color: white;
}

.square-light-blue-button{
  background-color: #1296CE;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  padding:5px;
}

.square-light-blue-button img{
  height: 30px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-light-blue-button:hover, .square-light-blue-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #1296CE;
  color: white;
}

.square-blue-button{
  background-color: #3D5EAD;
  color: white;
  width: 32px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.square-blue-button:hover, .square-blue-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #3D5EAD;
  color: white;
}

.square-blue-button img{
  height: 21px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-green-button{
  background-color: #62B146;
  color: white;
  width: 32px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.square-green-button:hover, .square-green-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #62B146;
  color: white;
}

.square-green-button img{
  height: 21px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-grey-button{
  background-color: #8C8C8C;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  padding: 5px;
}

.square-grey-button:hover, .square-grey-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #8C8C8C;
  color: white;
}

.square-grey-button img{
  height: 30px !important;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

.square-red-button{
  background-color: #EF3224;
  color: white;
  width: 32px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.square-red-button:hover, .square-red-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #EF3224;
  color: white;
}

.square-red-button img{
  height: 25px;
  width: auto;
  margin: 0;
  padding: 0;
}

.square-blue-button .btn img, .square-blue-button .mx-button img{
  height: 36px;
  width: auto;
  padding: 0;
  justify-content: center;
}


.square-yellow-button{
  background-color: #FABC18;
  color: white;
  width: 32px;
  height: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  border: none;
  margin-right: 7px;
}

.square-yellow-button:hover, .square-yellow-button:focus{
  transition: ease-in-out 0.3s;
  opacity: 80%;
  background-color: #F99A1E;
  color: white;
}

.square-yellow-button img{
  height: 25px;
  width: auto;
  margin: 0;
  padding: 0;
}

.btn img, .mx-button img, .mx-link img {
    height: 16px;
    margin-right: 2px;
    vertical-align: text-top;
}
