/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


/* Helping Material*/

.pt-10 {
    padding-top: 10px;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 1rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.justify-center {
    justify-content: center !important;
}


/*End Helping Material*/


/*Switch Label Inline*/

.form-switch label {
    padding-top: 3px;
}


/*Switch Label Inline*/


/*Phone Number Plugin field width 100%*/

.iti {
    width: 100%;
}


/*Border Round Icon*/

.bd-round {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 50%;
}


/*Border Round Icon End*/


/*Location Details*/

.editLocation {
    position: relative;
    right: 43px;
    font-size: 1.1rem;
    top: -32px;
    z-index: 9;
}


/*Location Details*/