@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  height: 100vh !important;
}

body {
  color: var(--tw_primary_4);
  max-width: 100vw;
  font-size: 16px;
  line-height: 20px;
  overflow: visible;
}

a:hover {
  text-decoration: none !important;
}

.btn {
  border-radius: 8px;
  color: #ffffff;
  width: 262px;
  height: 40px;
  box-sizing: border-box;
  background: #38a6de;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 200ms all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid rgba(255, 255, 255, 0);
  justify-content: center;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  min-width: 100px;
}

select {
  outline: none;
}

select:active {
  outline: none;
}

.btn:hover {
  background: #52b8eb;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_disabled {
  background: #959595;
  color: #ffffff !important;
}

.btn_disabled:hover {
  background: grey;
  color: #ffffff !important;
}

input[type=submit]:hover,
input[type=button]:hover {
  background-color: #18508d;
}

input[type=submit]:disabled,
input[type=button]:disabled {
  background-color: #959595;
}

.big_title {
  font-size: 20px;
}

.title3 {
  color: black;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.title4 {
  color: black;
  margin-bottom: 5px;
  margin-top: 5px;
}

input {
  border-radius: 8px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 15px;
  transition: 200ms all;
}

input[type=checkbox] {
  width: 25px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=datetime-local] {
  padding-left: 10px;
  padding-right: 10px;
}

.hidden {
  display: none !important;
}

.table_iframe {
  width: 100%;
  height: 300px;
  overflow: hidden !important;
  margin-top: 20px;
  padding: 5px;
}

a {
  color: #38a6de;
}

#dataset_table {
  overflow: hidden !important;
  max-width: 95%;
}

#table_body {
  overflow-x: hidden;
  max-width: 99%;
  height: -moz-fit-content;
  height: fit-content;
}

.model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 200;
}
.model .model_background {
  background-color: rgba(0, 0, 0, 0.199);
  width: 125vw;
  height: 125vh;
  position: fixed;
}
.model h2 {
  font-weight: bold;
}
.model .model_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw !important;
  height: -moz-max-content;
  height: max-content;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.219);
  border-radius: 10px;
  max-height: 90vh;
  overflow-y: visible;
  overflow-x: visible;
}
.model .model_main .top_blue {
  background-color: #18508d;
  height: 60px;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.model .model_main .top_blue .blueclose_btn {
  color: #ffffff;
  height: 100%;
  width: 100%;
  margin: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.model .model_main .top_blue .title {
  margin-left: 30px;
}
.model .model_main .model_bottom_btns {
  margin: auto;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 20px;
  display: grid;
  grid-auto-flow: column;
  width: -moz-max-content;
  width: max-content;
}
.model .model_main .model_bottom_btns .btn {
  margin-left: 20px;
}
.model .model_main .model_bottom_btns input[type=submit],
.model .model_main .model_bottom_btns .btn {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 100px !important;
  border: none;
}
.model .model_main .model_center {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: 78vh;
  margin-top: 20px;
  padding: 5px;
  overflow-y: auto;
}
.model .model_main .model_center input {
  margin: auto;
  width: 90%;
}
.model .model_main .model_center textarea {
  border-radius: 3px !important;
}
.model .model_main .model_center .model_center_center {
  width: -moz-min-content;
  width: min-content;
  margin: auto;
}
.model .model_main .model_center .model_center_center input {
  margin-top: 20px;
  margin-bottom: 20px;
}
.model .model_main .model_center .text {
  display: flex;
  max-height: 60px;
}
.model .model_main .model_center input[type=text], .model .model_main .model_center input[type=email] {
  height: 36px;
}
.model .model.close {
  display: flex;
}
.model .model_main.deleteconfirm_modal {
  height: -moz-fit-content;
  height: fit-content;
}
.model .model_main.prev_campaign {
  height: -moz-fit-content;
  height: fit-content;
}
.model .model_main.modal_show {
  height: -moz-fit-content;
  height: fit-content;
}
.model .model_main.modal_upload {
  height: -moz-fit-content;
  height: fit-content;
}
.model .new_group {
  margin-right: 4%;
}
.model .model_title {
  font-size: 34px;
  color: #18508d;
  margin-top: 50px;
  margin-bottom: 50px;
}
.model .model_title2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: bold;
}
.model .dict_table {
  margin-top: 20px;
  max-height: 700px;
  overflow-x: scroll;
}
.model .dict_table .column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #ecf1f4;
  border-bottom: 0.25px, rgba(204, 204, 204, 0.4784313725), solid;
  text-transform: capitalize;
}
.model .dict_table .column .info:nth-child(3) {
  font-weight: normal;
}
.model .dict_table .info {
  font-weight: bold;
  padding: 10px;
}
.model .dict_table .column:nth-child(1) {
  background-color: #ffffff;
  margin-bottom: 10px;
  white-space: nowrap;
}
.model .dict_table .column:nth-child(1) .info {
  font-weight: normal;
}
.model .column.show_contact_info:nth-child(even) {
  background-color: #ffffff;
}
.model .submit_div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-right: 0px;
  display: flex;
}

