/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18 Sep, 2023, 10:10:04 AM
    Author     : SIBL16023
*/
//@import url('../css/font-style.css');

body{
	font-family: 'Fredoka', sans-serif;
        background:linear-gradient(0deg, rgba(244, 244, 244, 0.7), rgba(244, 244, 244, 0.7)),#FFFFFF;  
        /*  background-image: url(images/sibguardbg.JPG);
  background-size: contain;
    */
}
.bgbody{
    background-image: url(../images/sibguardbg.JPG) !important;
  background-size: contain !important;
}
.header{
    background:linear-gradient(0deg, rgba(244, 244, 244, 0.7), rgba(244, 244, 244, 0.7)),#FFFFFF !important; 
}
.logo{
    position: fixed;
    top:0em;
    right:0em;
    width: 20em;
    height: 10em !important;
}
.navbar-footer{
    background-color: #c9070a;
}
.info{
      margin-right: 20px;
  padding-bottom: 2px;
  font-size: small;
}
input[readonly]
{
    background-color:#F9FAFB;
}
.hide{
    display: none !important;
}
select{
padding-left: 3em !important;
}
.loader {
  display: flex;
  align-items: center;
}
.captchadiv{
    display: grid !important;
    place-items: center !important;
    gap: 1em;
}
.word{
    overflow: hidden;
    text-overflow: ellipsis;
    display: grid;
place-items: center;
}
.noty_body{
    background: #fff !important;
color: #c9070a !important;
border: 1px solid #c9070a !important;
}
.noty_close_button{
    color: #c9070a !important;
}
.blockcardcheck {
  display: flex !important;
  flex-direction: initial !important;
}
.loader {
    display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999999;
}
.spinner {
 --size-of-spinner: 50px;
 --spinner-border-width: 4px;
 //--spinner-color:#c9070a;
 //--circle-color: #8bc34a24;
 --spinner-color: #06acd2;
--circle-color: #667b4c24;
 --speed-of-animation: 2s;
 --scale: 1.3;
 width: var(--size-of-spinner);
 height: var(--size-of-spinner);
 background: var(--circle-color);
 border-radius: 50%;
 position: relative;
}

.spinner::after {
 content: "";
 display: block;
 position: absolute;
 border-radius: 50%;
 inset: 0;
 border: var(--spinner-border-width) solid var(--spinner-color);
 border-left-color: transparent;
 border-right-color: transparent;
 animation: spinny var(--speed-of-animation) linear infinite;
}
.word-wrap-any{
    word-wrap: anywhere !important;
}
   .errotp{
                padding-top: 0.5em;
                display:none;
            }
               .errtxn{
                padding-bottom: 0.5em;
                display:none;
            }
.pin-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}
.xyz{
    width: 44px;
    height: 44px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    outline: none;
    margin: 1px;
    text-align:center;
    margin:0 5px;
    background:#eeeeee;
    font-size:20px;
}


