/*added by krishna marakana START ================================= */

.error{
	color: red;
}
.hidden{
    display: none;
}
.deactivate-outer figure{
    text-align: center;
}

.selected-menu{
        color: var(--primary);
}

.loader-widget {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 82%);
    z-index: 999;
}
.loader-widget figure {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.security-outer{border-bottom: 1px solid #E1EBEC; padding: 15px 20px; margin:10px 0; width: 100%; display: table;}
.security-outer:last-child {border-bottom:none; margin-bottom:0;}
.security-lft{display: table-cell; vertical-align: middle; width: 100%;}
.security-lft p{color: var(--base-color); margin-bottom: 0;font-size: var(--text-18); }
.security-rgt{display: inline-block; vertical-align: middle; width: 70px;}
.notify-swtich{position: relative;}
.notify-swtich input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0;}
.lbl {position: relative;display: block;height: 27px;width: 56px;background: #F20F30;border-radius: 100px;cursor: pointer;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:after {position: absolute;left: 4px;top: 4px;display: block;width: 18px;height: 18px;border-radius: 100px;background: #fff;box-shadow: 0px 3px 3px rgba(0,0,0,0.05);content: '';transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:active:after { transform: scale(1.15, 0.85); }
.cbx:checked ~ label {background: #00C269;}
.cbx:checked ~ label:after {left: 34px;background: #fff;}
.cbx:disabled ~ label { background: #d5d5d5; pointer-events: none; }
.cbx:disabled ~ label:after { background: #ffffff; }
.switch-right .lbl::after {top:4px !important;}


/*added by krishna marakana END ================================= */
