@charset "utf-8";
/* CSS Document */

.agent-b {
    display: inline-flex;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #f2f2f2;
}
.p-20 {
    padding: 20px;
}
.wd-25 {
    width: 25%;
}
.wd-50 {
    width: 50%;
}
.cash {
    font-size: 14px;
    color: #26cf8a;
}
.agent-title {
    font-size: 16px;
    color: #167ac6;
}
.step.completed .bs-stepper-circle {
    background: #4caf75;
    color: #ffffff;
}

/*** For Delete ***/
.location-user-name {
    position: relative;
    float: left;
    cursor: pointer;
    color: #18458b;
    transition: 0.2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 10px;
    font-weight: 700;
    font-size: 12px;
}


.location-user-menu ul.fu-menu-fis {
    opacity: 1;
    visibility: visible;
    top: 24px;
}

.location-user-menu ul {
    margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 300px;
    top: 60px;
    right: -30px;
    z-index: 999;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    transition: all 0.2s ease-in-out;
}

.location-user-name:before,
.qty-dropdown-header:before,
.main-search-input-item_small:before {
    font-family: Font Awesome\5 Pro;
    content: "\e91d";
    position: absolute;
    color: #1276bc;
    bottom: 1px;
    font-size: 13px;
    right: -26px;
    font-weight: 800;
    transition: all 0.2s ease-in-out;
    z-index: 20;
}

.location-user-name.fu-menu-fisdec:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.location-user-menu ul.fu-menu-fis {
    opacity: 1;
    visibility: visible;
    top: 24px;
}

.location-user-menu ul {
    margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 300px;
    top: 60px;
    right: -30px;
    z-index: 999;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    transition: all 0.2s ease-in-out;
}

.driver {
    border: 2px solid #8bc34a;
    border-radius: 3px;
    margin-top: 10px;
    line-height: 15px;
    padding: 12px 0px;
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
    width: 100%;
	padding: 25px;
}
.bg-first{
	background: #f1f1f1
}
.av-catalogue-container {
    margin: 30px 0;
}
ul.disc, .entry-content-wrapper ul {
    list-style: disc outside;
}
.av-catalogue-list {
    border-top: 1px dashed #e1e1e1;
    margin: 0;
}
.av-catalogue-list li {
    list-style-type: none;
    margin: 0;
    border-bottom: 1px dashed #e1e1e1;
    padding: 0;
    clear: both;
}
.av-catalogue-item {
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    overflow: hidden;
}
.av-catalogue-image {
    border-radius: 400px;
    width: 104px;
    float: left;
    margin-right: 15px;
}
.av-catalogue-item-inner {
    overflow: hidden;
}
.av-catalogue-title-container {
    position: relative;
    font-size: 1.3em;
    line-height: 1.4em;
}
.av-catalogue-title {
    padding-right: 60px;
    text-transform: uppercase;
}
.av-catalogue-price {
    position: absolute;
    right: 0;
    top: 0;
	padding: 10px;
}
.img-cataloge{
	
	width: 100%;
	object-fit: cover;
}
.img-location-title {
    margin-top: -45px !important;
    /*color: #f1da2b;*/
	color: #fff;
    font-size: 25px !important;
	font-weight: bold !important;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.2);
}
/*** For Delete End **/