/* You can add global styles to this file, and also import other style files */
/* @import "~@angular/material/prebuilt-themes/indigo-pink.css"; */
/* @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"); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Monument Extended */

@font-face {
  font-family:"monument-regular";
  src: url(../fonts/monumentextended/MonumentExtended/MonumentExtended-Regular.otf);
}
@font-face {
  font-family:"monument-bold";
  src: url(../fonts/monumentextended/MonumentExtended/MonumentExtended-Ultrabold.otf);
}

/* Space Grotesk */

@font-face {
  font-family:"spaceGrotesk-bold";
  src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf);
}
@font-face {
  font-family:"spaceGrotesk-light";
  src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf);
}
@font-face {
  font-family:"spaceGrotesk-medium";
  src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf);
}
@font-face {
  font-family:"spaceGrotesk-regular";
  src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf);
}
@font-face {
  font-family:"spaceGrotesk-semiBold";
  src: url(../fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf);
}

/* Manrope */

@font-face {
  font-family:"manrope-variable" ;
  src: url(../fonts/Manrope/Manrope-VariableFont_wght.ttf);
}
@font-face {
  font-family:"manrope-bold" ;
  src: url(../fonts/Manrope/static/Manrope-Bold.ttf);
}
@font-face {
  font-family:"manrope-extraBold" ;
  src: url(../fonts/Manrope/static/Manrope-ExtraBold.ttf);
}
@font-face {
  font-family:"manrope-extraLight" ;
  src: url(../fonts/Manrope/static/Manrope-ExtraLight.ttf);
}
@font-face {
  font-family:"manrope-light" ;
  src: url(../fonts/Manrope/static/Manrope-Light.ttf);
}
@font-face {
  font-family:"manrope-medium" ;
  src: url(../fonts/Manrope/static/Manrope-Medium.ttf);
}
@font-face {
  font-family:"manrope-regular" ;
  src: url(../fonts/Manrope/static/Manrope-Regular.ttf);
}
@font-face {
  font-family:"manrope-semiBold" ;
  src: url(../fonts/Manrope/static/Manrope-SemiBold.ttf);
}

:root {
  --visage-navy: #081121;
  --visage-black: #000;
  --visage-gray: #0811211a;
  --visage-blue: #556ee6;
  --visage-white: #ffffff;
}

body {
  font-family: 'Avenir LT Std 45 Book';
  background-color: #f0f1f5 !important;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-700{
  font-weight: 700;
}
.fw-800{
  font-size: 800;
}
.fw-900{
  font-size: 900;
}
.w-70 {
  width: 70%;
}



