﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}



*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 42%);
    border-radius: 0px;
}



*::-webkit-scrollbar-thumb {
    background-color: #6b8292;
    border-radius: 0px;
    height: 0.3rem;
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.ulLeft{
    text-align:left !important;
}
.padding-left{
    padding-left: 0 !important;
}
.marginLeft{
    margin-left: 0 !important;
}
.pText {
    color: #777;
    text-align: left;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
/*  margin-bottom: 60px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.Invalid_Input{
    border:1px solid red !important;
}

a.btn-style-two:active, a.btn-style-two:focus {
    color: #fff;
}

.ModalMsg {
    border: 2px solid #d7d6ce;
    display:none;
}
.RecapSec {
    width: fit-content;
}

.theimran-post-layout-one__thumbnail:hover img {
    filter: brightness(0.6);
}

.theimran-post-layout-one__thumbnail img {
    transition: 0.4s;
}

/*--------------------------------------- Loader Start-----------------------------------------*/
.ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

    .ajax-loader::before {
        content: '';
        position: absolute;
        background-color: #fbfbfc;
        top: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
        border: none;
        border-radius: 100%;
        transform-origin: 8px 8px;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

.show {
    visibility: visible;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*--------------------------------------- Loader End-----------------------------------------*/


/*--------------------------------------- Spinner End-----------------------------------------*/

.Spinner {
    position: fixed;
    background-color: #000000c4;
    z-index: 9999999999;
    width: 100%;
    height: 100vh;
    transition: 0.5s ease-in-out;
}

.SpinBody {
    background-color: #000000c4;
    height: 100%;
}

.SpinContent {
    padding: 35vh 0 0 0;
    width: 30%;
    margin: auto;
}

    .SpinContent .SpinnerImg {
        height: 30vh;
        position: absolute;
        margin: auto;
        width: auto;
    }

.SpinnerHide {
    transform: translate(0px, -100vh);
}

.img1 {
    animation: img1 1s infinite;
}

.img2 {
    animation: img2 1s infinite;
}

.img3 {
    animation: img3 1s infinite;
}

.img4 {
    animation: img4 1s infinite;
}

.img5 {
    animation: img5 1s infinite;
}

.img6 {
    animation: img6 1s infinite;
}

.img7 {
    animation: img7 1s infinite;
}

.img8 {
    animation: img8 1s infinite;
}

.img9 {
    animation: img9 1s infinite;
}


@keyframes img1 {
    10% {
        transform: scale(1.5);
    }
}

@keyframes img2 {
    20% {
        transform: scale(1.5);
    }
}

@keyframes img3 {
    30% {
        transform: scale(1.5);
    }
}

@keyframes img4 {
    40% {
        transform: scale(1.5);
    }
}

@keyframes img5 {
    50% {
        transform: scale(1.5);
    }
}

@keyframes img6 {
    60% {
        transform: scale(1.5);
    }
}

@keyframes img7 {
    70% {
        transform: scale(1.5);
    }
}

@keyframes img8 {
    80% {
        transform: scale(1.5);
    }
}

@keyframes img9 {
    90% {
        transform: scale(1.5);
    }
}



/*--------------------------------------- Spinner End-----------------------------------------*/

/*saif addon*/

/*@* ---------------------------------- <Highlight Popup> ------------------------- *@ */

.HighlightPopup_Wrapper {
    position: fixed;
    background-color: transparent;
    z-index: 999999999;
    width: 100%;
    height: 100vh;
    transition: 0.5s ease-in-out;
    display: none;
}

.HpEn_ContentArea {
    position: relative;
 /*   background-color: #000000c4;*/
    z-index: 999999999;
    width: fit-content;
    height: 100vh;
    transition: 0.5s ease-in-out;
    margin: auto;
}

.HpEn_Header {
    position: absolute;
    width: 100%;
    padding: 10px;
}

.HpEn_ClosePopup {
    float: right;
    width: 30px;
    height: 30px;
    color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0 3px 1px #10c7d0;
    transition: 0.3s ease-in-out;
}

.HpEn_ClosePopup:hover {
  transform: rotate(360deg)
}

.HpEn_Content {
    margin: 0px auto;
    padding: 5px;
    width: fit-content;
}

.HpEn_Img {
    height: 98vh;
}

.copyright {
    font-size: 0.6em;
    vertical-align: sub;
}
.escape > span:nth-child(1){
    text-transform:none !important;
}
/*@* ---------------------------------- </Highlight Popup> ------------------------- *@ */
@media only screen and (max-width: 1024px) {
    .SpinContent {
        width: 65%;
    }

    

}


/*----------------------------- Form Tab ----------------------------------------*/

@media only screen and (max-width: 768px) {
    .SpinContent {
        width: 30%;
    }

    .HpEn_Content {
        margin: 80px auto;
        padding: 5px;
        width: 50%;
    }

    .HpEn_Header {
        width: 75%;
    }

    .HpEn_Img {
        height: fit-content;
    }
   
    /*.partnerHeight {
          height: 17rem !important;  
    }*/
    
    
}

/*----------------------------- Form Large Mobile ----------------------------------------*/


@media only screen and (max-width: 480px) {

    .SpinContent {
        width: 85%;
    }

    .HpEn_Content {
        margin: 75px auto;
        padding: 5px;
        width: 85%;
    }

    .HpEn_Header{
        width:93%;
    }

    .HpEn_Img {
        height: fit-content;
        height: --moz-fit-content;
        height: -webkit-fit-content;
    }

    .HpEn_ClosePopup {
        width: 15px;
        height: 15px;
        font-size: 15px;
    }
}