.swal2-styled.swal2-confirm {
  background-color: var(--tm) !important;
}

.tp-modal {
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.4;
  display: none;
}

.modal-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.modal-box-lg {
  width: 80%;
  height: 80vh;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  padding-bottom: 153px;
}
.modal-box-md {
  width: 50%;
  height: 40vh;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  padding-bottom: 153px;
}
.modal-box-sm {
  width: 500px;
  height: 300px;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  position: relative;
  padding-bottom: 153px;
}

.modal-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px;
  color: #2b2b2b;
  font-size: 18px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-cross {
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  padding: 0px 8px 4px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-close:active {
  opacity: 0.3;
  background-color: #dfdfdf;
}
.modal-close {
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  /* padding: 8px 18px; */
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 !important;
  margin-left: 15px !important;
}
.modal-close:active {
  opacity: 0.3;
  background-color: #dfdfdf;
}
.modal-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-radius: inherit;
}
.modal-submit {
  border-radius: 8px;
  border: 1px solid var(--tm);
  /* padding: 8px 18px; */
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 15px;
  background-color: var(--tm);
  color: #ffffff;
  margin: 0 !important;
  margin-left: 15px !important;
}
.modal-submit:active {
  opacity: 0.5;
}
.modal-body {
  /* padding-bottom: 71px; */
  overflow: auto;
  max-height: 100%;
  height: 100%;
}
.modal-close-icon {
  width: 15px;
}

/*responcive*/
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 880px) {
}
@media only screen and (max-width: 768px) {
  .modal-box-lg,
  .modal-box-md,
  .modal-box-sm {
    width: 80%;
    height: 80vh;
    border-radius: 12px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    position: relative;
    padding-bottom: 153px;
  }
}
/*mobile*/
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 485px) {
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