input[type=checkbox] {
  accent-color: #000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.mouse {
  cursor: pointer;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.scrollbar {
  /*float: left;*/
  width: 100%;
  max-height: 300px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: gray;
}

.scrollbar-danger {
  scrollbar-color: #ff3547 #f5f5f5;
}

.scrollbar_n {
  float: left;
  width: 100%;
  max-height: 300px;
  background: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.scrollbar-danger_::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-danger_::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.scrollbar-danger_::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: gray;
}

.scrollbar-danger_ {
  scrollbar-color: #ff3547 #f5f5f5;
}

.center-text{
  text-align: center;
}

/* Padding */

.pd-8{
  padding: 8px;
}
.pd-10{
  padding: 10px;
}
.pd-16{
  padding: 16px;
}
.pd-20{
  padding: 20px;
}
.pd-32{
  padding: 32px;
}

/* Row gap */

.rg-24{
  row-gap: 24px;
}
.rg-20{
  row-gap: 20px;
}
.rg-16{
  row-gap: 16px;
}
.rg-10{
  row-gap: 10px;
}
.rg-8{
  row-gap: 8px;
}
.rg-4{
  row-gap: 4px;
}
.rg-2{
  row-gap: 2px;
}


/* Column gap */

.cg-24{
  column-gap: 24px;
}
.cg-20{
  column-gap: 20px;
}
.cg-16{
  column-gap: 16px;
}
.cg-10{
  column-gap: 10px;
}
.cg-8{
  column-gap: 8px;
}
.cg-4{
  column-gap: 4px;
}
.cg-2{
  column-gap: 2px;
}

/* Font size */

.f-48{
  font-size: 48px;
}
.f-30{
  font-size: 30px;
}
.f-26{
  font-size: 26px;
}
.f-25{
  font-size: 25px;
}
.f-24{
  font-size: 24px;
}
.f-22{
  font-size: 22px;
}
.f-20{
  font-size: 20px;
}
.f-18{
  font-size: 18px;
}
.f-16{
  font-size: 16px;
}
.f-14{
  font-size: 14px;
}
.f-12{
  font-size: 12px;
}

.fit-content{
  height: fit-content;
}


.text-white{
  color: white;
}
.text-black{
  color: #000;
}


.container-big{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: 100vh;
}
.login-container{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1rem;
    align-items: center;
  justify-content: center;
  height: 100%;
}
.video-bg{
    
}
.login-video-animated{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: -10;
    height: 100%;
}

.logo-port{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-gif-logo{
    width: 250px !important;
    height: auto;
    margin-bottom: 6px;
    filter: drop-shadow(0px 10px 20px black) !important;
}


/* Log in form text */
.login-port{
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.gradient1-text{
text-align: center;
font-family: "spaceGrotesk-medium";
font-style: normal;
line-height: normal;
text-transform: capitalize;
background: var(--Gradient-Title, linear-gradient(89deg, #E9B704 1.92%, #2ACFFE 98.79%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.login-zambeel{
    width: 200px;
}
.login-sub{
    color: #FFF;
text-align: center;
font-family:"manrope-medium";
font-style: normal;
line-height: normal;
}
.login-form{
    /* border: 2px solid #FCF797; */
    max-width: 430px;
    min-width: 400px;
    height:auto;
    /* border-image: linear-gradient(129deg, #ffc700 -83.08%, #2ACFFE 143.79%)4; */
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.30);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    position: relative;
    border-radius: 20px;
    z-index: 1;
    /* border-image: url('../../../../../assets/news-img/gradient-border.png'); */
}
.gradient-border{
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 111;
}
.inputs input{
border-radius: 10px;
font-family: "manrope-medium";
color: #A2A2A2;
line-height: normal;
border: 0;
}
.inputs label{
font-family: "manrope-medium";
color: white;
line-height: normal;
border: 0;
}
.login-btn{
    border-radius: 8px;
background: #E99F04;
font-family: "spaceGrotesk-medium";
border: 0;
margin-top: 1rem;
}
.forget-pass{
    color: #FFF;
text-align: center;
font-family: "manrope-medium";
font-style: normal;
line-height: normal;
text-decoration: none;
}
.sfw-logo{
    width: 100px;
height: auto;
}
.powered{
    color: #FFF;
    text-align: center;
    font-family: "manrope-light";
    font-style: normal;
    line-height: normal; 
}
.sfw{
    color: #FFF;
    text-align: center;
    font-family: "manrope-bold";
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.068px;
}

/* .g-recaptcha > div{
  width: 100% !important;
  height: 100% !important;
} */

#zulonLogoAnimation{
  width: 250px;
}


@media only screen and (max-width:1540px) {
  /* .login-gif-logo{
    width: 200px;
    height: auto;
  } */
  /* .login-zambeel {
    width: 300px;
} */
.login-form {
  /* width: 370px;
  height: 353px; */
}
.gradient-border{
  /* right: -48px;
  width: 466px;
  bottom: -60px;
  height: 448px; */
}
.f-24{
  font-size: 20px;
}
.f-18{
  font-size: 14px;
}
.f-16{
  font-size: 12px;
}
.pd-16{
  padding: 12px;
}
/* .sfw-logo {
  width: 150px;
  height: auto;
} */
}
@media only screen and (max-height:675px){
  .f-24 {
      font-size: 16px !important;
  }
  .f-20{
      font-size: 16px;
  }
  .f-16{
      font-size: 12px;
  }
  .f-14{
      font-size: 8px !important;
  }
  .rg-8{
      row-gap: 5px;
  }
  .sfw-logo{
      width: 60px;
      height: auto;
  }
  .login-form {
      max-width: 376px;
      min-width: 337px;
  }
  .login-zambeel {
  width: 150px;
  }
  .login-gif-logo {
      width: 250px;
  }
  .pd-20{
      padding: 15px;
  }
  .login-btn{
      margin-top: 0.5rem;
  }
}