.mediam_model .model_main {
  width: 1200px !important;
}

.small_model .model_main {
  width: 700px !important;
}

.small_small_model .model_main {
  width: 400px !important;
}

.cancel_btn {
  background-color: #ffffff;
  border-color: #18508d;
  color: #18508d;
  border-radius: 8px;
}

.cancel_btn:hover {
  color: #18508d !important;
  background-color: #e6e6e6 !important;
}

.cancel_btn.btn.close_model_btn.previous_job {
  color: #ffffff;
  margin-bottom: 20px;
}

.fa.fa-times {
  margin: auto;
  margin-right: 30px;
  font-size: 25px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 200ms all;
  border-radius: 8px;
}

.fa.fa-times:hover {
  background-color: rgba(255, 255, 255, 0.24);
}

.option_btns {
  display: grid;
  grid-auto-flow: column;
}
.option_btns .table_icon {
  margin-right: 10px;
}
@media (max-width: 1000px) {
  .option_btns {
    max-width: 600px;
    width: -moz-max-content;
    width: max-content;
  }
}
.option_btns .btn {
  margin: auto;
}
.option_btns .delete_btn {
  margin: auto;
}

.input#delete_submit {
  background-color: #38a6de;
  color: #ffffff;
  width: 100px;
  height: 40px;
  border-color: none;
  border-radius: 8px;
}

.enter_message {
  color: #cccccc;
  font-size: 12px;
  margin-left: 10px;
}

i.fa.fa-cloud-upload {
  margin-right: 10px;
}

select {
  border: 1px solid #cccccc;
  line-height: 30px;
  border-radius: 2px;
  color: #555555;
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
  margin: 2px;
  height: 35px;
  min-width: 100px;
}

.copyright {
  font-size: 16px;
  line-height: 22px;
  color: #a2a2a2;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cross {
  text-align: center;
  cursor: pointer;
}
.cross img {
  width: 30px;
  margin: auto;
}

textarea {
  width: 98.5%;
  height: auto;
  min-height: 200px;
  padding: auto;
  margin: auto;
  padding: 10px;
  font-family: Roboto, sans-serif;
  resize: none;
  border-radius: 8px;
  transition: 200ms all;
  border: 2px solid #cccccc !important;
}

.error {
  color: #e91717;
  font-weight: 500;
  font-size: 15px;
  width: 80%;
  margin: auto;
  margin-top: 10px;
}

.error2 {
  font-size: 18px;
}

.error3 {
  position: absolute;
  background-color: #caedff;
  color: #38a6de;
  padding: 5px;
  text-align: center;
  min-width: 200px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 40px;
  line-height: 40px;
  right: 50%;
  top: 40%;
  transform: translate(50%, -50%);
  font-size: 15px;
  font-weight: bold;
  margin: auto;
  z-index: 1000;
  border-radius: 6px;
  display: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
  box-shadow: 0px 0px 1px 2200px rgba(0, 0, 0, 0.3);
}

.error3_appear {
  animation: error3_appear 500ms ease-out;
}

.error3_disappear {
  animation: error3_appear 500ms ease-out reverse;
  opacity: 0;
}

