﻿.btn-partners {
    border: none;
    background-color: #ffff;
    font-size: 0.95rem;
    font-family: "IBM Plex Sans", sans-serif;
    color: #4b4b5a;
    margin-left: 3rem;
}

.loginalert {
    color: red !important;
}

.LogoImg {
    width: 85px;
}

.a {
    color: red;
    cursor: pointer;
}

#headermodal {
    border-bottom: 2px solid #F5F5F5 !important;
    padding-bottom: 0px;
    padding-top: 5px;
/*    box-shadow: 0 4px 2px -2px #F5F5F5;
*/}

.btnpartnertbl {
    cursor: pointer;
}

.vertical-line {
    display: inline-block;
    border-left: 1px solid #F5F5F5;
    margin: 0 10px;
    height: 20px;
}

.Operations {
    margin: 0px;
    padding: 0px;
    text-align: right;
}
/***********************************************************/
.warninginnerdiv {
    background-color: #e24c6b;
    height: 42px;
    padding-left: 10px;
    border: 2px solid #e24c6b;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.pdel1 {
    display: inline;
    font-size: 25px;
    padding: 0px 5px;
}

.pdel2 {
}

.warningouterdiv {
    background-color: #fff;
    /*position: relative;*/
    /*margin: 0px 0px 1px 10px;*/
}

.dv {
    /*width:10rem;*/
}

.secon {
    margin-top: 20px;
}

.Location_td, .userEmail, .uploadimage {
    cursor: pointer;
}

.partner_label_ar {
    text-align: right;
}

    .partner_label_ar span {
        text-align: right;
    }


.jood-custom-file {
    width: 100%;
    border: 1px solid #000;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4B4B5A;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .jood-custom-file input {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

    .jood-custom-file label {
        width: 100%
    }

    .jood-custom-file.jood-ar label {
        text-align: right;
    }

    .jood-custom-file label .input-group-text {
        border: 0px;
        border-right: 1px solid #ced4da;
        display: inline-block;
        border-radius: 0px;
    }

    .jood-custom-file.jood-ar label .input-group-text {
        border-right: 0px;
        border-left: 1px solid #ced4da;
    }

    .jood-custom-file label::before {
        display: none;
    }

    .jood-custom-file.jood-ar label::after {
        display: none;
    }

    .jood-custom-file label::after {
        content: attr(data-en);
        margin-left: 10px;
        display: inline-block;
        color: #ced4da;
        font-weight: 400;
    }

    .jood-custom-file.jood-ar label::before {
        content: attr(data-ar);
        margin-right: 10px;
        margin-top: 6px;
        display: inline-block;
        color: #ced4da;
        font-weight: 500;
    }

.textarea textarea {
    resize: none;
}

.reduce-height {
    height: 39px;
}

#html-1 {
    aria-pressed: true;
}

#fr-logo > span {
    display: none;
    color: #ffff !important;
}

#fr-logo > svg {
    display: none;
}

#fr-logo {
    pointer-events: none;
    cursor: default;
}

.fr-wrapper {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden !important;
}

.fr-second-toolbar {
    display: none;
}

.btn-add-partner {
    width: 10%;
}

.btn-add-partner-div {
    text-align: right;
}

.tab-content > .tab-pane {
    flex-direction: row;
}

.imagespan {
    float: right;
}

.btn-edit-ptnr {
    text-align: right;
}
/*.right-to-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}*/



body {
    background: whitesmoke;
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
}

    h1 small {
        display: block;
        font-size: 15px;
        padding-top: 8px;
        color: gray;
    }

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px 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 input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                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 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: 10px;
                    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;
        }

.svglbl {
    margin-left: 5px;
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.svglbl {
    fill: transparent;
}

/*  .text-dark button.btn,
    .text-dark button.btn > span{
        color: #343434!important;
    }

    span.glyphicon.glyphicon-italic:before {
        content: '\ea78';
        font-family: unicons;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        vertical-align: middle;
        font-size: 120%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px
    }
span.glyphicon.glyphicon-bold::before {
    content: '\e888';
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

span.glyphicon.glyphicon.glyphicon-list::before {
    content: '\eaa3';
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}


span.glyphicon.glyphicon-th-list::before {
    content: "\f475";
    font-family: bootstrap-icons;
    font-style: normal;
    font-weight: 500;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

span.glyphicon.glyphicon-link::before {
    content: '\ea9c';
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}

span.glyphicon.glyphicon-picture::before {
    content: '\ea6e';
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    text-align:right;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px
}*/
.EasyMDEContainer .CodeMirror {
    width: 1677px;
}

.editor-toolbar {
    background-color: #f6f6f7;
}
/*
.md-container
*/
.outerdiv {
    text-align: left;
    padding: 10px 0px;
    margin: 10px 0px;
}

    .outerdiv > .card-img {
        width: 100%;
    }

.name {
    margin-top:-15px!important;
    
}
.userfirstcard{
   border:0px!important;
}

.verified {
    color: forestgreen;
}
.star {
    font-family: unicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-decoration-line: inherit;
    text-decoration-style: inherit;
    text-decoration-color: inherit;
    text-decoration-thickness: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;
    font-size: 120%;
    color: darkgoldenrod;
}
.role {
    color: #ff5c75;
    margin-top: -15px !important;
    margin-bottom: 25px;
    /*display:inline;*/
}
.namediv{
    height:10px;
    /*margin:10px inherit;*/
}
.isverified {
    height: 23px;
    font-size: 15px !important;
}
.isverified_ptnr {
    height: 23px;
    font-size: 15px !important;
    background-position-x:top;
}
.isverified_div_ptnr {
    text-align: right;
    margin-top: -25px;
    margin-right: -20px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.dv {
    border: 2px solid black;
    height: 219px;
    margin: 10px 10px;
}
.nationality {
    font-size: 15px !important;
}
.cont_info_ptnr{
    padding-top:0px!important;
}
.info_ptnr{
    margin-top:10px;
}
.edituser{
    text-align:right;
}
.userlbl svg {
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
}
.UserProfile{
    cursor:pointer;
}
.btn-add-user-div {
    text-align: right;
    margin-bottom: 5px;
    margin-right: 10px;
}
/*.cd{
    margin:0px 10px;
}
.innnercd{
    margin:0px 10px;
}*/
.partner-image-left{
    text-align:left !important;
}
.upload-edit-ptnr {
    margin: 0px 20px!important;
}





.crd {
    display: block!important;
    background: white;
    padding: 60px 25px;
    border-radius: 25px!important;
    box-shadow: 0 2px 3px #c8d0d8;
    display: inline-block!important;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
}

.bdy {
    text-align: center;
    padding: 40px 0;
    /*background: #EBF0F5;*/
}
.successevent {
    color: #4BCE9E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.imgsuccess {
    margin: 0 auto 50px;
    max-width: 180px;
    width: 100%;
    opacity: 0.8;
}

.center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.dot{
    width:10px;
    height:10px;
    background:#f00;
    border-radius:50%;
}
.spinner-verifyemail {
    display: inline-block;
    margin:5rem;
    width: 5rem;
    height: 5rem;
    vertical-align: -0.125em;
    border: 1em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.refreshcache >svg{
    margin-right:5px;
}

.refreshcacheform {
    position: relative;
    max-width: 400px;
    margin: 50px auto;
}
div small {
    display: block;
    font-size: 13px;
    padding-top: 8px;
    color: gray;
}
.refreshcachebtn {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}