@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("/public/v2/css/fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* bootstrap-icons */
@font-face {
  font-family: bootstrap-icons; 
  src: url("/public/v2/css/fonts/bootstrap-icons.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* Font Awesome */

@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("/public/v2/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root, :host {
  --fa-style-family: 'Font Awesome 6 Brands';
  --fa-style: normal 400 1em/1 'Font Awesome 6 Brands'; 
}

.fa, .fal {
  font-family: "Font Awesome 6 Free";
}

* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
    background-image: radial-gradient(circle farthest-corner, rgb(0 195 255 / 44%), rgba(113, 38, 211, 0) 620px);
    gap: 25px;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
}
  
.middle {
    display: table-cell;
    vertical-align: middle;
}
  
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.kuwy-logo img {
    width: 65%;
    padding: 7rem 0;
}

.cardContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.cardContainer .card {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 4em 15px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background-color: rgba(65, 65, 65, 0.308);
    border: 1px solid rgba(255, 255, 255, 0.089);
    color: #fff;
  }
  
  .cardContainer::before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    background-color: rgb(144, 161, 255);
    /* z-index: -1; */
    border-radius: 50%;
    right: 100px;
    top: 50px;
    transition: all 1s;
  }
  
  .cardContainer:hover::before {
    transform: translate(-50px, 50px);
  }
  
  /* placeholder color */

.form-control::placeholder {
  color: #9c9c9c;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #9c9c9c;
}

  
  .cardContainer .form-control {
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 35px;
    border: 1px solid #ffffff29;
    box-shadow: 0 0 10px #686868;
    background: linear-gradient(0deg, rgb(255 255 255 / 14%) 0%, rgb(255 255 255 / 0%) 100%);
}
.cardContainer .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: initial;
    outline: 0;
    box-shadow: none;
}
.cardContainer button {
    border-radius: 20px;
    padding: 10px 30px;
}
.cardContainer button:hover {

}








.parent {
    width: 290px;
    height: 300px;
    perspective: 1000px;
    margin: 4em auto;
  }
  
  .intra-card {
    height: 100%;
    border-radius: 50px;
    /* background: linear-gradient(135deg, rgb(0, 255, 214) 0%, rgb(8, 226, 96) 100%); */
    background: linear-gradient(135deg, #03A9F4 0%, #3F51B5 100%);
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
  }
  
  .glass {
    transform-style: preserve-3d;
    position: absolute;
    inset: 8px;
    border-radius: 55px;
    border-top-right-radius: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    transform: translate3d(0px, 0px, 25px);
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: all 0.5s ease-in-out;
  }
  
  .content {
    /* padding: 100px 60px 0px 30px; */
    transform: translate3d(0, 25px, 25px);
  }

  .logo {
    position: absolute;
    right: 0;
    top: 0;
    transform-style: preserve-3d;
  }
  
  .logo .circle {
    display: block;
    position: absolute;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 249, 203, 0.2);
    transition: all 0.5s ease-in-out;
  }
  
  .logo .circle1 {
    width: 170px;
    transform: translate3d(0, 0, 20px);
    top: 8px;
    right: 8px;
  }
  
  .logo .circle2 {
    width: 140px;
    transform: translate3d(0, 0, 40px);
    top: 10px;
    right: 10px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition-delay: 0.4s;
  }
  
  .logo .circle3 {
    width: 110px;
    transform: translate3d(0, 0, 60px);
    top: 17px;
    right: 17px;
    transition-delay: 0.8s;
  }
  
  .logo .circle4 {
    width: 80px;
    transform: translate3d(0, 0, 80px);
    top: 23px;
    right: 23px;
    transition-delay: 1.2s;
  }
  
  .logo .circle5 {
    width: 50px;
    transform: translate3d(0, 0, 100px);
    top: 30px;
    right: 30px;
    display: grid;
    place-content: center;
    transition-delay: 1.6s;
  }
  
  .logo .circle5 .svg {
    width: 20px;
    fill: white;
  }
  
  .parent:hover .intra-card {
    transform: rotate3d(1, 1, 0, 30deg);
    box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
  }
  .parent:hover .intra-card .bottom .social-buttons-container .social-button {
    transform: translate3d(0, 0, 50px);
    box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
  }
  
  .parent:hover .intra-card .logo .circle2 {
    transform: translate3d(0, 0, 60px);
  }
  
  .parent:hover .intra-card .logo .circle3 {
    transform: translate3d(0, 0, 80px);
  }
  
  .parent:hover .intra-card .logo .circle4 {
    transform: translate3d(0, 0, 100px);
  }
  
  .parent:hover .intra-card .logo .circle5 {
    transform: translate3d(0, 0, 120px);
  }

  .intra-login {
    background-image: url("../image/background.gif");
    background-size: cover;
    height: 100vh;
    padding: 0;
    margin: 0;
}


.forgot-password img {
  width: 100%;
}

.forgot-password {
  position: relative;
}
/* .reset-pass {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 10em;
  left: 12.5em;
  border-radius: 50%;
  border: 4px solid #c58f4e;
  transform: rotateY(210deg);
  transform: rotateY(210deg);
} */
.session-img img {
  width: 100%;
  position: absolute;
  left: -60%;
  top: 5%;
}
p.session-mial {
  border: 1px solid #457b9d;
  padding: 3px 25px;
  border-radius: 20px;
  background: #457b9d;
}
p.session-browser {
  font-weight: 600;
  padding: 10px 30px;
  background-color: rgb(108 240 253);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 13px;
  color: #333;
  box-shadow: 0 0 40px #75f8fb;
}
.session-out span {
  font-size: 12px;
}

a{
  text-decoration: none !important;
}

.form-group.overf {
  overflow: visible !important;
}

.red-color {
  color: red;
}

.green-color {
  color: green;
}

.list-item-m li {
  list-style: none;
  padding-bottom: 10px;
}

.popover {
  width: 100%;
}

.list-item-m {
  padding-left: 0;
}


/* page loader */
  section {
    text-align: center;
    background: #0807078a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
  .loader {
      position: relative;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 75px;
      display: inline-block;
      vertical-align: middle;
      top: 30%;
  }
  .loader-1 .loader-outter {
      position: absolute;
      border: 4px solid #f50057;
      border-left-color: transparent;
      border-bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
      animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
  }
  .loader-1 .loader-inner {
      position: absolute;
      border: 4px solid #f50057;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      left: calc(50% - 20px);
      top: calc(50% - 20px);
      border-right: 0;
      border-top-color: transparent;
      -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
      animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
  }

  @-webkit-keyframes loader-1-outter {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  
  @keyframes loader-1-outter {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }
  }
  
  @-webkit-keyframes loader-1-inner {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
      }
  }
  
  @keyframes loader-1-inner {
      0% {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
      }
      100% {
          -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
      }
  }

/* alert model design */
.model-toast .modal-content {
    width: 65%;
}
.model-toast h3#modal-title {
    font-size: 16px;
}
.model-toast p#modal-message {
    font-size: 12px;
    margin-bottom: 5px;
}

.select2-container {
  width: 100% !important;
  padding-bottom: 15px;
}