@keyframes error3_appear {
  0% {
    top: 30%;
    opacity: 0;
  }
  40% {
    opacity: 0%;
  }
  100% {
    top: 40%;
    opacity: 1;
  }
}
.hidden2 {
  height: 0.1px !important;
  width: 0.1px !important;
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.delete_btn {
  color: #ffffff;
  cursor: pointer;
  transition: 200ms all;
  text-align: center;
  justify-content: center;
  border-radius: 8px;
  width: 100px;
  height: 40px;
  background-color: #e91717 !important;
  text-decoration: none;
}

.delete_btn:hover {
  background-color: #b70f0f !important;
}

.chip_border {
  border: 2px solid rgba(0, 0, 0, 0.151);
  border-radius: 8px;
  width: 90%;
  min-height: 50px;
  margin: auto;
  margin-left: 0;
}
.chip_border .chip_div {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  width: 90%;
  overflow: auto;
}
.chip_border .chip_div .chip {
  float: left;
  border: 20px;
  border: 3px solid #38a6de;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #38a6de;
  margin-bottom: 5px;
}
.chip_border .chip_div .chip_selected {
  background-color: #38a6de;
  color: #ffffff;
  animation: chip_select 400ms;
}
@keyframes chip_select {
  from {
    color: #38a6de;
    background-color: #ffffff;
  }
  to {
    background-color: #38a6de;
    color: #ffffff;
  }
}

.table_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
.table_icon path {
  fill: #38a6de;
  transition: 200ms all;
}

.table_icon:hover path {
  fill: #18508d;
}

.all_inputs2 {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-auto-flow: column dense;
}
.all_inputs2 .input_field {
  width: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 45px 1fr;
}
.all_inputs2 .input_field:nth-child(1) {
  padding-left: 0 !important;
}
.all_inputs2 .input_field:nth-child(7) {
  border: none !important;
}
.all_inputs2 .text {
  height: auto;
  width: 45px;
  justify-content: left;
}
.all_inputs2 .input {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: 0 !important;
  margin: auto;
}
.all_inputs2 .input input[type=checkbox] {
  width: 20px;
  margin: auto;
  margin-right: 0 !important;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print,
  #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.notificaion_selected {
  background-color: #38a6de;
  color: white !important;
}

.notification {
  font-weight: bold;
  border: 2px solid #38a6de;
  background-color: white;
  height: 38px;
  width: 160px;
  margin: auto;
  margin-right: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  color: #38a6de;
  cursor: pointer;
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}
.notification .scroll_selected {
  margin-top: -60px;
  animation: scroll 1s;
}
.notification .scroll {
  margin-top: 0px;
}
.notification .unscroll {
  animation: scroll_back 1s;
}
.notification .on {
  margin-top: 40px;
}
.notification .off {
  margin-top: 9px;
}
@keyframes scroll {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -60px;
  }
}
@keyframes scroll_back {
  from {
    margin-top: -60px;
  }
  to {
    margin-top: 0px;
  }
}

::-webkit-scrollbar {
  width: 15px;
  margin-right: 2px;
}

::-webkit-scrollbar-button {
  width: 20px;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #38a6de;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #50baf0;
}

::-webkit-scrollbar-thumb:active {
  background: #18508d;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #38a6de;
}

::-webkit-scrollbar-track:hover {
  border: 1px solid #50baf0;
}