.border-dashed2 {
  border-style: dashed !important;
  border-color: #E1E3EA;
}
.bg-light-warning {
  background-color:#fff8dd !important;
}
.rounded {
  border-radius: .65rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.border-warning {
  border-style: dashed !important;
border-color: rgba(255,119,0,1) !important;
}
 .text-warning-light {
	color:#ffc700 !important;
}
	

     /* Hide the default checkbox */
        .containerchek input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .containerchek {
            /*! display: block; */
            /*! position: relative; */
            cursor: pointer;
            font-size: 20px;
            user-select: none;
        }

        /* Create a custom checkbox */
        .checkmark {
            position: relative;
            top: 0;
            left: 0;
            height: 1em;
            width: 1em;
            background-color: #ccc;
            border-radius: 50%;
            transition: .4s;
        }

        .checkmark:hover {
            box-shadow: inset 17px 17px 16px #b3b3b3,
            inset -17px -17px 16px #ffffff;
        }

        /* When the checkbox is checked, add a blue background */
        .containerchek input:checked ~ .checkmark {
            box-shadow: none;
            background-color: #149314;
            transform: rotateX(360deg);
        }

        .containerchek input:checked ~ .checkmark:hover {
            box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
        }

        /* Create the checkmark/indicator (hidden when not checked) */
        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        /* Show the checkmark when checked */
        .containerchek input:checked ~ .checkmark:after {
            display: block;
        }

        /* Style the checkmark/indicator */
        .containerchek .checkmark:after {
            left: 0.4em;
            top: 0.2em;
            width: 0.25em;
            height: 0.5em;
            border: solid white;
            border-width: 0 0.15em 0.15em 0;
            box-shadow: 0.1em 0.1em 0em 0 rgba(0,0,0,0.3);
            transform: rotate(45deg);
        }
        
        .bg-green{
            border: 1px solid #059669;
        }
        .mirror{
            font-weight: 550;font-size: 1.8em;color: #cd171f;
            padding-left:0.65em ;
        }
        .unauth{
             font-weight: 550;font-size: 1.5em;color: #cd171f;
            padding-left:0.65em ;
        }
        .mirrorlogo{
            width: 4em !important;
        }
        .cardlogo{
            padding-right: 1em;
width: 5em !important;
//height: 1.2em !important;
        }
        .blockcard{
  display: flex !important;
  flex-direction: initial !important;
}
.contsel{
  display: grid;
  place-items: center;
  padding-right: 1em;
}
.w-10{
width: 10em !important;
height: 4em !important
}


@media only screen and (max-width:600px){
  .mobileview{
    max-width: 320px !important;
  }
}

@media only screen and (max-width: 500px) {
	.logo {
		width: 12em !important;
                height: 6em !important;
	}
}

@keyframes spinny {
 0% {
  transform: rotate(0deg) scale(1)
 }

 50% {
  transform: rotate(45deg) scale(var(--scale))
 }

 100% {
  transform: rotate(360deg) scale(1)
 }
}



.checkbox-wrapper-12 {
  position: relative;
}

.checkbox-wrapper-12 > svg {
  position: absolute;
  top: -130%;
  left: -170%;
  width: 110px;
  pointer-events: none;
}

.checkbox-wrapper-12 * {
  box-sizing: border-box;
}

.checkbox-wrapper-12 input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  margin: 0;
}

.checkbox-wrapper-12 input[type="checkbox"]:focus {
  outline: 0;
}

.checkbox-wrapper-12 .cbx {
  width: 24px;
  height: 24px;
  top: calc(100px - 12px);
  left: calc(100px - 12px);
}

.checkbox-wrapper-12 .cbx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
height: 20px;
  border: 2px solid #bfbfc0;
  border-radius: 50%;
}

.checkbox-wrapper-12 .cbx label {
  width: 24px;
  height: 24px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: trasnlate3d(0, 0, 0);
  pointer-events: none;
}

.checkbox-wrapper-12 .cbx svg {
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: 1;
  pointer-events: none;
}
.mobileview{
    min-width: 320px !important;
}
.dnon{
    display:none;
}
.checkbox-wrapper-12 .cbx svg path {
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
  transition: stroke-dashoffset 0.3s ease;
  transition-delay: 0.2s;
}

.checkbox-wrapper-12 .cbx input:checked + label {
  animation: splash-12 0.6s ease forwards;
}

.checkbox-wrapper-12 .cbx input:checked + label + svg path {
  stroke-dashoffset: 0;
}

@-moz-keyframes splash-12 {
  40% {
    background: #149314;
    box-shadow: 0 -18px 0 -8px #149314, 16px -8px 0 -8px #149314, 16px 8px 0 -8px #149314, 0 18px 0 -8px #149314, -16px 8px 0 -8px #149314, -16px -8px 0 -8px #149314;
  }

  100% {
    background:#149314;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-webkit-keyframes splash-12 {
  40% {
    background: #149314;
    box-shadow: 0 -18px 0 -8px #149314, 16px -8px 0 -8px #149314, 16px 8px 0 -8px #149314, 0 18px 0 -8px #149314, -16px 8px 0 -8px #149314, -16px -8px 0 -8px #149314;
  }

  100% {
    background: #149314;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@-o-keyframes splash-12 {
  40% {
    background: #149314;
    box-shadow: 0 -18px 0 -8px #149314, 16px -8px 0 -8px #149314, 16px 8px 0 -8px #149314, 0 18px 0 -8px #149314, -16px 8px 0 -8px #149314, -16px -8px 0 -8px #149314;
  }

  100% {
    background: #149314;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}

@keyframes splash-12 {
  40% {
    background: #149314;
    box-shadow: 0 -18px 0 -8px #149314, 16px -8px 0 -8px #149314, 16px 8px 0 -8px #149314, 0 18px 0 -8px #149314, -16px 8px 0 -8px #149314, -16px -8px 0 -8px #149314;
  }

  100% {
    background: #149314;
    box-shadow: 0 -36px 0 -10px transparent, 32px -16px 0 -10px transparent, 32px 16px 0 -10px transparent, 0 36px 0 -10px transparent, -32px 16px 0 -10px transparent, -32px -16px 0 -10px transparent;
  }
}