img {
    max-width: 100%
}

.dashboard-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 10px 15px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12)
}

.dashboard-sm .title {
    font-size: 22px;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500
}

.dashboard-sm .title:after {
    content: "";
    border-bottom: 4px solid #ef3339;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0
}

.search_in {
    width: 40%;
    position: relative
}

.search_in input {
    width: 100%;
    border-bottom: 1px solid #216e6b;
    font-size: 14px;
    padding-bottom: 6px;
    font-weight: 500;
    padding-left: 30px
}

.search_in input::-webkit-input-placeholder {
    color: #000;
    opacity: 90%
}

.search_in input::-moz-placeholder {
    color: #000;
    opacity: 90%
}

.search_in input:-ms-input-placeholder {
    color: #000;
    opacity: 90%
}

.search_in input::-ms-input-placeholder {
    color: #000;
    opacity: 90%
}

.search_in input::placeholder {
    color: #000;
    opacity: 90%
}

.search_in i {
    position: absolute;
    left: 3px;
    bottom: 9px;
    font-size: 18px
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb a {
    display: inline-block;
    font-size: 14px;
    color: #216e6b
}

.breadcrumb a:after {
    content: "/";
    display: inline-block;
    font-size: 14px;
    padding: 0 6px
}

.breadcrumb a:last-child:after {
    display: none
}

.breadcrumb i {
    display: inline-block;
    margin-right: 2px
}

.back_button {
    display: inline-block;
    color: #ffffff;
    background: #ff9802;
    padding: 5px 8px;
    border-radius: 2px
}

.back_button i {
    display: inline-block;
    margin-right: 2px
}

@media screen and (max-width:767px) {
    .dashboard-sm .title {
        font-size: 18px
    }
}

.common-input {
    padding: 0;
    margin: 0;
    display: block
}

.common-input.remove-margin {
    margin-top: 0
}

.common-input label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.common-input input,
.common-input select {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000
}

.common-input input::-webkit-input-placeholder,
.common-input select::-webkit-input-placeholder {
    color: #000;
    opacity: 90%
}

.common-input input::-moz-placeholder,
.common-input select::-moz-placeholder {
    color: #000;
    opacity: 90%
}

.common-input input:-ms-input-placeholder,
.common-input select:-ms-input-placeholder {
    color: #000;
    opacity: 90%
}

.common-input input::-ms-input-placeholder,
.common-input select::-ms-input-placeholder {
    color: #000;
    opacity: 90%
}

.common-input input::placeholder,
.common-input select::placeholder {
    color: #000;
    opacity: 90%
}

.common-input input[type=file] {
    width: auto
}

.common-input select {
    padding: 8px 10px;
    background: url(../images/common/down-arrow.svg) no-repeat;
    background-position: right
}

.common-input .full-width-heading {
    width: 100%
}

.common-input .full-width-heading p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px
}

.branch_add {
    text-align: right;
    padding: 20px 0
}

.branch_add.sp {
    padding: 15px 0
}

.branch_add a {
    display: inline-block;
    font-size: 15px;
    color: #167ee6;
    font-weight: 500
}

.branch_add i {
    margin-right: 5px;
    font-size: 15px
}

.common-input-form {
    padding: 30px;
    background: #ffffff;
    margin: 40px 0;
    border-radius: 5px;
    border-top: 2px solid #216e6b
}

.common-input-form.spacing {
    padding: 0 0 15px;
    margin: 0
}

.common-input-form .title {
    font-size: 20px;
    padding: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.input-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.input-field .input-group {
    width: 48.5%;
    margin-bottom: 12px
}

.input-field .input-group.full-group {
    width: 100%
}

.outer-space {
    padding: 20px
}

.staff-details {
    padding: 20px 20px 0
}

.staff-details .heading {
    font-size: 22px;
    margin-bottom: 15px
}

.fa-pen-nib {
    background: #643296
}

@media screen and (max-width:767px) {
    .input-field .input-group {
        width: 100%
    }

    .common-input-form {
        padding: 10px;
        margin: 20px 0
    }
}

.data_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 10px
}

.table_row {
    width: 48%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px
}

.table_row .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600
}

.table_row.table-statistics {
    width: 100%
}

.tabel_list {
    width: 100%;
    background: #ffffff
}

.tabel_list.bg {
    border: 1px solid #ccc
}

.tabel_list.bg thead {
    background: none;
    border-bottom: 1px solid #ccc
}

.tabel_list.bg thead tr:nth-child(odd) {
    background: none
}

.tabel_list.bg thead th {
    color: #000;
    padding: 10px;
    font-weight: 600;
    text-align: left
}

.tabel_list.bg.after-icon th {
    position: relative;
    padding-right: 25px
}

.tabel_list.bg.after-icon th:after {
    content: "\f063";
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: FontAwesome !important;
    opacity: 0.5
}

.tabel_list.bg tr:nth-child(odd) {
    background: #f0f3f7
}

.tabel_list.bg tr:nth-child(2n) {
    background: none
}

.tabel_list.bg td {
    text-align: left
}

.tabel_list.bg td:first-child {
    width: 70px;
    vertical-align: middle
}

.tabel_list.bg a {
    display: inline-block;
    color: #167ee6;
    margin: 0 3px
}

.tabel_list.bg a:hover {
    color: #ef3339
}

.tabel_list.bg.table_booking_head {
    background: #f0f3f7
}

.tabel_list.bg.table_booking_head th {
    background: #fff
}

