/** PRELOADER **/

.main-preloader {
  position: fixed;
  top: 0;
  z-index: 999999;
  background: rgba(50, 50, 50, 0.85) none repeat scroll 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.main-preloader .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}

.ploader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(247, 93, 52, 0.2);
  border-right: 1.1em solid rgba(247, 93, 52, 0.2);
  border-bottom: 1.1em solid rgba(247, 93, 52, 0.2);
  border-left: 1.1em solid #f75d34;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.ploader,
.ploader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**END preloader*/

a.logo {
  color: #fff;
  font-size: 20px;
  display: table;
  margin-top: 2px;

  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;


}


a.logo:hover {
  text-decoration: none;
}

.border {
  border: 0px solid red;
}

#layout_1 .top {
  background: black;
  padding-top: 5px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
  height: 43px;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.block {
  display: block;
}

#layout_1 ul.menu {
  display: table;
  width: 200px;
  margin: 0;
  padding: 0;
}

#layout_1 ul.menu li {
  display: table-cell;
  text-align: center;
  border: 0px solid red;
  position: relative;
}

#layout_1 ul.menu li a {
  font-size: 30px;
  color: #fff;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

#layout_1 .left {
  display: inline-block;
  vertical-align: top;
}

.popup_menu {
  position: absolute;
  border: 1px solid #d8d8d8;
  background: #fff;
  left: -50px;
  position: absolute;
  top: 35px;
  width: 250px;
  padding: 12px 5px;

  -webkit-box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
  box-shadow: -3px 3px 5px 0px rgba(216, 216, 216, 0.75);
}

.popup_menu.notification {
  left: -330px;
  width: 400px;
  text-align: left;
}

#layout_1 ul.menu li .popup_menu a {
  color: #000;
}

#layout_1 ul.menu li .popup_menu a p {
  font-size: 16px;
}

.hide,
.popup_menu,
.table-action,
.assign-agent-wrap,
.team_opion,
.delivery-info,
.task-details,
.reason_wrap,
#order-id-wrap,
.search-team-wrap,
.custom_selection {
  display: none;
}

.back-dashboard {
  display: block;
}

.back-dashboard a {
  color: #fff;
  display: table;
  font-size: 16px;
  margin-top: 5px;
}

body.dashboard .back-dashboard {
  display: none;
}

body.dashboard .search-team-wrap {
  display: block;
}

#table_list tr:hover .table-action,
#table_list .task-details {
  display: block;
}

#table_list .concat-text {
  width: 200px;
}

.orange-button {
  background: #f75d34;
  border: 1px solid #f75d34;
  color: #fff;
  padding: 5px 8px;
}


a.orange-button:hover,
button.orange-button:hover,
input.orange-button:hover,
input.orange-button:focus,
a.orange-button:focus

/* #menu .logout-menu a:hover  */
  {
  text-decoration: none;
  color: #fff;
  background: #ff4e41;
  border: 1px solid #ff4e41;
}


.black-button {
  background: #101316;
  border: 1px solid #101316;
  color: #fff;
  padding: 5px 8px;
}

.blue-fields {
  background: #003e5e;
  border: 1px solid #003e5e;
  color: #fff;
  padding: 5px 8px;
}

/* .lightblue-fields {
  background: #427b99;
  border: 1px solid #427b99;
  color: #fff;
  padding: 5px 8px;
}

.lightblue-fields.medium {
  padding: 3px 5px;
} */

.black-button:hover {
  background: #262b31;
}

.orange-button.medium,
.green-button.medium,
.black-button.medium {
  /*padding: 5px 25px;*/
  padding: 8px 25px;
}

.green-button.small {
  padding: 2px 7px;
}

.green-button.inline {
  display: inline;
}

.green-button {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  padding: 5px 8px;
}

.tag_online {
  color: #00b279;
}

.green-button.inline,
.orange-button.inline,
.inline-block,
.black-button.inline {
  display: inline-block;
}

a.green-button:hover,
button.green-button:hover,
input.green-button:hover,
input.green-button:focus,
a.green-button:focus

/* #menu .green-button a:hover  */
  {
  text-decoration: none;
  color: #fff;
  background: #fd323a;
  border: 1px solid #fd323a;
}

.rounded {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.rounded3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}


.rounded5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
}


.rounded30 {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -khtml-border-radius: 30px;
}

.dashboard-work-area,
.parent-wrapper {
  border: 0px solid blue;
  position: absolute;
  height: 93%;
  width: 100%;
  top: 42px;
  left: 0;
}