::-webkit-scrollbar-track:active {
  border: 1px solid #18508d;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.special_bootstrap_table {
  width: 100%;
}
.special_bootstrap_table table {
  border-radius: 8px !important;
  overflow: hidden;
  margin-top: 20px !important;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.special_bootstrap_table input[type=checkbox] {
  margin: auto;
  width: 20px;
  height: 20px;
}
.special_bootstrap_table .odd {
  background-color: #ecf1f4;
}
.special_bootstrap_table .even {
  background-color: rgb(247, 247, 247);
}
.special_bootstrap_table .yellow_row {
  background-color: rgb(255, 255, 151) !important;
}
.special_bootstrap_table .yellow_row .approve_td svg {
  display: inline-block;
  margin-left: 10px;
}
.special_bootstrap_table .row {
  margin-right: auto !important;
  margin-left: auto !important;
}
.special_bootstrap_table .contact_seelist {
  border-radius: 8px;
}
.special_bootstrap_table .btn1,
.special_bootstrap_table .btn3 {
  width: 100px !important;
  border-radius: 8px;
  height: 40px !important;
  text-decoration: none;
}
.special_bootstrap_table .btn1:hover,
.special_bootstrap_table .btn3:hover {
  color: #ffffff;
}
.special_bootstrap_table .contact_list_btns {
  display: grid;
  grid-auto-flow: column;
  width: -moz-min-content;
  width: min-content;
  margin: auto;
}
.special_bootstrap_table .contact_list_btn {
  margin: auto;
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
  max-width: 170px !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.special_bootstrap_table .btn_text {
  margin-left: 10px;
  margin-right: 10px;
}
.special_bootstrap_table .contact_list_btn.contact {
  text-decoration: none;
}
.special_bootstrap_table .contact_list_btn.contact:hover {
  color: #18508d;
}
.special_bootstrap_table .contact_list_btn.delete {
  color: #e91717;
  text-decoration: none;
}
.special_bootstrap_table .contact_list_btn.delete:hover {
  color: #b70f0f;
}
.special_bootstrap_table div#dataset_table_wrapper {
  background-color: #ffffff;
}
.special_bootstrap_table .btn2.analytic_btn {
  color: #38a6de;
  text-decoration: underline;
  cursor: pointer;
}
.special_bootstrap_table .btnbtn3 {
  color: #ffffff;
  width: 140px;
  height: 40px;
  background-color: #e91717;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}
.special_bootstrap_table .btnbtn3:hover {
  background-color: #b70f0f;
}
.special_bootstrap_table .fa.fa-eye {
  color: #ffffff;
  padding-right: 8px;
}
.special_bootstrap_table .page-item.active .page-link {
  background-color: #38a6de !important;
  border-color: #38a6de;
  z-index: 0 !important;
}
.special_bootstrap_table .contact_list_btns {
  display: grid;
  grid-template-columns: 2fr 8fr;
}
.special_bootstrap_table td, .special_bootstrap_table th {
  padding: 15px !important;
  white-space: nowrap;
}
.special_bootstrap_table .option_btns {
  margin: 0 !important;
}

.col-sm-12 {
  padding: 0 !important;
}

table {
  background-color: #f6f8f9;
  border-radius: 8px;
  border: none !important;
  margin: auto;
}
table tr {
  border: none !important;
}
table tr td,
table tr th {
  border: none !important;
  vertical-align: middle !important;
  box-shadow: none !important;
  padding: 5px;
  border-bottom: 1px solid rgba(59, 59, 59, 0.2) !important;
  font-size: 15px;
  color: rgba(119, 119, 119, 0.9);
}
table tr td:nth-child(1) {
  color: #38a6de !important;
}
table .sorting {
  padding-bottom: 10px !important;
}
table .fa-solid,
table .fa-sharp {
  cursor: pointer;
  color: #38a6de;
  transform: scale(1.5);
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1700px) {
  .btn {
    font-size: 13px !important;
  }
  body {
    font-size: 90% !important;
  }
  body .all {
    grid-template-columns: 220px 1fr !important;
  }
  body .all .right_section {
    width: 90%;
    margin-left: 20px !important;
  }
  body .all .navbar {
    width: 220px;
  }
  body .all .navbar .menu_items {
    width: 180px;
  }
  body .top_menu .info {
    margin-left: 5px !important;
    font-size: 13px !important;
  }
  body .top_menu .info .all_items {
    grid-template-rows: 1fr 1fr;
  }
  body .top_menu .info .one_item {
    margin-left: 10px !important;
    font-size: 14px !important;
    margin-right: 10px !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  body .top_menu .info .one_item select,
  body .top_menu .info .one_item .usage_data {
    font-size: 13px !important;
    margin: 0 !important;
    margin-left: 5px !important;
  }
  body .top_menu .info .one_item #message_from {
    width: 110px !important;
  }
  body .top_menu .menu_stuff {
    font-size: 14px !important;
    margin: auto;
    margin-left: 0;
  }
  body .top_menu .menu_stuff .notification {
    width: 120px;
  }
  body .all_content .message_box2 {
    padding: 15px !important;
    padding-left: 9px !important;
    padding-right: 13px !important;
  }
  body .all_content .switch_greyed .option {
    font-size: 13px !important;
  }
}
.tooltip_parent {
  transform-origin: center;
}

.tooltip {
  position: absolute;
  background-color: #18508d;
  padding: 15px;
  z-index: 500;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  color: white;
  animation: 200ms tooltip_appear;
  display: none;
}

@keyframes tooltip_appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tooltip::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #18508d;
  bottom: -10px;
  left: 50%;
  transform: rotate(270deg);
}

.tooltip_visible {
  animation: tooltip_appear 200ms;
  opacity: 1 !important;
  display: block;
}

.tooltip_gone {
  opacity: 0;
}

.tooltip_under::before {
  top: -10px !important;
  bottom: auto !important;
  transform: rotate(90deg) !important;
}

@keyframes tooltip_appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fas,
.fa-solid,
.fa {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

#dialer_contacts_modal .stats_container {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
#dialer_contacts_modal .stats_container .stat {
  display: grid;
  grid-template-columns: 200px auto;
}

.model_appear {
  animation: model_appear 300ms;
}
.model_appear .model_main {
  animation: model_main_appear 300ms cubic-bezier(0.05, 0.67, 0.08, 0.96);
}

.model_hide {
  animation: model_appear 300ms reverse cubic-bezier(1, -0.01, 0.91, 0.16);
}
.model_hide .model_main {
  animation: model_main_appear 300ms reverse cubic-bezier(1, -0.01, 0.41, 0.39);
}

@keyframes model_main_appear {
  from {
    top: 45%;
  }
  to {
    top: 50%;
  }
}
@keyframes model_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  background-color: #ECECEC;
}

