@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"); .local-official-form-wrapper .state select,
.local-official-form-wrapper .country select,
.local-official-form-wrapper .phone-no input {
  width: 100%;
}
.local-official-form-wrapper .form-section {
  padding: 15px;
  padding-right: 30px;
}
.local-official-form-wrapper .form-item-image {
  margin-left: 15px;
}
body.path-add-local-offical .page-title {
  display: none;
}


.local-listing-wrapper {
  border: 1px solid #ccc;
  overflow: hidden;
}
.local-listing-wrapper .left-navigation {
  background: #e9ecef;
  padding: 0px;
}
.local-listing-wrapper .col-sm-9.form-section {
  background: #ffffff;
  padding: 15px 25px !important;
}

/************* Left menu *******************/


.local-listing-wrapper .left-navigation ul {
  padding: 0px;
  margin: 0px;
}
.local-listing-wrapper .left-navigation ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  list-style: none;
}
.local-listing-wrapper .left-navigation ul li:hover,
.local-listing-wrapper .left-navigation ul li.active {
  background: #e11e2e;
}

.local-listing-wrapper .left-navigation ul li a {
  color: #000000;
  padding-left: 15px;
  display: block;
  font-weight: bold;
}
.local-listing-wrapper .left-navigation ul li.active a,
.local-listing-wrapper .left-navigation ul li:hover a {
  color: #ffffff;
}

.add-new-button {
  background: #e11e2e;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
}
.add-new-button:hover {
  background: #000000;
}

/************* Official card *******************/

#official-list .list-item {
  width: 200px;
  float: left;
  border: 1px solid #ccc;
  padding: 7px;
  background: #ffffff;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 25px;
  list-style: none;
}
/* #official-list .list-item img {
  max-height: 108px;
} */
#official-list .list-item .address-text,
.office-card-on-form span {
  font-size: 14px;
  line-height: 23px;
}

#official-list .list-item .action-links {
  width: 100%;
  background: yellow;
}
#official-list .list-item .edit-link {
  width: 30px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}
#official-list .list-item .delete-link {
  float: right;
}
/* *************Office Card on form ***********************/

.office-card-on-form {
  width: 200px;
  padding: 7px;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 25px;
  list-style: none;
  min-height: 230px;
}
.office-card-on-form .image img {
  max-width: 100%;
}
fieldset#edit-select-official--wrapper .js-form-item {
  width: 25%;
  display: inline-block;
  position: relative;
}
fieldset#edit-select-official--wrapper input {
  position: absolute;
  top: 70px;
  right: 28px;
}
fieldset#edit-select-official--wrapper #edit-select-official {
  display: flex;
  flex-wrap: wrap;
}
.official-form-wrapper .local-office-list {
  display: block;
}

table.datasearch tr th {
  background: #e9ecef;
  color: #000000;
}


div.dt-container div.dt-layout-cell.dt-end {
  text-align: left !important;
}

div.dt-container div.dt-layout-cell.dt-end {
  text-align: left !important;
}


.add-local-offices-form .col-sm-4.state .form-item-state-code,
.edit-local-offices-form .col-sm-4.state .form-item-state-code {
  display: none;
}



/* Akash CSS for filters */
.path-local-offices fieldset .fieldset__legend {
	display: none;
}
.path-local-offices fieldset .fieldset__wrapper .form-actions input {
	background: #6c757d;
	margin: 0px;
	height: 44px;
	min-height: 44px;
	border-radius: 3px;
	width: 125px;
}
.path-local-offices fieldset .fieldset__wrapper .form-actions a {
	margin: 0px;
	height: 44px;
	width: 125px;
	text-align: center;
	justify-content: center;
	background: #e11e2d;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.path-local-offices fieldset .fieldset__wrapper .form-actions {
	display: flex;
	margin: 0px;
	align-items: center;
	gap: 20px;
	position: relative;
	top: 12px;
}
.path-local-offices fieldset .fieldset__wrapper .js-form-item {
	margin: 0px;
}
.path-local-offices fieldset .fieldset__wrapper .js-form-item label {
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #444;
}
.path-local-offices fieldset .fieldset__wrapper .form-actions a:hover {
	background: #404c78;
}
.path-local-offices .right-content .add-btn {
	margin-top: 1.9%;
}
@media only screen and (min-width: 577px) and (max-width: 767px)  {
    .path-local-offices form .row .col-sm-10.p-0 {
        width: 100%;
    }
    .path-local-offices .right-content .add-btn {
        position: unset !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    .path-local-offices form .row .col-sm-10.p-0 fieldset .fieldset__wrapper .ext {
        flex-wrap: wrap;
    }
    .path-local-offices form .row .col-sm-10.p-0 fieldset .fieldset__wrapper .ext .col-sm-3.col-md-2 {
        width: 33% !important;
        max-width: 33%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .path-local-offices form .row .col-sm-10.p-0 {
        width: 100%;
    }
    .path-local-offices .right-content .add-btn {
        position: unset !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    .path-local-offices form .row .col-sm-10.p-0 fieldset .fieldset__wrapper .ext {
        flex-wrap: wrap;
    }
    .path-local-offices form .row .col-sm-10.p-0 fieldset .fieldset__wrapper .ext .col-sm-3.col-md-2 {
        width: 30% !important;
        max-width: 30%;
    }
}
@media only screen and (min-width: 992px) {
    .path-local-offices form .row .col-sm-10.p-0 fieldset .fieldset__wrapper .ext .col-sm-3.col-md-2 {
        width: 22% !important;
        max-width: 22%;
    }
}
.path-local-offices .right-content .add-btn {
	margin-top: 1.9% !important;
}