.content_1 {
  display: inline-block;
  width: 280px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  background: #eeeeee;
  overflow-y: auto;
}

.content_1.white {
  background: #fff;
  overflow: scroll;
  overflow-x: hidden;
}

.content_2 {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: 280px;
  margin-right: 280px;
  width: calc(100% - 560px);
  background: #494646;
}

.content_main {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: 280px;
  margin-right: 280px;
  width: calc(100% - 280px);
  overflow: scroll;
}

.content_main .inner {
  padding: 20px;
}

.content_3 {
  display: inline-block;
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #eeeeee;
  overflow-y: auto;
}

.blue_panel {
  background: black;
  color: #fff;
  padding: 10px;
  position: relative;
}

.blue_panel a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}

/** TABS **/
ul#tabs {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0;
  background: #fff;

  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
}

ul#tabs li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  color: #515253;
  width: 30%;
  vertical-align: middle;
}

ul#tabs li:hover {}

ul#tabs li.active {
  color: #2196f3;
  border-bottom: 3px solid #2196f3;
}

ul#tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#tab li {
  display: none;
}

ul#tab li.active {
  display: block;
}

/* END TABS*/
.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}


.content_1 #tabs li span,
.content_3 #tabs li span {
  display: block;
  text-align: center;
  font-size: 30px;
}

.list_row .row.box {
  color: #515253;
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  box-shadow: 0px 1px 4px 0px rgba(216, 216, 216, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
}

.list_row .row.box.active {
  background: #e7e4e4;
}

.list_row .inline {
  /*display:inline;*/
  display: inline-block;
}

.list_row .row p {
  margin: 0;
}

.tag {
  background: #33a17e;
  color: #fff;
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  text-transform: capitalize;
}

span.tag {
  display: inline-block;
  padding: 3px 8px;
  text-align: center;
  min-width: 90px;
}

span.tag.failed,
span.tag.canceled,
span.tag.cancelled,
span.tag.declined,
.tag.cancelled,
tag.failed,
.failed,
.declined {
  background: #e53935;
}

.tag.unassigned,
span.tag.pending {
  background: #999;
}

.tag.assigned {
  /*background:#fc8344 ;*/
  background: #4c9ec0;
}

.tag.successful,
span.tag.successful {
  background: #2c9f2c;
}

.tag.started {
  background: #ba68c8;
}

.tag.inprogress {
  background: #ec391c;
}

.tag.sign {
  background: #f6bf00;
}

.tag.note {
  background: #3399FF;
}

.tag.photo {
  background: #658d78;
}

.orange-button-small {
  background: #f75d34;
  color: #fff;
  padding: 2px 7px;
}

.orange-button-small:hover,
.orange-button-small:focus {
  background: #ff4e41;
  color: #fff;
  text-decoration: none;
}

.orange-button-small.inline {
  display: inline;
}

.left-menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.left-menu ul li {
  list-style: none;
  padding: 15px 30px;
}

.left-menu ul li.active {
  background: #427b99;
}

.left-menu ul li.active a {
  color: #fff;
}

.left-menu ul li a {
  font-size: 18px;
  color: #404040;
  display: block;
  padding: 5px 0px;
}

.left-menu ul li a:hover {
  text-decoration: none;
  color: #427b99;
}

.left-menu ul li.active a:hover {
  color: #fff;
}

.nav_option {
  padding: 10px 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
}

.nav_option a {
  margin-right: 10px;
}

.frm .inner {
  padding: 10px 25px;
}

/* .frm input[type="text"],
.frm input[type="password"],
.frm select,
.frm textarea {
  border: 1px solid #d8d8d8;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
} */

.frm p {
  margin-bottom: 3px;
}

.frm input[type="text"].mobile_inputs {
  padding-left: 50px;
  min-width: 245px;
}

#frm_task.frm input[type="text"].mobile_inputs {
  min-width: inherit;
}

/*.frm div[class^="col-md-"]{
padding-left:0px;
padding-right:0px;
}*/
/* 
body.login-body {
  background: #09293a;
} */
/* 
.login-wrap {
  margin: auto;
  margin-top: 6%;
  width: 350px;
}

.login-wrap img {
  display: block;
  margin: auto;
  max-width: 120px;
  margin-bottom: 15px;
}

.login-wrap .frm {
  border: 1px solid #d8d8d8;
  padding: 20px;
  background: #d8d8d8;
}

.login-wrap .lightblue-fields {
  padding: 8px 10px;
  margin: auto;
  width: 100%;
} */

#team_member_chosen input[type="text"],
#driver_allowed_merchant_list_chosen input[type="text"] {
  height: auto;
  width: 100% !important;
}

