* {
    font-family: 'OpenSans-Regular';
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url("../font/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url("../font/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url("../font/OpenSans-SemiBold.ttf") format("truetype");
}

/*common input styles begins here*/
.input-group {
    border-radius: 5px;
}

:focus {

    /*border: 1px solid #e3dfdf !important;*/
    outline: none !important;
    /*box-shadow: none;*/
}

input[type=text], input[type=password], input[type=email], select {
    height: 40px ;
}
/*
input.xeo-login-field::-webkit-input-placeholder {
    font-family: OpenSans-semibold !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: 0.4px !important;
    color: #4e4e4e !important;
}*/

.xeo-input-container {
   /* margin: 0 auto;*/
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*overflow: hidden;*/

}

.xeo-login-error {
    border-radius: 5px !important;
    border: solid 1px #f21414 !important;
    background-color: #ffffff !important;
}

.xeo-error-icons {
    color: #f21414 !important;
}

.xeo-select-option-web {
    font-family: OpenSans-semibold;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #303030;
}

.xeo-viewed-label {
    font-family: OpenSans-semibold !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: 0.4px !important;
    color: #999 !important;
    z-index: 999;
}

.xeo-input-type-4 > .form-label-group > label {
    font-family: OpenSans-semibold !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: 0.4px !important;
    /*color: #4e4e4e !important;*/
    color: #999 !important;

}

/*.form-label-group input:not(:-ms-input-placeholder) ~ label, input:not(:-ms-input-placeholder) ~ label,*/
.form-label-group input:not(:placeholder-shown) ~ label, input:not(:placeholder-shown) ~ label {
/*    font-family: OpenSans-Regular;
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #999999 !important;
     padding-left: 41px;
    padding-top: 9px;

*/}
.xeo-placeholder-web {
    font-family: OpenSans-semibold;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #4e4e4e !important;
}

.xeo-placeholder-lite-web {
    font-family: OpenSans-regular;
    font-size: 12px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa !important;
    padding-left: 20px !important;
}

/*common input styles ends here*/

/*style for input type-1 begins here*/
.xeo-input-box-shadow {
    box-shadow: 0px 2px 2.9px 0.1px rgba(0, 0, 0, 0.06) !important;
}

/*
input.xeo-input-type-1B::-webkit-input-placeholder{
    font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa;
}
*/
.xeo-blank-input {
    padding-left: 20px !important;
}

/*style for input type-1 ends here*/
/*style for input type-2 begins here*/
/*
.xeo-input-type-2-box input::-webkit-input-placeholder {
    font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa !important;
}
*/
.xeo-ruppee-placeholder {
    padding-left: 55px !important;
    padding-top: 4px !important;
}

.xeo-rupee-icon {
    position: relative;
    padding: 10px 15px;
    top: -46px;
    left: 3px;
    font-family: MyriadPro-regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    color: #aaaaaa;
}

.xeo-rupee-icon:after {
    padding-right: 12px;
    content: "";
    border-right: 1px solid #e9e9e9;
}

.xeo-recharge-amount-label {
    z-index: 1;
    position: absolute;
    right: 0%;
    top: 9%;
    width: 5%;
    font-family: OpenSans-light;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa;

}

@media (max-width: 480px) {
    .xeo-recharge-amount-label {
        width: 20% !important;
    }

}

@media (max-width: 768px) {
.input.xeo-input-search-icon{

    height:24px;
}}
/*style for input type-2 ends here*/
/*style for input type-3 begins here*/
.xeo-input-type-3-box, .xeo-input-type-2-box, .xeo-input-type-4-box {
    position: relative;
}

.xeo-login-field {
    border: 1px solid #e3dfdf;
    border-radius: 5px;
    padding: 0 35px;
    width: 100%;
    background-color: #fff;
    position: relative;
    height: 35px;
    margin-bottom: -4px;
    font-size: 11px;
    font-weight: bold;
}
/*
.xeo-login-field::-webkit-input-placeholder {
    color: #7c8787;
    font-family: OpenSans-Regular;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;

}*/

.xeo-login-icons {
    position: absolute;
    padding: 8px;
    font-size: 18px;
    top: 1px;
    left: 6px;
 z-index: 999;
}

input, select {
    outline: none !important;
}

/*style for input type-3 ends here*/

/*style for input type-4 begins here*/

.xeo-input-type-4-box {

}

.icon-Lock:before {

    /*color: #f21414 !important;*/
    /*font-size: 22px;*/
    /*padding-left: 6px;*/
}

.icon-User-ID_Black:before {
 /*   color: #f21414 !important;
    font-size: 22px;
    padding-left: 6px;
    font-size: 19px;*/
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.xeo-input-type-4 > .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.xeo-input-type-4 > .form-label-group > input {
    padding-left: 45px;
    padding-top: 1px;

}

.xeo-input-type-4 > .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.xeo-input-type-4 > .form-label-group > label {
    position: absolute;
    top: 7px;
    left: 10px;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    /*line-height: 1.5;*/
    color: #495057;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .1s ease-in-out;
    padding-left: 35px;
    /*padding-top: 7px;*/
}

.xeo-input-type-4 > .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.xeo-input-type-4 > .form-label-group input:-ms-input-placeholder {
    color: transparent!important;
}

.xeo-input-type-4 > .form-label-group input:-ms-input-placeholder {
    color: transparent!important;
}

.xeo-input-type-4 > .form-label-group input::-moz-placeholder {
    color: transparent!important;
}

.xeo-input-type-4 > .form-label-group input::placeholder {
    color: transparent;
}

/*.xeo-input-type-4 > .form-label-group input:not(:-ms-input-placeholder),*/
.xeo-input-type-4 > .form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
    padding-left: 45px;
    padding-top: 20px;
}

/*.xeo-input-type-4 > .form-label-group input:not(:-ms-input-placeholder) ~ label,*/
.xeo-input-type-4 > .form-label-group input.xeo-login-field:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
    padding-top: 0;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .xeo-input-type-4 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-4 > .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .xeo-input-type-4 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-4 > .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/*style for input type-4 ends here*/

/*style for input type-5 begins here*/

.xeo-date-container-web {

    position: relative;
}

.xeo-ft-start-date, .xeo-ft-end-date {

    width: 100%;
}

.xeo-ft-start-date::-webkit-input-placeholder,
.xeo-ft-end-date::-webkit-input-placeholder {
    font-family: OpenSans-Regular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #aaaaaa;

}

.xeo-calender-web-red {
    position: relative;
    color: #ae2626;
    font-size: 16px;
}

.xeo-calender-web-red::before {
    height: 24px;
    box-shadow: 0px 2px 2.9px 0.1px rgba(0, 0, 0, 0.06);
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    border-left: 1px solid #d7d7d7;

}

.xeo-date-container-web input {
    border: 1px solid #ccc;
    border-right: 0;
    padding-left: 20px;
    font-size: 12px;
    outline: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.xeo-picker-bdr-web {
    position: relative;
    background-color: transparent !important;
    border: none;
    padding: 6px 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.xeo-ft-transfer-history-calendar {
    width: 17px;
    height: 17px;
}

/*style for input type-5 ends here*/
/*style for input type-6 begins here*/
.xeo-input-type-6 {
    position: relative;
}

.xeo-input-type-6 select {
    border: 1px solid #e3dfdf;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    color: #999;
    background-color: #fff;
    position: absolute;
    height: 40px;
    margin-bottom: -4px;
    font-size: 12px;
    font-weight: bold;
    -webkit-appearance: none;
}

.xeo-type-6-select-chevron {
    position: absolute;
    font-size: 12px !important;
    top: 18px;
    right: 12px;
    color: #7e7e7e;
}

/*style for input type-6 ends here*/

/*style for input type-7 begins here*/

/*styling for select option with label begin here*/
.xeo-select-wrap {
    border: 1px solid #e3dfdf;
    border-radius: 5px;

    width: 100%;
    background-color: #fff;
    position: relative;

}

.xeo-select-wrap label {
    position: absolute;
    top: 5px;
    left: 20px;
    font-family: OpenSans-regular;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #999999;
}

.xeo-pro-login-selectbox {

    font-family: OpenSans-semibold;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #303030;
    padding-left: 20px;
    border: 0px;
    height: 37px;
    padding-top: 18px;
    width: 100%;
    -webkit-appearance: none;
}

/*.xeo-pro-login-selectbox:focus{*/
/*border: 0;*/
/*outline: 0;*/
/*}*/

.xeo-select-chevron {
    position: absolute;
    font-size: 12px !important;
    top: 26px;
    right: 12px;
    color: #7e7e7e;
}

.chevron-middle {
    top: 18px !important;
}

/*styling for select option with label ends here*/
/*style for input type-7 ends here*/
/*style for input type-8 begins here*/
.xeo-form-radio-type-8 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 8px;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    margin-bottom: 5px !important;
    margin-right: 12px !important;
    /*margin: 4px 18px 0!important;*/
}

.xeo-form-radio-type-8:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 6px;
    top: 2px;
    color: white;
    content: '\02143';
    transform: rotate(40deg);
}

.xeo-form-radio-type-8:hover {
    background-color: #f7f7f7;
}

.xeo-form-radio-type-8:checked {
    background-color: #29be26;
}

.xeo-form-radio-type-8:focus {
    outline: none !important;
}

xeo-input-type-8-box label {
    font: 300 16px/1.7 'Open Sans', sans-serif;
    color: #666;
    cursor: pointer;
}

.xeo-radio-spacing {
    margin-left: 50px !important;
}

.xeo-radio-text {
    font-family: OpenSans-semibold;
    font-size: 14px !important;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #505050 !important;
}

input[type=radio].xeo-form-radio-type-8 {
    border: 1px solid #cccccc;

}

/*style for input type-8 ends here*/
/*style for input type-9 begins here*/
.xeo-type-calendar-picker {

    border-right: none !important;
    border-radius: 5px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.xeo-input-type-9-box {
    display: table;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.xeo-input-type-9 > .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.xeo-input-type-9 > .form-label-group > input,
.xeo-input-type-9 > .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    /*padding-left: 20px;*/
    padding-top: 12px;
    
}

.xeo-input-type-9 > .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    /*line-height: 1.5;*/
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .1s ease-in-out;
}

.xeo-input-type-9 > .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.xeo-input-type-9 > .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.xeo-input-type-9 > .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.xeo-input-type-9 > .form-label-group input::-moz-placeholder {
    color: transparent;
}

.xeo-input-type-9 > .form-label-group input::placeholder {
    color: transparent;
}

/*.xeo-input-type-9 > .form-label-group input:not(:-ms-input-placeholder) ,*/
.xeo-input-type-9 > .form-label-group input:not(:placeholder-shown) {
    /*padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));*/
    /*padding-bottom: calc(var(--input-padding-y) / 3);*/
    /*padding-left: 20px;*/
    padding-top: 20px;
}

/*.xeo-input-type-9 > .form-label-group input:not(:-ms-input-placeholder) ~ label ,*/
.xeo-input-type-9 > .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .xeo-input-type-9 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-9 > .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .xeo-input-type-9 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-9 > .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/*style for input type-9 ends here*/
/*style for input type-10 begins here*/

.xeo-input-type-10-box {
    position: relative;
    font-family: 'arial', sans-serif;
}

input.xeo-input-search-icon::-webkit-input-placeholder{
    font-family: OpenSans-Regular !important;
    font-size: 12px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: 0.1px !important;
    color: #aaaaaa !important;
}
input.xeo-input-search-icon {
    /*padding: 8px 20px;*/
    /*width: 29%;*/
    border-bottom: 1px solid #eae4e4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: 24px !important;
}

/*input.xeo-search-out {*/
    /*padding: 8px 4px;*/
    /*width: 98%;*/
    /*!*margin-left: 2%;*!*/
/*}*/

input.xeo-search-out:focus {
    outline: none !important;
}

.xeo-pre-search-bar {
    position: relative;
}

/*.xeo-pre-search-bar::before {*/
    /*position: absolute;*/
    /*font-family: icomoon;*/
    /*content: "\e964";*/
    /*color: #777777;*/
    /**/
    /*z-index: 1;*/
    /*top: 14px;*/
    /*left: 12px;*/

/*}*/

input.xeo-input-search-icon::-webkit-input-placeholder {
    font-family: 'FontAwesome';

}

input.xeo-input-search-icon::-moz-placeholder {
    font-family: 'FontAwesome';
}

input.xeo-input-search-icon::-ms-input-placeholder {
    font-family: 'FontAwesome';
}

@media (max-width: 480px) {
    input.xeo-search-10-mob {
        width: 100% !important;
    }

    input.xeo-search-out-10-mob {
        width: 85%;
    }

}

@media (max-width: 400px) {
    .xeo-viewed-label{

        font-size: 10px!important;
    }
.xeo-checkbox-name
{
    font-size: 12px!important;
}
.xeo-select-option-web{
    font-size: 12px!important;
}
.input.xeo-input-search-icon{

    height:24px;
}
}

/*style for input type-10 ends here*/

/*style for input type-12 begins here*/

.xeo-input-type-9-box {

}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.xeo-input-type-12 > .form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.xeo-input-type-12 > .form-label-group > input,
.xeo-input-type-12 > .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    padding-left: 20px;
}