.width {
  width: 80%;
  margin: auto;
}

.center_field {
  display: flex;
  justify-content: center;
}
.center_field a[href="/password_reset_page"] {
  margin: auto;
  justify-content: center;
  font-size: 12px;
  line-height: 20px;
  color: #cccccc;
  font-weight: lighter;
  text-decoration: none;
  text-transform: capitalize;
}

a[href="/password_reset_page"]:hover {
  text-decoration: underline;
}

.title {
  font-size: 1em;
  color: #474747;
  margin-left: 40%;
  margin-top: -7px;
}

.description {
  color: #474747;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.btn {
  font-weight: normal;
  border-radius: 8px;
  height: 21px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 200ms all;
  cursor: pointer;
  border: 1px solid #38a6de;
  color: #18508d;
  text-decoration: none;
}

.btn:hover {
  background-color: #18508d;
  border: 1px solid #18508d;
}

.btn:active {
  background-color: #d1d3d6;
}

.btn1 {
  background-color: #38a6de;
  width: 120px;
}

.btn2 {
  width: 200px;
}

.btn2:hover {
  background-color: #18508d;
}

.login {
  border-radius: 8px;
  height: 90vh;
}
.login .center_middle {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.36);
  border-radius: 8px;
  margin-top: auto;
  width: 342px;
  background-color: #FFFFFF;
}
.login .center_middle .top_logo {
  width: 85%;
  margin-left: 8%;
  padding-top: 40px;
}
.login .center_middle .center_text .title {
  font-weight: lighter;
}
.login .center_middle .center_text .canvas {
  height: 300px;
  border: 5px solid #38a6de;
  border-radius: 8px;
}
.login .center_middle .center_text .inputs {
  background: #ffffff;
  margin-top: 30px;
}
.login .center_middle .center_text .btn {
  margin: auto;
  margin-top: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: lighter;
  background-color: #38a6de;
  border-radius: 8px;
  width: 262px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.247059) !important;
  box-sizing: border-box;
  box-shadow: 0 0 0 rgba 0 0 0 0/0%;
}
.login .center_middle .center_text .btn:hover {
  background-color: #18508d;
  color: #FFFFFF;
}
.login .center_middle .center_text .field {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
.login .center_middle .center_text .field input {
  display: block;
  margin: auto;
  width: 95%;
  border: 1px solid #cccccc;
  margin: auto;
  height: 28px;
  border-radius: 8px;
  outline: none;
  font-size: 14px;
  z-index: 5;
  background-color: #e7f0fe;
  vertical-align: middle;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  margin-top: 5px;
}
.login .center_middle .center_text .field input:focus, .login .center_middle .center_text .field input:active {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgb(128, 128, 128) 0px 0px 8px 0px;
}
.login .center_middle .center_text .field label {
  margin: 14px 0;
  position: relative;
  display: inline-block;
}
.login .center_middle .center_text .field span {
  padding: 10px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  font-size: 15px;
  font-weight: 500;
}
.login .center_middle .center_text .field span#span1, .login .center_middle .center_text .field #span2 {
  visibility: hidden;
}
.login .center_middle .center_text .field input:focus + span {
  opacity: 1;
  transform: scale(0.8) translateY(-80%) translateX(-10px);
}
.login .center_middle .center_text .field .changed_span {
  opacity: 1;
  transform: scale(0.8) translateY(-80%) translateX(-10px);
}
.login .center_middle .register {
  font-size: 15px;
  margin-top: 10px !important;
  height: 20px;
  margin-bottom: 20px;
  color: #cccccc;
  text-decoration-color: #cccccc !important;
}

@media (max-width: 1000px) {
  .center_middle {
    margin: 0;
  }
}
.hidden {
  display: none !important;
}

.password, .username {
  color: #474747;
  font-weight: bold;
  font-size: 16px;
}

.logout {
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #38a6de;
  text-decoration-thickness: 2px;
  color: #38a6de;
}

.logout:hover {
  color: #d1d3d6;
  text-decoration-color: #d1d3d6;
}

.checkout_btn {
  margin-left: 20px;
}/*# sourceMappingURL=login.css.map */