/* * ------- blue theme start ------- * */
main .template-theme--blue .card {
  transition: border 0.25s;
  border: 1px solid transparent !important;
}

main .template-theme--blue .card:hover {
  border: 1px solid var(--theme-color, #666) !important;
}
main .template-theme--blue .card h5 span {
  display: block;
  font-size: 2.5rem;
}
/* * ------- blue theme end ------- * */

/*
  main .templata--tanmer__main_input {
    border-radius: 25px;
    background: rgba(255, 255, 255, 1);
  }

  main .templata--tanmer__main_input input {
    height: 32px;
    background: transparent;
    outline: none;
    border-color: var(--theme-color, #3b5bdb)
  }

  main .templata--tanmer__main_input input::-webkit-input-placeholder {
    color: #AAAAAA;
  }

  main .templata--tanmer__main_input input:focus {
    color: #303030;
    outline: none;
    box-shadow: none;
    background: transparent;
  }

  main .templata--tanmer__main_input-text {
    height: 32px;
  }

  main .templata--tanmer__main_input-text span {
    color: var(--theme-color, #3b5bdb);
    background: transparent;
    border-left: 1px solid var(--theme-color, #3b5bdb) !important;
  }
*/
@media screen and (max-width: 623px) {
  iframe{
  height: fit-content;
  width: fit-content;
  }
}
