.bg-primary-color {
    background-color: #23c0e9;
}

.primary-text-color {
    color: #23c0e9;
}

.font-weight-500 {
    font-weight: 500;
}

.jp_navi_right_btn_wrapper li a {
    line-height: 55px;
    color: #ffffff;
    border: 1px solid #f36969;
    background: #f36969;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 20px;
}

.jp_navi_right_btn_wrapper li a:hover {
    background: #23c0e9;
    border: 1px solid #ffffff40;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

.jp_navi_right_btn_wrapper {
    float: right;
}

.jp_navi_right_btn_wrapper ul {
    list-style: none;
    margin: 37px 0px;
}

.jp_navi_right_btn_wrapper li .multiselect-language+.btn-group {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 162px;
}

.multiselect-language+.btn-group {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 162px;
}

.multiselect-container>li>a>label {
    padding: 3px 20px 3px 20px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Sweet Alet */

.swal-footer {
    text-align: center !important;
}

.phone-no {
    margin: 53px 0px;
}

span.multiselect-native-select {
    display: block !important;
}
.multiselect-language+.btn-group {
    width: 100%;
}
.multiselect.dropdown-toggle {
    text-align: left;
}

/* Error */
.error {
    color: red;
}
.custome-file {
    border: 1px solid #ced4da;
    width: 100%;
    padding: 10px;
    border-radius: 0.25rem;
}
.preview {
    display: none;
    width: 200px;
    height: 200px;
    border: 1px solid #ced4da;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.25rem;
}

.previewimg {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.input-group-addon {
    /* border: 1px solid rgba(0,0,0,.15);
    border-left: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 6px 10px; */

    padding: 6px 10px;
    position: relative;
    right: 37px;
}
.input-group-addon i {
color: #6C757D;
}
.gj-datepicker [role=right-icon] {
    display: none;
}
.input-group>.form-control {
    width: 100%;
}
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}