body {
    font-family: 'MyriadPro', sans-serif;
    color: #231F20;
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'MyriadPro';
    font-style: normal;
    font-weight: 400;
    src: url('/MyriadPro-Regular.ttf') format('trueType');
}

@font-face {
    font-family: 'MyriadPro';
    font-style: bold;
    font-weight: 700;
    src: url('/MyriadPro-Bold.ttf') format('trueType');

}

.header {
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
}

.logo {
    height: 140px;
    width: auto;
    margin-left: 12px;
}

.navbar-brand {
    padding: 15px 0;
}

.accordion-login .card-header:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #862633;
    margin-left: 5px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all linear 0.25s;
    margin-top: 18px;
    font-size: 22px;
    line-height: 15px;
}

.accordion-login .card-header.collapsed:after {
    transform: rotate(0deg);
}

.card.login {
    border: 0;
    background-color: transparent;
}

.card-header.login {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.card-header.login a {
    margin-bottom: 0;
    color: #862633;
    font-size: 17px;
    font-weight: bold;
}

.user-info p {
    color: #231F20;
    line-height: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.header-menu .nav-link {
    font-size: 17px;
}

.card-body.login {
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 5px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.card-body.login a {
    color: #862633 !important;
    display: block;
    padding: 10px;
}

.card-body.login a:hover {
    color: #231F20 !important;
}

.card-body.login a:hover img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(2%) saturate(2170%) hue-rotate(295deg) brightness(103%) contrast(92%);
}

.card-body.login span {
    color: #862633;
    margin-right: 10px;
}

.card-body.login span img {
    margin-left: 0;
    height: 20px;
    vertical-align: text-top;
}

.user-pic {
    width: 60px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -10px;
}

.navbar-toggler {
    padding: 0;
}

.collapsed .ta i {
    font-size: 30px;
    color: #fff;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.ta i {
    font-size: 30px;
    color: #fff;
    transform: rotate(180deg);
    transition: all 0.5s ease;
}

.notifi-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background-color: #862633;
    color: #fff;
    position: absolute;
    top: -5px;
    margin-bottom: 0;
    right: -10px;
    font-weight: bold;
    line-height: 19px;
}

.notifications {
    max-width: 300px;
    height: auto;
    display: none;
    z-index: 9;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.notifications-item {
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:nth-last-child(1) {
    border-bottom: 0;
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item h4 {
    color: #000;
    font-size: 16px;
    margin-top: 3px;
}

.notifications-item p {
    color: #686868;
    font-size: 12px;
    margin-bottom: 0;
}

.header-menu {
    align-items: center;
}

.header-menu li {
    padding-left: 15px
}

.header-menu li a {
    color: #fff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.header-menu li a img {
    width: 28px;
}

.p-margin {
    padding: 40px 15px;
}

.page-title {
    font-size: 1.8vw;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 1rem;
}

.link-tile {
    background-image: url(/link-tile.png);
    background-size: cover;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease;
}


.form-control {
    border-radius: 4px;
    height: 52px;
    border: 1px solid #D5D5D5;
    color: #231F20;
    font-size: 18px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.form-control::placeholder {
    transform: translateY(2px);
    color: #000;
}

.table tbody {
    background-color: #F4F4F4;
    border-radius: 10px;
}

.table thead th {
    border-bottom: 0px;
    border-top: 0;
}

.table thead {
    background-color: #862633;
    color: #fff;
}

.table thead tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table thead tr th:nth-last-child(1) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table tbody tr:nth-child(1) td:nth-child(1) {
    border-top-left-radius: 10px;
}

.table tbody tr:nth-child(1) td:nth-last-child(1) {
    border-top-right-radius: 10px;
}

.table tbody tr:nth-last-child(1) td:nth-child(1) {
    border-bottom-left-radius: 10px;
}

.table tbody tr:nth-last-child(1) td:nth-last-child(1) {
    border-bottom-right-radius: 10px;
}

tbody:before {
    content: "-";
    display: block;
    line-height: 1.5em;
    color: transparent;
    background-color: #FFF;
}

.table td {
    border: 0;
    vertical-align: middle;
    padding: 1.35rem .75rem
}

.table tbody tr {
    border-top: 0;
    border-bottom: 1px solid #d8d6d6;
}

.table tbody tr:nth-last-child(1) {
    border-bottom: 0;
}

.stat {
    background-color: #62B718;
    color: #fff;
    padding: 4px 15px;
    border-radius: 40px;
    display: inline-block;
    font-weight: bold;
}

.stat img {
    vertical-align: sub;
    margin-right: 5px;
}

.stat-inprogress {
    background-color: #A9C47F;
    color: #fff;
    padding: 4px 15px;
    border-radius: 40px;
    display: inline-block;
    font-weight: bold;
}

.stat-inprogress {
    background-color: #FFAA00;
}

tbody a img {
    margin-right: 25px;
}

a:hover {
    text-decoration: none;
}

input[type="radio"] {
    width: 30px;
    height: 18px;
}

.radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkround {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.radio input:checked ~ .checkround {
    background-color: #fff;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkround:after {
    display: block;
}

.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #862633;

}

.radio input:checked ~ .checkround {
    border-color: #862633;
}

.radio {
    font-size: 20px;
    margin-right: 3rem;
    display: inline-block;
}

.form-group label {
    color: #000;
    font-size: 1.1vw;
}

.form-group label span {
    color: #862633;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(/down-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    margin-right: 2rem;
    padding-right: 30px !important;
    background-size: 17px;
}


.empty-lab {
    color: #fff !important;
}

.btn {
    font-size: 1.2vw;
    padding-right: 25px;
    padding-left: 25px;
}

.btn img {
    margin-right: 7px;
    width: 20px;
    margin-top: -3px;
}

.cli-btns {
    display: flex;
    justify-content: space-between;
}


p {
    font-size: 1.1vw;
}


.db-sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 16%);
}

.db-tile {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    color: #231F20;
    margin: 15px;
    text-align: center;
    border-bottom: 10px solid #84754E;
    background: linear-gradient(to top, #84754E 50%, #fff 0%);
    background-size: 100% 200%;
    background-position: top;
    transition: .4s ease-out;
}

.db-tile:hover {
    background-position: bottom;
    color: #fff;
}

.db-tile:hover img {
    filter: brightness(0) invert(1);
}

.db-tile:hover h4 {
    color: #fff;
}

.db-tile p {
    margin-bottom: 0;
    font-size: 1vw;
}

.db-count h4 {
    font-weight: bold;
    font-size: 2vw;
    margin-bottom: 0;
    color: #84754E;
}

.db-count img {
    height: 45px;
    margin-bottom: 15px;
}

.db-sec a {
    display: contents;
}

.db-chart {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 16%);
}

.db-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.db-filter h4 {
    font-size: 1.5vw;
    color: #231F20;
    margin-bottom: 15px;
}

.db-filter select {
    margin-right: 0;
    color: #7E7E7E;
    padding-right: 22px !important;
    background-size: 12px;
    background-position-x: 94%;
    font-weight: bold;
    min-width: 100px;
    padding: 2px 5px 0px 5px;
    border-radius: 6px;
}

tbody a img {
    transition: all 0.5s ease;
}

tbody a img:hover {
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

.navbar-nav .nav-link:hover {
    color: #862633 !important;
}

.navbar-nav .nav-link:hover img {
    filter: none;
}

.clr-gray {
    color: #686868;
}

.navbar-toggler:focus {
    outline: 0;
}

.tb.active i:before {
    content: '\f00d';
}

.d-none.show {
    display: block !important;
}

.menu-item {
    background-color: #862633 !important;
    padding-right: 0;
    padding-left: 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.menu-item .nav-link {
    color: #fff !important;
    font-size: 17px;
    padding: 14px !important;
}

.menu-item .nav-link img {
    height: 20px;
    vertical-align: sub;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.menu-item .nav-link:hover,
.menu-item .nav-item.drop-down:hover {
    background-color: #fff;
}

.menu-item .nav-link.active {
    background-color: #fff;
    color: #862633 !important;
}

.menu-item .nav-link.active img {
    filter: none;
}

.navbar-toggler.menu:focus,
.navbar-toggler.menu:active {
    outline: 0;
}

.navbar-toggler.menu span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler.menu span:nth-child(1),
.navbar-toggler.menu span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler.menu:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler.menu:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler.menu:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.resp-menu {
    left: 50px;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 18px;
    font-weight: bold;
    font-size: 1.25rem;
}

.navbar-toggler.menu {
    padding: 10px !important;
    border: 0;
}

.navbar-light {
    padding: 5px;
    margin-right: 15px;
    margin-left: 15px;
}

.btn-primary {
    background-color: #84754E;
    border-radius: 10px;
    border-color: #84754E;
    min-width: 150px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #862633;
    border-color: #862633;
}

.new-arr-owl {
    max-width: 90%;
    margin: auto;
}

.new-arr-owl .owl-dots {
    display: none;
}

.new-arr-owl .owl-nav {
    visibility: visible;
    color: #918F8F;
}

.new-arr-owl .owl-nav .owl-prev {
    position: absolute;
    top: 34%;
    left: -9%;
    background-color: #fff !important;
    line-height: 50px !important;
}

.new-arr-owl .owl-nav .owl-next {
    position: absolute;
    top: 34%;
    right: -9%;
    background-color: #fff !important;
    line-height: 50px !important;
}

.new-arr-owl .owl-nav span {
    font-size: 50px;
}

.new-arr-owl .owl-theme .owl-nav [class*=owl-]:hover {
    color: inherit !important;
}

.bg-od {
    border-bottom: 10px solid #862633;
}

.bg-od {
    background: linear-gradient(to top, #862633 50%, #fff 0%);
    background-size: 100% 200%;
    background-position: top;
}

.bg-od h4 {
    color: #862633;
}

.bg-paid h4 {
    color: #231F20
}

.bg-paid {
    border-bottom: 10px solid #231F20;
}

.bg-paid {
    background: linear-gradient(to top, #231F20 50%, #fff 0%);
    background-size: 100% 200%;
    background-position: top;
}

.owl-prev:focus,
.owl-next:focus {
    outline: 0px;
}

.status-count {
    display: block;
    width: 100%;
    color: #231F20;
}

.status-count .circle {
    width: 15px;
    height: 15px;
    border: 4px solid black;
    border-radius: 50%;
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.status-count .count {
    float: right;
    font-size: 1.2vw;
}

.status-count p:nth-last-child(1) {
    margin-bottom: 0;
}

.sc-red .count {
    color: #B83A4B;
}

.sc-red {
    color: #B83A4B;
}

.sc-gold .count {
    color: #84754E;
}

.sc-gold {
    color: #84754E;
}

.sc-black .count {
    color: #231F20;
}

.sc-black .circle {
    border-color: #231F20;
    background-color: #231F20;
}

.sc-gold .circle {
    border-color: #84754E;
    background-color: #84754E;
}

.sc-red .circle {
    border-color: #862633;
    background-color: #862633;
}

.ap-status-links {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.ap-status-links li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #231F20;
}

.ap-status-desc p {
    margin-bottom: 10px;
}

.ap-status-desc p span {
    width: 20px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.ap-status-desc p img {
    margin-top: -4px;
}

.clr-orange {
    color: #FFAA00;
}

.clr-green {
    color: #62B718;
}

.clr-black {
    color: #231F20;
}

.clr-cream {
    color: #84754E;
}

.clr-gray {
    color: #BBBBBB;
}


.ap-status-icon {
    width: 30px;
    height: 30px;
    background-color: #862633;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 27px;
    line-height: 30px;
}

.ap-status-links li:hover .ap-status-icon {
    background-color: #84754E;
}

.ap-status-links li {
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ap-status-links li:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.p-number {
    width: auto !important;
    font-weight: bold;
    color: #862633;
    margin-left: 15px;
    margin-right: 0px !important;
}

.page-breadcrumb {
    font-size: 0.9vw;
}

.page-heading {
    color: #862633;
    font-size: 1.8vw;
}

.services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services a {
    border-radius: 10px;
    margin: 9px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    width: 22%;
    box-sizing: border-box;
    display: grid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: linear-gradient(to left, #fff 50%, #862633 50%) right;
    background-size: 201%;
    transition: .4s ease-out;
}

.services a:hover {
    background-position: left;
}

.services a:hover img {
    filter: brightness(0) invert(1);
    transition: .4s ease-out;
}

.services a img {
    height: 90px;
    display: block;
    margin: auto;
}

.services a p {
    color: #231F20;
    margin-bottom: 0;
    margin-top: 15px;
}

.services a:hover p {
    color: #fff;
    transition: .4s ease-out;
}

.ap-img {
    padding: 0;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.12);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.ap-img img {
    height: 635px;
    width: 100%;
}

.ap-info {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 25px;
    padding-right: 4px;
}

.allocated-plots {
    overflow: auto;
    max-height: 585px;
    padding-right: 21px;
}

.allocated-plots h3 {
    color: #862633;
    font-size: 1.8vw;
    margin-bottom: 18px;
}

.allocated-plots h4 {
    font-size: 1.5vw;
}

.allocated-plots p {
    font-size: 1.2vw;
}

.allocated-plots p span {
    font-size: 1.5vw;
}

.allocated-plots a {
    color: #862633;
    margin-right: 40px;
    font-size: 1.1vw;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}

.allocated-plots a img {
    margin-right: 5px;
}

.allocated-plots a:nth-last-child(1) {
    margin-right: 0;
}

.allocated-plots a:hover {
    color: #BFAA71;
    transition: all 0.5s ease;
    transform: translateX(5px);
}

.allocated-plots a:hover img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(367%) hue-rotate(6deg) brightness(90%) contrast(81%);
}

.allocated-plots .addresses {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #D5D5D5;
}

.allocated-plots .addresses:nth-last-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.allocated-plots::-webkit-scrollbar {
    width: 5px;
}

.allocated-plots::-webkit-scrollbar-thumb {
    background: #747474;
    border-radius: 15px;
}

.allocated-plots::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hpc {
    padding-bottom: 60px;
}

.hpc .carousel-indicators li {
    background-color: #918F8F;
    width: 12px;
    height: 11px;
    border-radius: 50%;
}

.hpc .carousel-indicators li.active {
    background-color: #231F20;
    transform: scale(1.2);
}

.theme-subtitle {
    color: #862633;
    font-size: 1.4vw;
}

.btn-outline-primary {
    color: #84754E;
    background-color: #fff;
    border-radius: 10px;
    border-color: #84754E;
    min-width: 150px;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
}

.btn-outline-primary:hover {
    background-color: #84754E;
    color: #fff;
    border-color: #84754E;
}

.cs-btns {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.loc-link {
    font-size: 0.95vw;
    text-decoration: underline;
    margin-top: 10px !important;
}

.detailed-adrs {
    margin-top: 25px;
}

.detailed-adrs h3 {
    font-size: 1.8vw;
    border-bottom: 2px solid #231F20;
    display: inline-block;
    margin-bottom: 25px;
}

.detailed-adrs p {
    font-size: 1.4vw;
    margin-bottom: 2px;
}

.services-sub-h {
    margin-top: 1rem;
    font-size: 1.4vw;
}

.progressbar li {
    list-style-type: none;
    width: 100%;
    float: left;
    font-size: 1.2vw;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 45px;
    border: 8px solid #D5D5D5;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-bottom: 10px;
}

.progressbar li:after {
    width: 100%;
    height: 8px;
    content: '';
    position: absolute;
    background-color: #D5D5D5;
    top: 28px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    border-color: #84754E;
    color: #84754E;
}

.progressbar li.completed:before {
    border-color: #862633;
    color: #862633;
}

.progressbar li.completed + li:after {
    background-color: #862633;
}

.progressbar {
    counter-reset: step;
    display: flex;
    padding: 0;
}

.progressbar li:before {
    content: '\f00c';
    font-family: fontawesome;
    color: #D5D5D5;
}

.app-title {
    color: #862633;
    font-size: 1.5vw;
}

hr {
    border-top: 1.5px solid #707070;
}

.app-subtitle {
    color: #862633;
    font-size: 1.3vw;
}

.ap-num {
    margin-top: 10px;
    margin-bottom: 25px;
}

.in-notes {
    padding-left: 15px;
}

.in-notes li {
    font-size: 1.05vw;
    line-height: 30px;
    margin-bottom: 10px;
}

.at-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.at-btn .btn {
    min-width: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.at-btn .btn:hover img {
    filter: brightness(0) invert(1);
}

.product-info {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    margin: 0;
    border-radius: 10px;
    padding: 20px;
    align-items: flex-end;
}

.clr-theme {
    color: #862633;
}

.app-st {
    font-weight: bold;
    font-size: 1.3vw;
    margin-bottom: 20px;
}

.btn-browse {
    background-color: #862633;
    color: #fff;
    border-radius: 4px;
    border-color: #862633;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.btn-browse input[type="file"] {
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-browse:hover {
    color: #fff;
}

input[type=checkbox] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
}

input[type=checkbox] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #231F20;
    border-radius: 2px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -3px;
}

input[type=checkbox]:checked + label:before {
    background-color: #fff;
    border-color: #862633;
}

input[type=checkbox]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #862633;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.success-message {
    text-align: center;
}

.success-message img {
    margin-bottom: 20px;
}

.success-message p {
    font-size: 1.5vw;
    margin-bottom: 5px;
}

.success-message .btn {
    margin-top: 20px;
    margin-bottom: 15px;
}

.notification {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF;
    color: inherit;
    margin-bottom: 35px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    transition: all 0.5s ease;
}

.notification:hover {
    color: inherit;
    transition: all 0.5s ease;
    transform: translateX(15px);
}

.notification-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #862633;
    color: #fff;
    line-height: 40px;
    font-size: 27px;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
}

.notification p {
    margin-bottom: 5px;
}

.notification p:nth-child(1) {
    font-size: 1vw;
    display: flex;
    justify-content: space-between;
}

.notification p:nth-child(1) b {
    margin-right: 25px;
}

.notification p:nth-last-child(1) {
    margin-bottom: 0;
}

.ivd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.iv-directory {
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF;
    color: inherit;
    margin: 10px;
    margin-bottom: 20px;
    width: 18%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease;
}

.iv-directory:hover {
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.iv-directory p {
    margin-right: 15px;
    margin-bottom: 0;
}

.iv-link-icon {
    width: 25px;
    height: 25px;
    background-color: #862633;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
}

.modal-dialog {
    max-width: 80%;
    border: 1px solid #707070;
}

.modal-content {
    border-radius: 0;
}

.close.pop {
    opacity: 1;
}

.btn-theme {
    background-color: #862633;
    border-radius: 10px;
    border-color: #862633;
    min-width: 150px;
    color: #fff;
}

.pop-graybox {
    /*    background-color: #F4F4F4;*/
    border-radius: 10px;
    /*    border: 1px solid #D5D5D5;*/
    padding: 25px 5px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.pop-graybox p {
    margin-bottom: 5px;
}

.pop-graybox h6 {
    font-size: 1.3vw;
    font-weight: bold;
}

.pop-dd {
    margin: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.pop-dd .form-group {
    width: 100%;
    margin-right: 25px;
}




/* Dropdown Tab Styles Starts Here */

.tabs-container nav {
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    z-index: 9;
}

.tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*	 border: 1px solid #ccc;*/
    padding: 0 10px;
}

.tabs-container nav ul li {
    padding: 1rem;
    cursor: pointer;
    color: #231F20;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
}

.tabs-container nav ul li:hover {
    color: #3e4b58;
}

.tabs-container nav ul li.active {
    color: #fff;
    background-color: #862633;
    border-radius: 10px;
}

/* the nitty gritty */
.tabs-container {
    position: relative;
    height: 4em;
}

.tabs-container nav {
    position: absolute;
    width: 100%;
}

.tabs-container nav ul {
    display: flex;
    flex-direction: column;
}

.tabs-container nav ul li {
    order: 1;
}

.tabs-container nav ul li.active {
    order: 0;
}

.tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    content: '';
    position: absolute;
    right: 1rem;
    top: 1.6rem;
    z-index: 9999;
}

.tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
    top: 1em;
}

.tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
}

.tabs-content {
    display: none;
    padding: 25px 5px;
}

.tabs-content.current {
    display: inherit;
}

/* Dropdown Tab Styles Ends Here */

.box-shadow {
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 25px;
    border-radius: 10px;
}

.hpc .carousel-inner {
    border-radius: 10px;
}

.dbf-i {
    height: 18px;
    margin-top: -5px;
}

.nt-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 15px;
}

.nt-header p {
    color: #212529;
}

.nt-header p img {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    vertical-align: sub;
}

.nt-header p:nth-child(1) {
    font-weight: bold;
}

.nt-content {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    align-items: center;
}

.nt-content p label {
    font-weight: normal;
    display: block;
    font-size: 1vw;
    margin-bottom: 2px;
}

.nt-content p img {
    margin-top: -4px;
    margin-right: 3px;
    max-height: 24px;
}

.nt-content p a {
    transition: all 0.5s ease;
    margin: 0 10px;
    display: inline-block;
}

.nt-content p a:hover {
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

.nt-content p a:nth-last-child(1) {
    margin-right: 0;
}

.nt-content p {
    margin-bottom: 0;
}

.nd-table {
    margin-bottom: 30px;
}

.nt-content p a img {
    margin-top: 0;
}

input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    color: #862633;
    padding: 0 5px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: pointer;
}

.side-nav-page {
    display: flex;
    flex-wrap: wrap;
    margin: -40px -15px;
}

.page-content {
    flex: 1;
    padding: 40px 15px;
}

.side-menu-div {
    width: 300px;
    border-right: 1px solid #D5D5D5;
    position: relative;
    margin-left: 15px;
}

.side-menu-icon {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    left: 100%;
    top: 4px;
    margin: 4px;
}

.side-menu-icon.active {
    background-color: #F4F4F4;
}

.side-menu-icon.active img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(34%) saturate(5466%) hue-rotate(335deg) brightness(98%) contrast(84%);
}

.side-menu-icon img {
    max-width: 100%;
    height: auto;
}

.side-menu-content {
    padding: 40px 10px;
    width: 300px;
    border-left: 1px solid #D5D5D5;
    height: 100%;
    transition: all 0.2s ease;
    margin-left: 400px;
}

.side-menu-content.active {
    margin-left: 0;
    transition: all 0.2s ease;
}

.side-menu-content ul {
    padding-left: 15px;
    font-size: 1.1vw;
}

.side-menu-content ul li {
    margin-bottom: 15px;
    color: #BBBBBB;
}

.side-menu-content ul li.done {
    color: #231F20;
}

.side-menu-content ul li.in-progress {
    color: #862633;
}

.side-menu-content ul li > ul {
    list-style: none;
    font-size: 1vw;
    margin-top: 10px;
}

.side-menu-content ul li > ul > li {
    margin-bottom: 5px;
}

.nd-table {
    margin-bottom: 20px;
}

.site-header {
    text-align: center;
}

.site-header h2 {
    color: #231F20;
    font-size: 35px;
    border-bottom: 1px solid #79222E;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.ss-media a {
    background-color: #747474;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 5px;
    display: inline-block;
    line-height: 32px;
    font-size: 17px;
    text-align: center;
    transition: all 0.2s ease;
}

.ss-media a:hover {
    transition: all 0.2s ease;
    background-color: #BFAA71;
}

.header-menu .nav-link:hover img {
    filter: none;
    opacity: 0.8;
}

.company-search select {
    border: 2px solid #862633;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: none;
}

.company-search select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(/cs-aw.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
    margin-right: 2rem;
    padding-right: 30px !important;
    background-size: 32px;
}

.pr-block {
    width: 80%;
    display: grid;
    margin-left: auto;
}

.navbar-brand {
    position: relative;
}

.navbar-brand::after {
    content: " ";
    display: block;
    height: 1.5px;
    background-color: #BFAA71;
    width: 75%;
    position: absolute;
    left: 70%;
    top: 50%;
    transform: rotate(90deg);
}

.navbar-toggler-icon {
    background-color: #862633;
}

.status-count p,
.status-count .count {
    font-size: 0.9vw;
}

.inv-dir a {
    width: 18%;
    margin: 5px;
    margin-bottom: 30px;
}

.inv-dir {
    justify-content: space-between;
}

.n-ntf p {
    font-weight: normal;
    color: #212529;
    font-size: 1vw;
}

.n-ntf p b {
    display: block;
    margin-bottom: 5px;
}

.n-ntf {
    display: block;
    transition: all 0.5s ease;
}

.n-ntf:hover {
    transition: all 0.5s ease;
    transform: translateX(15px);
}

.success-pop {
    max-width: 600px;
}

.modal.fade {
    background-color: rgba(0, 0, 0, 0.75);
}

.tool-tip {
    position: relative;
}

.tool-tip:hover:after {
    background: #F4F4F4;
    border-radius: 4px;
    color: #231F20;
    content: attr(titles);
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    padding: 5px 10px;
    position: absolute;
    top: 130%;
    right: -10%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    transition: all 0.5s ease;
}

.tbl-border {
    text-align: center;
    width: 100%;
    border: 0.5px solid #231F20;
}

.tbl-border tr {
    border-bottom: 0.5px solid #231F20;
}

.tbl-border td {
    width: 50%;
    font-size: 18px;
    padding: 1.35rem 0.75rem;
    border-right: 0.5px solid #231F20;
}

.tbl-border tbody:before {
    display: none;
}


@media screen and (max-width: 992px) {

    .header-menu li {
        padding: 0;
    }

    .header-menu {
        flex-flow: wrap;
        margin-top: 10px;
        justify-content: space-between;
    }

    .p-margin {
        padding: 20px 0px;
    }

    .page-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    p {
        font-size: 16px;
    }

    .form-control {
        height: 40px;
        font-size: 16px;
    }

    .btn {
        font-size: 17px;
    }

    .table td {
        white-space: nowrap;
    }

    .stat img {
        height: 20px;
    }

    .radio,
    .form-group label {
        font-size: 17px;
    }

    .form-group.mb-5 {
        margin-bottom: 25px !important;
    }

    .empty-lab {
        display: none;
    }

    .db-sec {
        display: block;
    }

    .db-sec h5 {
        font-size: 17px;
    }

    .db-tile {
        width: auto;
        margin: 10px 0 0;
    }

    .db-count img {
        margin-bottom: 10px;
    }

    .db-count h4 {
        font-size: 26px;
    }

    .db-tile p {
        font-size: 16px;
    }

    .db-filter {
        margin-bottom: 5px;
    }

    .db-filter h4 {
        font-size: 20px;
    }

    .db-chart {
        margin-bottom: 25px;
        height: auto;
    }

    .db-tile:hover,
    .db-tile.active {
        transform: scale(1.05);
    }

    .status-count .circle {
        width: 16px;
        height: 16px;
    }

    .status-count p {
        font-size: 15px;
    }

    .status-count .count {
        font-size: 15px;
    }

    .pr-block {
        width: 100%;
    }

    .company-search select {
        background-position-x: 99%;
    }

    .ap-status-icon {
        width: 24px;
        height: 24px;
        font-size: 22px;
        line-height: 25px;
    }

    tbody:before {
        line-height: 1em;
    }

    .tabs-container nav ul li {
        font-size: 19px;
    }

    .page-breadcrumb {
        font-size: 14px;
    }

    .page-heading {
        font-size: 22px;
    }

    .services a {
        margin: 9px;
        width: 43%;
    }

    .services a img {
        height: 60px;
    }

    .ap-img img {
        height: auto;
    }

    .ap-info {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }

    .ap-img {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .allocated-plots h3 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .allocated-plots h4 {
        font-size: 16px;
    }

    .allocated-plots p {
        font-size: 15px;
    }

    .allocated-plots p span {
        font-size: 16px;
    }

    .allocated-plots a {
        font-size: 15px;
        display: block;
        margin-bottom: 15px;
    }

    .allocated-plots a img {
        width: 20px;
        height: 20px;
    }

    .theme-subtitle {
        font-size: 20px;
    }

    .services-sub-h {
        font-size: 19px;
        margin-top: 10px;
    }

    .btn-primary,
    .btn-outline-primary {
        min-width: 100px;
    }

    .loc-link {
        font-size: 14px;
    }

    .detailed-adrs {
        margin-top: 12px;
    }

    .detailed-adrs h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .detailed-adrs p {
        font-size: 15px;
    }

    .progressbar li:before {
        width: 45px;
        height: 45px;
        line-height: 40px;
        border: 4px solid #D5D5D5;
        margin-bottom: 8px;
    }

    .progressbar li:after {
        height: 4px;
        top: 22px;
    }

    .progressbar li {
        font-size: 12px;
    }

    .app-title {
        font-size: 20px;
    }

    hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .ap-num {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .app-subtitle {
        font-size: 16px;
    }

    .in-notes li {
        font-size: 14px;
        line-height: 25px;
    }

    .product-info {
        padding: 20px 5px;
    }

    .app-st {
        font-size: 17px;
        margin-bottom: 15px;
    }

    input[type=checkbox] + label {
        margin-left: 30px;
    }

    input[type=checkbox] + label:before {
        margin-left: -30px;
    }

    .success-message img {
        height: 75px;
        margin-bottom: 5px;
    }

    .success-message p {
        font-size: 15px;
    }

    .success-message .btn {
        margin-top: 10px;
    }

    .btn-browse {
        margin-bottom: 20px;
    }

    .menu-item .col-12 {
        padding: 0;
    }

    .menu-item .nav-link {
        padding: 10px 15px !important;
        border-top: 1px solid #BFAA71;
    }

    .menu-item .nav-link img {
        width: 20px;
        height: 20px;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .header-menu {
        padding-top: 0;
    }

    .notification p:nth-child(1) {
        font-size: 14px;
        margin-top: 15px;
    }

    .notification p:nth-last-child(1) {
        margin-bottom: 15px;
    }

    .notification {
        margin-bottom: 25px;
    }

    .iv-directory {
        width: 100%;
        margin: 0px;
        margin-bottom: 15px;
        padding: 15px;
    }

    .modal-dialog {
        max-width: 95%;
    }

    .pop-graybox h6 {
        font-size: 18px;
    }

    .pop-dd {
        flex-wrap: wrap;
    }

    .pop-graybox img {
        margin-bottom: 15px;
    }

    .notifi-count {
        right: -11px;
    }

    .side-menu-content ul {
        font-size: 14px;
    }

    .side-menu-content ul li > ul {
        font-size: 12px;
    }

    .nt-header,
    .nt-content {
        display: block;
    }

    .nt-content p label {
        font-size: 14px;
        margin-bottom: 0;
    }

    .nt-content p {
        margin-bottom: 10px;
    }

    .nt-content p img {
        margin-top: -2px;
    }

    .p-number {
        margin-left: 5px;
    }

    .services {
        justify-content: space-around;
    }

    .side-nav-page {
        margin: -20px 0;
    }

    .page-content {
        padding: 20px 0;
    }

    .side-menu-div {
        margin-left: 0;
        display: none;
    }

    .side-menu-content {
        border-left: 0;
    }

    .header-menu li a img {
        margin-left: 10px;
    }

    .logo {
        margin-left: 0;
        height: 60px;
    }

    .navbar-brand {
        padding: 0;
    }

    .carousel-item img {
        min-height: 150px;
        object-fit: cover;
    }

}

@media (min-width: 768px) {
    .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        white-space: nowrap;
        overflow: hidden;
        border: none;
    }

    .tabs-container nav ul li {
        display: inline-block;
        padding: 12px 25px;
        border: none;
        font-size: 1.2vw;
    }

    .tabs-container nav ul li:not(.active) {
        position: relative;
        top: auto;
    }

    .tabs-container nav ul li.active {
        order: 1;
    }

    .tabs-container nav ul li.active:after {
        display: none;
    }

    .sbc,
    .bbc {
        justify-content: space-between;
    }

    .sbc [class*="col-"] {
        max-width: 47%;
    }

    .bbc [class*="col-"] {
        max-width: 45%;
    }

    .new-arr-owl {
        max-width: 96%;
    }

    .new-arr-owl .owl-nav .owl-prev {
        left: -2%;
    }

    .new-arr-owl .owl-nav .owl-next {
        right: -2%;
    }

}

@media(min-width:768px) and (max-width:992px) {
    .page-title {
        font-size: 24px;
    }

    .empty-lab {
        display: block;
    }

    .db-sec a:nth-last-child(1) .db-tile {
        margin: 10px;
    }

    .ap-img img {
        height: 350px;
    }

    .allocated-plots {
        max-height: 300px;
    }

    .ap-info {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .ap-img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
    }

    .btn-primary,
    .btn-outline-primary {
        min-width: 150px;
    }

    .iv-directory {
        width: 47%;
        margin: 10px;
    }

    .pop-dd {
        flex-wrap: nowrap;
    }

    .pop-graybox img {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
	padding:0px;
    }

    .navbar-light .navbar-nav .nav-item {
        flex: 1;
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link {
        border-right: 1px solid #BFAA71;
        border-left: 1px solid #BFAA71;
    }
}

@media(min-width:1800px) {
    .status-count .circle.fl {
        margin-top: 3px;
    }
}

/* Loader style starts here */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: #333;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

span.lasoder-text {
    color: #fff;
    font-size: 12px;
    z-index: 9999;
    position: absolute;
    left: -17px;
    top: 38px;
    font-family: 'MyriadPro', sans-serif;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Loader style ends here */

/*Choose file style starts here*/
.bbc.file-selection [class*="col-"] {
    max-width: 100%;
}

.choose-filebtn {
    margin-bottom: 25px;
}

.choose-filebtn .file-input__label span {
    color: #862633;
}

.choose-filebtn fieldset {
    border: 1px solid #862633;
    padding: 8px 10px 10px;
    border-radius: 4px;
}

.choose-filebtn legend.file-input__label {
    width: auto;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 2px;
    color: #000;
    font-family: 'MyriadPro', sans-serif;
    margin-bottom: 0px;
}

.choose-filebtn button.input__choose {
    background-color: #862633;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #862633;
    box-shadow: none;
    font-size: 11px;
    padding: 3px 15px;
}

.choose-filebtn button.input__choose:focus {
    box-shadow: none;
    outline: none;
    opacity: 0.9;
}

.choose-filebtn span.input__no-file {
    font-size: 12px;
    color: #231F20;
}

.choose-filebtn span.chip__text {
    font-size: 12px;
    color: #862633;
}

.choose-filebtn .file-input__input.input.input__container {
    display: flex;
    justify-content: space-between;
}

/*remove icon*/
.choose-filebtn button.input__remove,
button.input__remove:focus {
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    padding: 0px;
}

.choose-filebtn .input__remove svg {
    width: 18px;
    height: 18px;
}

@media (max-width:992px) {
    .choose-filebtn legend.file-input__label {
        font-size: 12px;
    }
}

/*Choose file style ends here*/