.xeo-input-type-12 > .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    /*line-height: 1.5;*/
    color: #495057;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all .1s ease-in-out;
}

.xeo-input-type-12 > .form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.xeo-input-type-12 > .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.xeo-input-type-12 > .form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.xeo-input-type-12 > .form-label-group input::-moz-placeholder {
    color: transparent;
}

.xeo-input-type-12 > .form-label-group input::placeholder {
    color: transparent;
}

/*.xeo-input-type-12 > .form-label-group input:not(:-ms-input-placeholder),*/
.xeo-input-type-12 > .form-label-group input:not(:placeholder-shown) {
    /*padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));*/
    padding-bottom: calc(var(--input-padding-y) / 3);
    padding-top: 2px;

}

/*.xeo-input-type-12 > .form-label-group input:not(:-ms-input-placeholder) ~ label,*/
.xeo-input-type-12 > .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .xeo-input-type-12 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-12 > .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .xeo-input-type-12 > .form-label-group > label {
        display: none;
    }

    .xeo-input-type-12 > .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
    
    
   
}

/*style for input type-12 ends here*/
/*style for input type-13 begins here*/

/*style for floating label starts here*/


.xeo-floating-input-field{
    display:block;
    position:relative;
    margin-bottom:20px;

}
.xeo-login-field{

    z-index: 999;
    background-color: transparent;
        padding-left: 41px;
    padding-top: 9px;
}
.xeo-floating-input-field:nth-child(1){
    margin-bottom:25px;
}
.xeo-floating-input-field label{
    position:absolute;
    top: 14px;
    left: 41px;
    font-size:12px;
    transition:0.3s;
    z-index:999;
    color: #999;
}
.focused label{
    transform: translateY(-77%);
    font-size: 1em;
    color:#999999;
}
.xeo-floating-input-field > input:not(:placeholder-shown) {
    padding-left: 41px;
    padding-top: 9px;
}
.xeo-floating-input-field > input:not(:-ms-input-placeholder) {
    padding-left: 41px;
    padding-top: 9px;
}
.xeo-login-password{ 
padding-left: 41px;
    padding-top: 9px;}
 input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder { /* WebKit browsers */
        color: transparent;
    }
   input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: transparent;
    }
   input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: transparent;
    }
   input[type="text"]:-ms-input-placeholder , input[type="password"]:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: transparent!important;
    }

.formrow .xeo-floating-input-field label{
	
	
	left: 10px;
	
	}
.label-l-10 label,.label-l-10 {
	
	left: 10px!important;
	
	}

.ft-trans-type{
 -webkit-appearance: none!important;
    -moz-appearance: none!important;
    text-indent: 1px;
    text-overflow: '';

}
.ft-trans-type::-ms-expand {
    display: none;
}

/*style for floating label ends here*/