.map1,
.map2 {
  border: 1px solid #d8d8d8;
  min-height: 280px;
  width: 100%;
  background: #494646;
  position: relative;
}

.map_task,
.primary_map,
.map_dropoff {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.pac-container {
  z-index: 99999 !important;
}

.inline.customer_name {
  vertical-align: top;
  width: 97px;
}

/* .assign-agent {
  font-size: 12px;
} */

.content_1 .row.box:hover .task-details,
.map-info-window .task-details {
  display: block;
}

.text-orange {
  color: #f75d34;
}

.text-green {
  color: #00b279;
}

.assign-agent.text-orange,
.assign-agent.text-green,
.task-map .text-green {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}

.concat-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.grey-box {
  background: #f5f5f5;
  padding: 8px 10px;
}

.grey-box .v {
  color: #515253;
}

.task-action-button a {
  display: block;
  text-align: center;
}

.map-info-window h4 {
  font-size: 17px;
}

#order-id-wrap h4 {
  margin: 0;
}

#search_map {
  min-width: 250px;
}

.agent_name {
  font-weight: 600;
  font-size: 13px;
}

.connection_status {
  font-size: 12px;
}

.form-horizontal.frm .control-label {
  text-align: left;
}

.item-order-list,
.summary-wrap {
  width: 350px;
  margin: auto;
}

.item-order-list {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 8px;
}

.summary-wrap {
  padding-top: 8px;
}

.item-order-list .a,
.item-order-list .b {
  float: left;
}

.item-order-list .a {
  padding-right: 8px;
}

.item-order-list .b.uk-text-success {
  font-weight: bold;
}

.item-order-list .manage {
  float: right;
}

.clear {
  clear: both;
}

.dashboard-work-area .tag.rounded.pickup {
  background: #2196f3;
}

.up-down-wrap {
  bottom: 40px;
  position: fixed;
  right: 3%;
  z-index: 9999;
}

.up-down-wrap a {
  font-size: 30px;
  margin-right: 5px;
}

.notification-pop textarea {
  min-height: 150px;
  overflow: scroll;
  overflow-x: hidden;
}

.ingredients-label {
  color: #659f13;
}

.tag {
  text-align: center;
}

.customer-signature {
  max-width: 110px;
  max-height: 110px;
  background: #fff;
}

#layout_1 ul#notification_list {
  margin: 0;
  padding: 0px 20px;
}

#layout_1 #notification_list li {
  display: block;
  text-align: left;
  padding: 5px 0;
}

#layout_1 ul.menu li .popup_menu #notification_list a {
  display: inline;
  font-size: 14px;
  padding-left: 5px;
  font-weight: bold;
}

.map-location-wrap {
  border: 1px solid #d8d8d8;
  height: 450px;
  width: 100%;
  position: relative;
}

.map-location {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#chartdiv {
  width: 100%;
  height: 430px;
}

.table_charts {
  width: 90%;
  margin: auto;
  margin-top: 30px;
}

.section_one_by_one,
.section_send_to_all {
  display: none;
}

.settings-page ul#tabs li {
  /*width:20%;*/
  width: auto;
  padding: 10px;
}

.language-page ul#tabs li {
  width: 15%;
}

.map-direction {
  display: none;
}

#map-direction {
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
}

.small-font {
  font-size: 11px;
}

.settings-page ul#tab #driver_allowed_merchant_list_chosen li,
.settings-page ul#tab #driver_merchant_task_to_admin_chosen li,
.settings-page ul#tab #driver_merchant_block_chosen li,
.settings-page ul#tab .chosen-container-multi li {
  display: block !important;
}

.settings-page ul#tab #driver_merchant_task_to_admin_chosen li input,
.settings-page ul#tab #driver_merchant_block_chosen li input,
.settings-page ul#tab .chosen-container-multi li input {
  min-height: 30px !important;
}

.dropoff_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.dropoff_action_1,
.dropoff_action_2,
.map2,
.dropoff_details_label_1,
.dropoff_details_label_2,
.dropoff_details_wrap {
  display: none;
}

.map2 {
  margin-top: 20px;
}

.profile-photo {
  background: #ccc;
  border: 1px solid #666;
  float: right;
  height: 85px;
  position: absolute;
  right: 20px;
  width: 100px;
}

.profile-photo img {
  width: 100%;
  height: 100%;
}

.profile-photo p {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
}

.driver_status {
  color: #fff;
  padding: 5px;
}

.driver_status.pending,
.driver_status.suspended,
.driver_status.blocked,
.driver_status.expired {
  background: #ec391c;
}

