/* 
Theme Name: Misk Theme Child
Theme URI: https://misk.org.sa/
Description: Misk Theme Child is a child theme of Misk Theme, created by Misk Foundation
Author: Misk Foundation
Author URI: https://misk.org.sa/
Template: misk-theme
Version: 1.1.0
Text Domain: misk-theme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root {
  --global--color-dark-green: #00372a;
  --global--color-lime-green: #c2d500;
  --global--color-turquoise: #21b592;
}

.wpcf7-spinner {
  visibility: hidden;
  display: block;
  /* background-color: #c2d500; */
  background-color: #21b592;
  /* background-color: #00372a; */
  opacity: 1;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 10px auto 0 auto!important;
  position: relative;
}

#homepage-annual-report .statistic-group .statistic-container {
  box-shadow: 0px 75px 45px -74px rgb(0 0 0 / 20%);
  background: #fff !important;
}

/* Form CF7*/
.wpcf7 form p:empty {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0.2em 1em;
  border: 2px solid #1da9999c;
  background: #1da998;
  border-color: #1da998 !important;
  color: #ffffff;
  padding: 15px 20px !important;
  border-radius: 30px !important;
  text-align: center;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #f56666;
  border-color: #f56666 !important;
}
/* End Form */

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("imgs/new-loader-sm.gif") 50% 50% no-repeat
    rgba(255, 255, 255, 1);
}
.elementor-editor-active .loader {
  display: none;
}

.elementor-pagination a {
  color: #21b592;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.ar_dir * {
  direction: rtl !important;
  font-family: "FF Shamel", Sans-serif !important;
}

.ml-form-embedWrapper * {
  text-align: center !important;
}

.ml-form-embedSubmitLoad::after {
  content: " ";
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 8px 0;
  border-radius: 50%;
  border: 4px solid #fff !important;
  border-color: #fff #fff #fff transparent !important;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite !important;
}

.form-group {
  margin-bottom: 1rem;
}

.card-header {
  font-family: "Codec Pro", Sans-serif !important;
  padding: 1rem 1rem !important;
  font-weight: bold;
  background-color: #20b592 !important;
  color: #fff;
  border-bottom: none !important;
  background-image: url(imgs/graph-strok-gray.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.rtl .card-header {
  font-family: "FF Shamel", Sans-serif !important;
  background-image: url(imgs/graph-strok-gray.png);
  background-position: top left;
}

.rtl form {
  direction: rtl !important;
  font-family: "FF Shamel", Sans-serif !important;
  text-align: right;
}

.card {
  border: 1px solid #f9f9f9 !important;
  background-color: #f9f9f9 !important;
}

.eael-custom-radio-checkbox input[type="checkbox"],
.eael-custom-radio-checkbox input[type="radio"] {
  vertical-align: middle !important;
}

@media (max-width: 1024px) {
  .rtl .card-header,
  .card-header {
    background-image: none !important;
  }
}
