
#popupLink:hover {
    cursor: pointer;
    background-color: lightskyblue;
} 
.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap, .codex-sidebar .icon-logo{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    width: 180px !important;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
} 
.wrapper {
    margin: 10px;
    background: #fff;
	display: inline-block;
    border: 1px solid #dad0ca;
    border-radius: 3px;
}
@media (min-width: 48em) {
    .wrapper {
        max-width: 1250px;
   }
}
.stepper {
    padding: 10px;
    font-size: 13px;
    text-align: center;
}
@media (min-width: 48em) {
    .stepper {
        padding: 20px;
        text-align: left;
   }
   
}
.stepper__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media (min-width: 48em) {
    .stepper__list {
        display: flex;
        justify-content: space-between;
   }
}
.stepper__list__item {
    padding: 3px 5px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
@media (min-width: 48em) {
    .stepper__list__item {
        padding: 10px;
        flex-direction: column;
        flex: 1;
   }
}
.stepper__list__item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
}
@media (min-width: 48em) {
    .stepper__list__item:after {
        width: calc(100% - 100px);
        top: 28%;
        left: calc(50% + 50px);
        border-top: 2px dotted #e2dfda;
   }
}
.stepper__list__item--done {
    color: #178a00;
    transition: all 0.1s;
}
@media (min-width: 48em) {
    .stepper__list__item--done:after {
        border-top-style: solid;
        border-top-width: 1px;
   }
}
.stepper__list__item--done:hover, .stepper__list__item--done:focus {
    text-decoration: underline;
    cursor: pointer;
}
.stepper__list__item--current {
    color: #006dff;
}
.stepper__list__item--current:last-of-type:after, .stepper__list__item--current:only-of-type:after {
    height: 30%;
}
.stepper__list__item:last-of-type:after {
    display: none;
}
.stepper__list__item--pending {
    color: #807370;
}
.stepper__list__item--pending:after {
    height: 30%;
}
.stepper__list__title {
    margin: 1px 0 0;
}
@media (min-width: 48em) {
    .stepper__list__title {
        margin: 0;
   }
}
.stepper__list__icon {
    margin: 0 10px 0 0;
    height: 2em;
    width: 2em;
}
@media (min-width: 48em) {
    .stepper__list__icon {
        margin: 0 0 15px;
   }
}
.stepper__list__icon path {
    fill: currentColor;
}
.stepper__list__icon ellipse, .stepper__list__icon circle {
    stroke: currentColor;
} 
.overlay {
position: fixed;
top: 50px;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
.overlay:target {
visibility: visible;
opacity: 1;
z-index: 999;
}

.popup {
margin: 70px auto;
padding: 20px;
background: #fff;
border-radius: 5px;
width: 50%;
position: relative;
transition: all 5s ease-in-out;
}

.popup h2 {
margin-top: 0;
color: #333;
font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #06D85F;
}
.popup .content {
max-height: 400px;
overflow: auto;
}

@media screen and (max-width: 700px){
.box{
    width: 70%;
}
.popup{
    width: 70%;
    }
}

.table-scroller {
    max-height: 400px; /* set a fixed height */
    overflow-y: auto; /* enable vertical scrolling */
    display: block; /* make the table a block element */
  }

/* width 
::-webkit-scrollbar {
    width: 3px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-horizontal {
    height: 3px;
    background-color: #F5F5F5;
}

/* Track 
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

/* Handle 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/* Handle on hover 
::-webkit-scrollbar-thumb:hover {
    background: navy;
}
    */