html, body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*body::after {
    content: "Confidential";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255, 0, 0, 0.3);
    pointer-events: none;
    z-index: 9999;
}*/
.screenshot-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    pointer-events: none;
}


.my-loader,
.my-loader:before,
.my-loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.my-loader {
   /* color: #1a5add; */
    color: #0D6EFD;
    font-size: 10px;
    margin: 30px auto 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.my-loader:before,
.my-loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.my-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.my-loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.details-modal .modal-title.code {
    color: #0b0b77;
}

.details-modal .modal-body {
  padding-top: 1rem;
}

.my-services .p-strong {
    font-weight: 600 !important;
}

.contact-form .form-control::placeholder { 
  font-size: 14px;
}

.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
	margin-bottom: 10px;
}

.otp-input {
text-align: center;
padding: 15px 20px;
border-radius: 10px;
border: 1px solid #d5d5d5;
width: 100%;
outline: none;
background-color: transparent;
}

/*
input:focus, select:focus, .otp-input:focus {
    border-color: #4caf50;
    outline: none;
}
.signup .submit {
    border-radius: 8px !important;
}
*/


.r-otp{
    text-align: center;
    width: 100%;
    color: #585858;
    font-size: .850rem;
}

#resend_otp {
  font-weight: 600;
  text-decoration: none;
}

.resendotp, .resendotp:hover, .resendotp:focus {
  color: #8c8c8c;
  pointer-events: none;
}

.resenddotp, .resenddotp:hover, .resenddotp:focus {
  color: #0953a2;
  pointer-events: initial;
}

.mdlbl{
	font-size: .850rem;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.sp-mail{
	color: #000;
}
.b-cancel{
	background-color: #0b0b77;
	color: #fff;
}

.b-cancel:hover{
	color: #fff;
}