.tabel_list.bg.table_booking_head td {
    text-align: center
}

.tabel_list.bg.table_booking_head th:nth-child(11),
.tabel_list.bg.table_booking_head th:nth-child(3),
.tabel_list.bg.table_booking_head th:nth-child(7) {
    padding: 8px 45px
}

.tabel_list.bg.table_booking_head th:nth-child(12n) {
    padding: 8px 20px
}

.tabel_list thead {
    background: #643296;
    color: #ffffff
}

.tabel_list thead th {
    color: #ffffff;
    padding: 4px 10PX;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-right: 1px solid #ccc;
    text-align: center
}

.tabel_list thead th:last-child {
    border-right: 0
}

.tabel_list tr:nth-child(2n) {
    background: #dae5f3
}

.tabel_list td {
    padding: 10px;
    font-size: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center
}

.tabel_list td:first-child {
    width: 60px;
    vertical-align: middle
}

.tabel_list td:last-child {
    border-right: 0
}

.tabel_list br {
    display: none
}

.table-sm {
    overflow: auto;
    height: 220px
}

.full_table {
    overflow: auto;
    white-space: nowrap;
    padding: 20px
}

.full_table.table_input {
    margin-bottom: 50px
}

.full_table.table_input input,
.full_table.table_input select {
    background-color: #fff;
    text-align: center
}

.full_table.table_input select {
    text-align: left
}

.button {
    display: inline-block;
    background: #ef3339;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    padding: 8px 35px;
    font-weight: 600;
    letter-spacing: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    margin-right: 0
}

.button.mt {
    margin-top: 15px
}

.edit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.edit-button .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.edit-button label {
    margin: 0;
    margin-right: 10px;
    font-weight: 500
}

.edit-button input {
    padding: 6px 10px;
    border: 1px solid #ccc
}

.m_button a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 10px;
    margin-right: 3px;
    background: #643296
}

@media screen and (max-width:767px) {
    .edit-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .edit-button .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .edit-button label {
        margin: 0 auto;
        margin-left: 0;
        text-align: left
    }

    .m_button {
        margin-bottom: 15px
    }
}

.multiple-input .input-field {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.multiple-input .input-group {
    width: 32%;
    margin-right: 20px
}

.multiple-input .input-group:nth-child(3n) {
    margin-right: 0
}

.multiple-input button {
    margin-left: 0
}

@media screen and (max-width:767px) {
    .multiple-input .input-group {
        width: 100%;
        margin-right: 0
    }
}

.half_input .half-width-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.half_input .half-width-input input,
.half_input .half-width-input select {
    width: 100%
}

.half_input .half-width-input.no-flex {
    display: block
}

.half_input .half-width-input.procuct-check {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.half_input .half-width-input.procuct-check .common-checkbox {
    margin-right: 15px
}

.half_input .date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.half_input .date-box label {
    width: 100%
}

.half_input .left,
.half_input .right {
    width: 48.5%
}

.country-code-no {
    width: 25%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .half_input .half-width-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .half_input .half-width-input .left,
    .half_input .half-width-input .right {
        width: 100%
    }
}

.common-checkbox {
    margin-bottom: 15px
}

.common-checkbox.width-full {
    width: 100%
}

.common-checkbox.agent_profit_heading {
    margin: 20px 0 50px
}

.common-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.common-checkbox label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0
}

.common-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ef3339;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.common-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 3px;
    height: 7px;
    border: solid #ef3339;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-checkbox {
    margin-bottom: 15px
}

.common-checkbox.width-full {
    width: 100%
}

.common-checkbox.agent_profit_heading {
    margin: 20px 0 50px
}

.common-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.common-checkbox label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0
}

.common-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ef3339;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.common-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 3px;
    height: 7px;
    border: solid #ef3339;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.agent_selective_item {
    margin-bottom: 30px
}

.agent_selective_item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px
}

.agent_selective_item .product_item {
    width: 48%
}

.agent_selective_item .agent_col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agent_selective_item .common-checkbox {
    width: 32%
}

.agent_selective_item .heading {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .agent_selective_item .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .agent_selective_item .product_item {
        width: 100%
    }

    .agent_selective_item .common-checkbox {
        width: 49%
    }
}

.agents_common_heading {
    text-align: center;
    margin: 25px 0
}

.agents_common_heading p {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #000
}

body {
    background: #f0f3f7
}

.min-div {
    background: #f0f3f7;
    padding: 40px 0
}

@media screen and (max-width:767px) {
    .min-div {
        padding: 20px 0
    }
}

/*# sourceMappingURL=agents.css.map */

.sel_dep {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  margin-top: 6px;
  z-index: 1000;
  max-height: 260px;
  overflow-y: auto;
}

/* Remove default list style */
.sel_dep ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List item */
.sel_dep li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sel_dep li:hover {
  background: #f5f8ff;
}

/* Airport code */
.sel_dep li span {
  font-weight: 700;
  color: #1a73e8;
  min-width: 45px;
  font-size: 14px;
}

/* City & country */
.sel_dep li strong {
  display: block;
  font-size: 13px;
  color: #222;
}

/* Airport name */
.sel_dep li small {
  display: block;
  font-size: 11px;
  color: #666;
}

/* Scrollbar styling */
.sel_dep::-webkit-scrollbar {
  width: 6px;
}

.sel_dep::-webkit-scrollbar-thumb {
  background: #cfd8dc;
  border-radius: 4px;
}

.sel_dep::-webkit-scrollbar-track {
  background: #f1f1f1;
}