
/*Solve select2 dropdown height overflow*/
input[placeholder] { width: 100% !important; }
.select2-container--default .select2-search--inline .select2-search__field {
   width: auto !important;
}
.select2-container--default {
    display: table!important;
    table-layout: fixed!important;
}

/*Set minimum height for ckeditor*/
.ck-editor__editable_inline {
    min-height: 8rem;
}

.m-separator {
    /*color: #2C2E3E;*/
    border-bottom: 0.05rem solid #b3b8e3;
}

.bt-bootstrap-switch {
    margin-left: 1rem;
}

.accordion-header {
    cursor: pointer;
}

.accordion-card {
    margin-bottom: 3rem;
}

.capitalize {
    text-transform: capitalize;
}

.hide {
    display: none;
}

/*Drop Zone styling*/
.dropzone_area {
    background: white;
    border-radius: 5px;
    border: 2px dashed #464573;
    border-image: none;
    max-width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
}
.dz-success-mark {
    display: none;
}
.dz-error-mark {
    display: none;
}
.dz-image > img {
    width: 250px;
}
.dz-preview .dz-image-preview {
    float: left;
    display: inline;
}
/*Drop Zone styling end*/

.text-branding {
    color: #D8B18E;
}

.counter{
    position: absolute;
    top: 1.2em;
    width: 17.5px;
    height: 17.5px;
    background: red;
    color: #fff;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    margin-left: 0.3rem;
    font-size: 11px;
    line-height: 1.7;
}

.stats-vertical-line {
    border-right: 0.1rem solid #2B2F3E;
}

.vertical-align {
    height: 100%;
    line-height: 100%;
}

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

.container-login{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-image: url('images/background.jpg');
}

.container-login::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(93,84,240,0.5);
    background: -webkit-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background: -o-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background: -moz-linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    background: linear-gradient(left, rgba(0,168,255,0.5), rgba(185,0,255,0.5));
    pointer-events: none;
}

.wrap-login {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    padding: 8rem 3.5rem;
}

.login-form-vp{
    width: 100%;
}

.login-form-vp-title{
    display: block;
    font-family: SourceSansPro-Bold;
    font-size: 30px;
    color: #4b2354;
    line-height: 1.2;
    text-align: center;
}

.login-form-vp-input{
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.vp-input{
    font-family: SourceSansPro-Bold;
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 62px;
    background: transparent;
    padding: 0 20px 0 23px;
}

.login-form-vp-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #C79E79;
    border-radius: 25px;
    font-family: SourceSansPro-SemiBold;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 10px 30px 0px rgba(199, 158, 121, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(199, 158, 121, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(199, 158, 121, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(199, 158, 121, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(199, 158, 121, 0.5);
    margin:auto;
}

.login-form-vp-btn:hover{
    cursor: pointer;
    background-color: #4b2354;
    box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -moz-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -webkit-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -o-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
    -ms-box-shadow: 0 10px 30px 0px rgba(189, 89, 212, 0.8);
}

.btn-camera{
    font-size: 10rem;
}

.login-logo {
    width: 100%;
    height: auto;
}

.fc-clear{
    display: none;
}

/* Menu side bar */
.m-menu__link-text {
    color: #ffffff!important;
}
