﻿body.dark .bs-footer *{opacity:0.999 !important}

@media only screen and (max-width:640px) {
    .bs-tab .nav-item .nav-link {
        font-size: 1.4rem;
        outline: none;
    }

    .scroll-wrap {
        height: auto !important;
        max-height: 26rem !important;
    }

    .modal-dialog {
        height: auto !important;
    }
}

.height100 { height:100% !important }

body > form {
    height: 100%
}
a{text-decoration:none !important}
.modal-backdrop {
  position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    transition: .5s ease-in-out;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  display:block;
  opacity:1;
}

.select-options {
    max-height:250px;
    overflow-x:auto;
}

.logo { cursor:pointer } /* added by siva on 14-Nov-2022*/
.ais { align-items: flex-start !important; } /* added by siva on 14-Nov-2022*/


.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.loader img {
width: 24px;
height: 24px;
position: absolute;
right: 0;
left: 0;
margin: auto;
top: 37%;
}

.error {
    margin-bottom: 1.6rem;
}

.has-error {
  color: #a94442;
    border-color: #a94442;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Noto Sans";
    margin-bottom: 1.6rem;
    text-align: center;
    padding-bottom: 5%;
}

.ucase {
    text-transform:uppercase;
}

.passwordstrength {
			font-size: 1.2rem !important;
			line-height: 2.4rem !important;
			position: absolute !important;
			/*color: #05c796 !important;*/
			bottom: 0 !important;
			/*left: auto !important;*/
			/*display: none !important;*/
			-ms-flex-align: center !important;
			/*align-items: center !important;*/
			right:0 !important;
		}
		.passwordsuccess1{
			margin: 0 .5rem;
			font-family: icomoon!important;
			/*speak: never;*/
			font-style: normal;
			font-weight: 400;
			font-variant: normal;
			text-transform: none;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			/*-moz-osx-font-smoothing: grayscale;*/
		}
		.passwordsuccess{
			margin: 0 .5rem;
			font-size: 1.2rem !important;
			line-height: 2.4rem !important;
			position: absolute !important;
			/*color: #05c796 !important;*/
			bottom: 0 !important;
			/*left: auto !important;*/
			/*display: none !important;*/
			-ms-flex-align: center !important;
			/*align-items: center !important;*/
			right:0 !important;
		}

.mandatory {
    color:red;
    font-size:1.2rem;
}

.tipso_bubble {
                background-color:whitesmoke !important;
                color:black !important;
            }

.red {
    color: #ea4d4d;
}

.black {color: #032538;}
.green {color: #05c796}
.pj04-selectpLan .summary-list .summary-item.green {color: #05c796}
.pj04-selectpLan .summary-list .summary-item.green .value {color: #05c796}

.arrow-disable { pointer-events:none; }
.arrow-disable .select-styled:before{transform: rotate(90deg) !important;}

 .schemename {
            WIDTH: 85%;
            word-break: break-all;
        }

.minwidth {
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    min-width: 12.3rem;
    min-height: 3.2rem;
}

.fontsize11 {
    font-size: 1.1rem;
}
.no-scroll{overflow:hidden !important}

.mt-3 {
    margin-top: 3em !important;
}

.t-table {
    border: 1px solid #bbb;
    padding: 1rem
}

    .t-table * {
        text-align: left !important;
    }

    .t-table tr td, .t-table tr th {
        border: 0 !important;
        line-height: 1.6 !important;
        font-size: 1.4rem !important;
        padding: 0.8rem !important
    }

@media only screen and (max-width:686px) {
    .t-table {
        width: 100%
    }
}

@media only screen and (min-width:687px) {
    .t-table {
        width: 65%
    }
}

.scroll-wrap {
    height: 26rem !important;
}

.ui-state-active { background: #bbb !important}

.js-fund-list .fund-item {
    flex-wrap: wrap;
}

    .js-fund-list .fund-item .acc-cont {
        display: none;
        margin-top: 10px;
    }

    .js-fund-list .fund-item.active .acc-cont {
        display: block !important
    }


.multipleselection {
    float: left;
    width: 90% !important;
    margin-right: 15px;
}

/*.checkdetails-title {
    text-align:justify !important;
}*/

@media only screen and (max-width:450px) {
    .otp-input {
        width: 3rem !important;
        height: 4rem !important;
    }
}

@media only screen and (min-width:451px) and (max-width:530px) {
    .otp-input {
        width: 3.8rem !important;
        height: 4.8rem !important;
    }
}

@media only screen and (min-width:421px) {
    .bs-modal.typ-otp .modal-dialog {
        padding: 3rem 3rem;
    }
}
body.dark .pj04-selectpLan .summary-list .summary-item.green {
    color: #05c796 !important;
}

body.dark .pj04-selectpLan .summary-list .summary-item.green .value {
        color: #05c796 !important;
    }
body.dark .green {
    color: #05c796 !important;
}


.select2-container .select2-selection--single {
    padding: 1.2rem 2rem 1.2rem 1.6rem !important;
    border: 1px solid #cdd3d7 !important;
    height: auto !important;
    min-height: 4.2rem;
}

.bs-select .select-styled {
    max-width: 100% !important
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.4rem !important;
    color: #bbb !important;
    line-height: 1.2 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 1.4rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

.select2-results__option {
    font-size: 1.4rem !important
}
