﻿.dir-ltr {
    direction: ltr;
}
.dir-rtl {
    direction: rtl;
}
.cursor-pointer {
    cursor: pointer;
}
.print-icon {
    width: 110px;
    height: 40px;
    background-image: url('images/print_printer_icon.png');
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: center;
    text-align: center;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
}

input[type="checkbox"].ios8-switch + input + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}

input[type="checkbox"].ios8-switch + input + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + input + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch + input + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

input[type="checkbox"].ios8-switch:checked + input + label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked + input + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].ios8-switch-sm + input + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}

input[type="checkbox"].ios8-switch-sm + input + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

input[type="checkbox"].ios8-switch-sm + input + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}

input[type="checkbox"].ios8-switch-sm + input + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

input[type="checkbox"].ios8-switch-sm:checked + input + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg + input + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg + input + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + input + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}

input[type="checkbox"].ios8-switch-lg + input + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

input[type="checkbox"].ios8-switch-lg:checked + input + label:after {
    margin-left: 20px; /* x*2 */
}

/**
    === login And Register Page
*/
.login, 
.register {
    border-radius: 24px;
}
.login__logo img {
    max-width: 70px;
}
.login__input-group,
.register__input-group {
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background: #F9FAFB;
}
.login__from-control,
.register__from-control {
    background: none;
    border: none;
}
.login__icon,
.register__icon {
    font-size: 16px;
    color: #6B7280;
}
.login__captcha,
.register__captcha {
    border: 1px solid #D1D5DB;
    background: #F9FAFB;
    border-radius: 8px;
}
.login__captcha-image img
.register__captcha-image img {
    width: 100px;
}
.login__captcha-input,
.register__captcha-input {
    border: none;
    background: #F9FAFB;
}
.login__btn,
.register__btn {
    border-radius: 8px;
}
.login__errors ul li {
    color: #FF7474;
    list-style-type: square;
}

/**
    === Security Notes
*/
.security-notes {
    border-radius: 24px;
}
.security-notes__title {
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
}
.security-notes__title::before {
    content: '';
    width: 160px;
    height: 2px;
    background-color: var(--secondary);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.security-notes__title .fund-base-title  {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}
.security-notes__title .fund-base-title .header-RegisterNo {
    display: none;
}
.security-notes__body {
    height: 638px;
}
.security-notes__content {
    overflow: auto;
}
.security-notes__content::-webkit-scrollbar {
    width: 8px;
}

.security-notes__content::-webkit-scrollbar:horizontal {
    height: 8px;
}

.security-notes__content::-webkit-scrollbar-track {    
    background-color: transparent;
}

.security-notes__content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e0e0e0;
    cursor: pointer;
}
.security-notes__content::-webkit-scrollbar-thumb:hover {
    background-color: #a9a9a9;
}

/**
    === Message
*/
.alert-dismissible .close {
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
}

.text-danger ul {
    margin-bottom: 0;
}

.message__text {
    position: relative;
    text-indent: 9px;
}

.message__text::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--danger);
}
#captchImg img {
    max-width: 100%;
}
@media(min-width: 768px) and (max-width: 992px) {
    .login__captcha {
        flex-wrap: wrap !important;
        justify-content: start !important;
    }
    .login__captcha-input {
        padding: 0.5rem !important;
    }
}
@media(max-width: 410px) {
    .login__captcha {
        flex-wrap: wrap !important;
        justify-content: start !important;
    }
    .login__captcha-input {
        padding: 0.5rem !important;
    }
}