.driver_status.active {
  background: #2c9f2c;
}

.driver_status.pending {
  background: #ba68c8;
}

.view-driver-details,
.open-modal-push {
  display: block;
  font-size: 12px;
}

.box.task-map.task_critical {
  background: #FF8181;
  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation: argh-my-eyes 1s infinite;
  animation: argh-my-eyes 1s infinite;
}

@-webkit-keyframes argh-my-eyes {
  0% {
    background-color: #FF8181;
  }

  49% {
    background-color: #FF8181;
  }

  50% {
    background-color: #fff;
  }

  99% {
    background-color: #fff;
  }

  100% {
    background-color: #FF8181;
  }
}

.truncate-text {
  display: block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.update-link-wrapper {
  background: #f3989b;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.track-map-parent,
.track-details-wrap {
  height: 75%;
  margin-top: 20px;
  position: absolute;
  width: 70%;
}

.track-map,
.mapbox_track_map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tr_d {
  display: none;
}

.track_replay {
  margin-top: 25px;
  display: none;
}

.track-details-wrap {
  right: 0;
  width: 27%;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  overflow: scroll;
}

.track-details-wrap p {
  display: block;
  min-width: 350px;
  max-width: 350px;
  margin-bottom: 2px;
}


.dashboard-tab {
  display: none;
  z-index: 1;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.dashboard-tab a {
  display: block;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  color: #000;
}

.dashboard-tab a {
  text-decoration: none;
}

.dashboard-tab a.active {
  background: black;
  color: #fff;
}

/* .dashboard-tab .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
} */

.nav-menu {
  display: none;
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 30px;
}

.dashboard .nav-menu {
  display: none;
}

a.nav-menu:hover,
a.nav-menu:active,
a.nav-menu:focus {
  color: #ffff;
}

.parent-wrapper .content_main.margin-left {
  margin-left: 280px;
}

.search_agent_wrap {
  left: 0;
  padding: 7px 3px 7px 7px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #33a17e;
  height: 100%;
  display: none;
}

.search_agent_wrap .orange-button {}

.search_agent {
  color: #000;
  padding: 3px 8px;
  width: 74%;
}

/* 1.7 */
#tab .inner h4 {
  font-weight: 600;
}

.mapbox_geocoder_wrap .mapboxgl-ctrl-geocoder,
.mapbox_geocoder_wrap .mapboxgl-ctrl-geocoder ul {
  max-width: 100%;
  min-width: auto;
  width: auto;
}

.mapbox_geocoder_wrap .geocoder-icon,
#mapbox_main_map_geocoder .geocoder-icon {
  display: none;
}

#mapbox_main_map_geocoder {
  min-width: 250px;
}

#mapbox_main_map_geocoder .mapboxgl-ctrl-geocoder {
  max-width: inherit;
  min-width: auto;
  width: 100%;
}

#mapbox_main_map_geocoder input {
  padding: 5px 5px 5px 10px;
  height: auto;
}

#mapbox_main_map_geocoder .geocoder-icon-close {
  top: 6px;
}

body.dashboard .search-team-wrap {
  display: table;
}

.search-team-wrap .col {
  display: table-cell;
  vertical-align: top;
}

#direction_output .leaflet-routing-container {
  width: 100%;
}

/* 1.7 */
#table_list .btn title,
#table_list .btn h1 {
  font-size: 14px;
  margin: 0;
}

/* .language_wrap {
  float: right;
  padding-top: 10px;
} */

#layout1_top {
  position: relative;
  /* z-index: 999999; */
}

.truncate-text.remove-truncate-text {
  max-width: inherit;
  text-overflow: inherit;
  white-space: normal;
}

.define_number_task_div {
  display: none;
}

.floating_action {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  margin: 0;
  padding: 10px;
  border-top: 1px solid #eee;
}

/* .task-details-tabs .qty-minus-tip,
.task-details-tabs .qty-plus-tip {
  display: none;
} */

.task-details-tabs .item-order-list,
.task-details-tabs .summary-wrap {
  max-width: 100%;
}



.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}


.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink-tag {
  animation: blinker 1s linear infinite;
  color: #fff !important;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
}

.prime-tag {
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
  font-weight: bold;

}

.bg-ff213b {
  background: #ff213b;
}

.bg-c7c7c7 {
  background: #c7c7c7;
  color: #5f5f5f !important;
}

.w-100 {
  width: 100%;
}

.fw-bold {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .mx-w-100 {
    width: 100% !important;
  }
}

.close span{
  font-weight: 300;
  font-size: 30px;
}