/*#region  **** General  ****/
.div-body-content {
    padding-top: 100px;
}

.div-body-content h4 {
    text-align: center;
    font-weight: 800;
    color: #0c0c0c;
    margin-top: 15px;
}

.div-container {
    box-shadow: 1px 4px 19px 0px rgba(0, 0, 0, 0.55);
    border-radius: 20px;
    margin-bottom: 30px;
    max-width: 90%;
    padding-bottom: 30px;
}

.div-container-title {
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #ffba00;
    border-radius: 20px 20px 0 0;
}

.text-h4 {
    text-align: center;
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Raleway;
}

.btn-stander {
    min-width: 120px;
    padding: 8px 30px;
    outline: none;
    border: none;
    background: #ffba00;
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
    transition: all .2s;
    border-radius: 4px;
}

.btn-stander-more-attr {
    float: left;
    margin-left: 10px;
}

.btn-stander:hover {
    text-decoration: none;
    color: #ffba00;
    background-color: #0c0c0c;
    border: 1px solid #ffba00;
    font-weight: 800;
}

.btn-stander:focus {
    text-decoration: none;
    color: #ffba00;
    background-color: #0c0c0c;
    border: 1px solid #ffba00;
    font-weight: 800;
    outline: unset;
    outline-offset: unset;
}

.btn-width {
    width: 175px;
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.btn-modal {
    min-width: 100px;
    padding: 6px 18px;
}

.img-modal {
    width: 90%;
    height: 400px;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.label-font {
    font-size: 14px;
    font-weight: 800;
}

.align-conent {
    text-align: center;
}

.pricing-label {
    display: inline;
    font-size: 12px;
    font-weight: 100;
    margin-left: -10px;
}

.loadingImg {
    height: auto;
    width: 32px;
    top: 2px;
    /* right: 35px; */
    /* position: absolute; */
    z-index: 1000000;
}

/*#endregion*/

/*#region  ****  profile html  ****/
.col-form-label {
    padding-left: 40px;
}

/*#endregion*/

/*#region  ****  booking request html  ****/
.margin-div li {
    margin-bottom: -4px;
}

.font-pricing {
    font-size: 16px !important;
    color: #0c0c0c;
}

/*#endregion*/

.font-pricing-mng-booking {
    font-size: 18px;
    color: #0c0c0c;
}

/*#region  ****  manage space html  ****/

.img-space {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 60px;
    height: 60px;
    background-size: contain;
    float: left;
    margin: 0 10px;
    position: relative;
    box-shadow: 2px 6px 15px 0px rgba(0, 0, 0, 0.55);
    cursor: pointer;
}

.img-space a {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: silver;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #80808078;
}

#manageSpace-details-form small,
#campaign-details-form small {
    color: #a94442 !important;
}

/*#endregion*/

/*#region  ****  manage campaign html  ****/
.img-campaign {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100px;
    height: 100px;
    background-size: contain;
    float: left;
    margin: 0 10px;
    position: relative;
    box-shadow: 2px 6px 15px 0px rgba(0, 0, 0, 0.55);
}

.img-campaign a {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: silver;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
}

/*#endregion*/

/*#region  ****  manage user html  ****/
.img-company {
    background-repeat: no-repeat;
    background-position: 50%;
    width: 300px;
    height: 300px;
    background-size: contain;
    float: left;
    margin: 0 10px;
    position: relative;
    box-shadow: 2px 6px 15px 0px rgba(0, 0, 0, 0.55);
}

/*#endregion*/


/*#region  **** triangle  ****/
.div-border-black {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    color: #dddddd;
    margin-top: 4px;
    margin-bottom: 40px;
}

.div-style-black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #ffffff;
}


.triangle-black {
    position: relative;
    display: inline-block;
    width: 0;
    top: 0;
    border: 25px solid transparent;
    border-top: 25px solid #0c0c0c;
    cursor: pointer;
}

.arrow-black {
    position: absolute;
    width: 100%;
    left: -5px;
    top: -30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ffba00;
}

/*#endregion*/

/*#region  **** validation icon success and error  ****/
.location i {
    right: 50px;
}

/* #space-details  */
.selectContainer .form-control-feedback {
    right: 27px;
}

.has-success .form-control-feedback {
    color: #fbc734;
}

.validate-i i {
    right: 27px;
}

/*#endregion*/

/*#region  **** responsive for profile html  ****/
@media(max-width:767px) {
    .btn-width {
        margin-top: 10px;
    }

    .align-center {
        text-align: center;
    }

    .col-form-label {
        padding-left: 15px;
    }
}

/*#endregion*/