/*Country code*/

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.gj-datepicker [role=right-icon] {
    display: none !important;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: #297ac1 !important;
    border: none;
    border-radius: 0px!important;
}

.datepicker table tr td.selected {
    background: none !important;
}


/*Checkbox Checked*/

.disabled {
    border-color: red;
    background: gray;
    /* pointer-events: none; */
}

input[type=checkbox].disabled {
    outline: 2px solid red;
}

.input1 {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.3rem 0;
    border-bottom: 1.5px solid #d3d3d3;
    box-shadow: none;
    color: black;
    border-color: #d3d3d3!important;
}

.input1:hover,
.input1:focus {
    border-color: #215298 !important;
}

.box-shadow1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #676565;
    height: 87%;
    padding: 60px;
    margin-top: 49px;
    margin: 80px 80px 190px 80px;
    border: 1px solid #d6be72;
}

.btn-pad {
    background-color: #215298;
    padding: 11px 88px;
    border: none;
    color: white;
    margin-top: 47px;
    border-radius: 0px;
}

.hr2 {
    float: center;
    width: 13%;
    background-color: #215298 !important;
    height: 1px;
}

.password-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
}

.avatar-upload.avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload.avatar-edit input {
    display: none;
}

.avatar-upload.avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
}

.avatar-upload.avatar-edit:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload.avatar-edit::after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-preview div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


}

}
@media only screen and (max-width: 992px) {
    .log2 {
        display: none;
    }
}
@media only screen and (max-width:768px) {
    .box-shadow1 {
        height: 100%;
        padding: 33px;
        /* margin-top: 49px; */
        
        margin: 16px;
    }
}
@media only screen and (max-width:768px) {
    .btn-pad {
        padding: 5px 15px;
    }
    .clr-blue {
        font-size: 17px;
    }
    .input1 {
        font-size: 11px !important;
    }
}
.checkbx {
    margin-left: 0px;
}