@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
input[type="checkbox"]+.checkmark {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #fcfcfc;
  border: 2.5px solid #c3c3c3;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* captcha css */
.captcha_window {
  position: absolute;
  top: 34px;
  left: 95px;
  width: 313px;
  /* height: 470px; */
  background-color: #fff;
  border: 1px solid #cecece;
  animation: 0.3s fadeInCheckmark;
  padding: 7px;
  z-index: 999;
}

.captcha_window .tick {
  position: absolute;
  top: calc(50% - 11px);
  left: -11px;
}

.captcha_window .tick svg {
  width: 11px;
  height: 22px;
}

.captcha_window .header {
  background-color: #4a90e2;
  color: #fff;
  margin: 0px auto 0;
  padding: 12px 18px;
}

.captcha_window .header .captcha_title1 {
  text-align: left;
  font-size: 12px;
}

.captcha_window .header .captcha_title2 {
  font-size: 14px !important;
}

.captcha_window .header .captcha_head {
  text-align: left;
  margin: unset;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.captcha_window .images-grid {
  color: #fff;
  margin: 6px auto 0;
}

.captcha_window .images-grid .img_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.captcha_window .images-grid .img_box img {
  width: 100%;
  max-width: 100px;
  /* height: 93px; */
  height: 86px;
}

.captcha_window .footer {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  /*flex-direction: column;*/
  align-items: flex-end;
  border-top: 2px solid #ccc;
  height: 60px;
  padding: 0 6px;
  margin-top: 5px;
}
#verify-alert{
    font-size: 13px;
    margin-bottom: unset;
}

.captcha_window .footer .cbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  filter: grayscale(100%);
  background-color: #4a90e2;
  width: 93px;
  height: 39px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 2px;
  cursor: not-allowed;
  user-select: none;
  border: none;
}

.rc-imageselect-tileselected .rc-imageselect-checkbox {
  display: block;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/* input[type="checkbox"] {
  position: absolute;
  opacity: 1 !important;
  z-index: 1 !important;
} */
.img_check {
  /* background: url("/fluent-design-login-form/dist/img_check.png"); */
  /* display: none; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img_thumbnail {
    position: relative;
    width: 33.33%;
    box-sizing: border-box;
    padding: 2px;
}
    .captcha_window{
      display: none;
    }
    .active_imgs {
      transform: scale(0.8);
    }

    .selected_captcha_img {
      display: block !important;
      transform: scale(0.86);
    }

    .captcha {
      background-color: #f9f9f9;
      border: 2px solid #d3d3d3;
      color: #4c4a4b;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      background-color: #f5f5f5;
      border: 1px solid #d3d3d3;
      box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
      margin-bottom: 12px;
    }

    @media screen and (max-width: 500px) {
      .captcha {
        flex-direction: column;
      }

      .text {
        margin: .5em !important;
        text-align: center;
      }

      .logo {
        align-self: center !important;
      }

      .spinner {
        margin: 2em .5em .5em .5em !important;
      }
    }

    .text {
      font-size: 14px;
      font-weight: 600;
      margin-right: 1em;
      margin-bottom: unset;
    }

    .spinner {
      position: relative;
      width: 2rem;
      height: 2rem;
      display: flex;
      margin: 0 1em 0 0;
      align-items: center;
      justify-content: center;
    }

 /*   input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      z-index: -1;
    }*/
    #model_KeepLoggedIn {
        position: relative;
        opacity: 1;
        z-index: 1;
    }

    input[type="checkbox"]+.checkmark {
      border: 2.5px solid #c3c3c3;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: border-color .1s;
      width: 2rem;
      height: 2rem;
      border-width: 2px;
      border-radius: 0.125rem;
      border-color: #cbd5e0;
      background-color: #fff;
      font-size: unset;
    }

    input[type="checkbox"]+.checkmark span {
      content: '';
      position: relative;
      margin-top: 7px;
      transform: rotate(45deg);
      width: .75em;
      height: 1.2em;
      opacity: 0;
    }

    input[type="checkbox"]+.checkmark>span:after {
      content: '';
      position: absolute;
      display: block;
      height: 3px;
      bottom: 0;
      left: 0;
      background-color: #029f56;
    }

    input[type="checkbox"]+.checkmark>span:before {
      content: '';
      position: absolute;
      display: block;
      width: 3px;
      bottom: 0;
      right: 0;
      background-color: #029f56;
    }

    input[type="checkbox"]:checked+.checkmark {
      animation: 2s spin forwards;
      background: transparent;
    }

    input[type="checkbox"]:checked+.checkmark>span {
      animation: 1s fadein 1.9s forwards;
    }

    input[type="checkbox"]:checked+.checkmark>span:after {
      animation: .3s bottomslide 2s forwards;
    }

    input[type="checkbox"]:checked+.checkmark>span:before {
      animation: .5s rightslide 2.2s forwards;
    }

    @keyframes fadein {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }

    @keyframes bottomslide {
      0% {
        width: 0;
      }

      100% {
        width: 100%;
      }
    }

    @keyframes rightslide {
      0% {
        height: 0;
      }

      100% {
        height: 100%;
      }
    }

    .logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      align-self: flex-end;
      margin: 0.5em 0 0.5em 1em;
    }

    .logo img {
      height: 2em;
      width: 2em;
    }

    .logo p {
      color: #9d9ba7;
      margin: 0;
      font-size: .8rem;
      font-weight: 700;
      margin: 2px 0 0px 0;
    }

    .logo small {
      color: #9d9ba7;
      margin: 0;
      font-size: .55rem;
    }

    @keyframes spin {
      10% {
        width: 0;
        height: 0;
        border-width: 6px;
      }

      30% {
        width: 0;
        height: 0;
        border-radius: 50%;
        border-width: 1em;
        transform: rotate(0deg);
        border-color: rgb(199, 218, 245);
      }

      50% {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
      }

      70% {
        border-width: 4px;
        border-color: rgb(199, 218, 245);
        border-right-color: rgb(89, 152, 239);
      }

      90% {
        border-width: 4px;
      }

      100% {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        transform: rotate(720deg);
        border-color: transparent;
      }
    }

    ::selection {
      background-color: transparent;
      color: teal;
    }

    ::-moz-selection {
      background-color: transparent;
      color: teal;
    }