.sign_login a:nth-child(1) {
  border-right: none;
  color: #ffcc00;
  padding: 0;
}

.sign_login {
  text-align: center;
  display: block;
}

.sidebar_bg {
  background: #1B1B1B;
  padding-left: 0;
}

.sidebar_logo {
/*  display: flex;
  align-items: center;
  justify-content: center;*/
  margin-top: 2rem;
  text-align: center;
}

.sidebar_logo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.sidebar_logo h3 {
  color: #fff;
  margin-top: 6px;
  font-size: 24px;
  /*margin-left: 10px;*/
  margin-bottom: 0;
}

.sidebar_links ul {
  /*padding: 0 25px;*/
  margin-top: 2rem;
}

.sidebar_links li {
  list-style-type: none;
}

.dashboard_dropdown li {
  margin: 0 !important;
}

.sidebar_links a {
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: baseline;
  text-decoration: none !important;
}

.sidebar_links a i {
  margin-right: 12px;
  font-size: 21px;
  width: 18px;
}

.detail_section {
  padding: 2rem 2rem 8rem;
  background: #fff;
  min-height: 500px;
}

.main_title h3 {
  font-weight: 600;
  font-size: 24px;
}

.dashboard_dropdown {
  display: flex;
  align-items: baseline;
  /*justify-content: center;*/
}

.dashboard_dropdown .adjust_style {
  background: transparent !important;
  padding-left: 9px;
}

.main_title {
      text-align: center;
  align-items: center;
  justify-content: space-between;
}

.dashboard_dropdown i {
  font-size: 18px;
}

.vouchers_btns {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.vouchers_btns a,
.blank_btn button {
  background: #FFCC00;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 15px;
  padding: 13px 25px;
  font-weight: 500;
  color: #000;
  transition: .3s ease-out;
}

.vouchers_btns a:hover,
.blank_btn button:hover,
.show_hide_buttons button:hover,
.reedem_voucher_text button:hover,
.reedem2_btn button:hover,
.orders_details_title button:hover {
  box-shadow: none;
  transform: scale(.9);
}

.vouchers_btns a:active,
.blank_btn button:active,
.reedem_voucher_text button:active,
.reedem2_btn button:active,
.orders_details_title button:active {
  transform: scale(.8);
}

.blank_btn button:nth-child(2) {
  margin-left: 10px;
}


/*.detail_tables table {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}*/

.table-bordered td,
.table-bordered th {
  border-left: none;
  border-right: none;
}

.search_input a {
  color: #000;
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 999;
}

.detail_tables .table thead th {
  border: none;
  font-weight: 600;
}

.rules_head {
  padding: 16px 18px;
  border: 1px solid #EFEFEF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.rules_head h6 {
  margin: 0;
  color: #fff;
}

.rules_text {
  padding: 10px 15px;
  border: 1px solid #EFEFEF;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rules_text i {
  color: #0D942B;
  margin-right: 10px;
  font-size: 18px;
}

.rules_text p {
  color: #353535;
  margin-bottom: 2px;
  font-weight: 300;
}

.vouchers_btns img {
  margin-right: 7px;
  /*width: 18%;*/
}

.confirm_btn {
    margin-top: 30px;
}

.vouchers_btns a {
  font-size: 16px !important;
}

.detail_tables .table td {
  color: #3C3C3C;
  font-size: 15px;
  vertical-align: middle;
}

.detail_tables h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.show_more {
  border: none !important;
}

.show_more p {
  color: #FFCC00;
  cursor: pointer;
}

.active_sidebar {
  color: #FFCC00 !important;
}

.dashboard_dropdown ul {
  display: flex;
  margin-bottom: 0;
  padding: 0 8px;
  position: relative;
}

.dashboard_dropdown li {
  position: relative;
  white-space: nowrap;
  list-style-type: none;
}

.dashboard_dropdown .nav_link {
  color: #ffcc00 !important;
  display: flex;
  align-items: center;
}

.dashboard_dropdown .drop-down>a:after {
  border-bottom: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
  content: '';
  display: inline-flex;
  height: 8px;
  margin-top: -3px;
  margin-left: 6px;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.dashboard_dropdown .drop-down ul {
  display: block;
  position: absolute;
  left: -20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #1B1B1B;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 5px;
  /*width: 100%;*/
}

.dashboard_dropdown .drop-down li {
  /*min-width: 133px;*/
  position: relative;
}

.dashboard_dropdown .drop-down ul a {
  font-size: 14px;
  display: flex;
  text-transform: none;
  color: #fff;
  padding: 10px 21px !important;
  margin: 0 15px;
  border-radius: 10px;
  transition: .3s ease-out;
  margin-bottom: 3px;
} 

.dashboard_dropdown .drop-down ul a:hover {
  background: #fac800;
  border-radius: 5px;
  color: #000;
  text-decoration: underline;
}
.dashboard_dropdown .drop-down ul a:hover i {
  color: #000;
}

.dashboard_dropdown .drop-down ul a i {
  margin-right: 10px;
}

/*.dashboard_dropdown .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}*/
.dashboard_dropdown:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.reedem label {
  font-weight: 500;
}

.reedem input {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  font-size: 15px;
  border-radius: 5px;
  color: #E2E2E2;
  padding: 14px;
  width: 40%;
  height: 42px;
  outline: none;
  box-shadow: none;
}

.reedem input::placeholder {
  color: #A8A8A8;
}

.reedem button {
  background: #232323;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  padding: 10px 50px;
  margin-top: 12px;
}

.reedem,
.settings,
.tickets {
  margin-top: 6px;
}

.action_btn {
  padding: 5px 20px;
  border: none;
  border-radius: 6px;
  transition: .3s ease-out;
  width: 90px;
}

.action_btn:hover {
  box-shadow: none;
  transform: scale(.9);
}

.action_btn:active {
  transform: scale(.8);
}

.settings .nav {
  border: none;
  border-radius: 0;
}

.open_btn {
  background: rgba(38, 172, 108, 0.19);
  border-radius: 5px;
  color: #36BD3B;
}

.closed_btn {
  background: #C8E1FF;
  border-radius: 5px;
  color: #2E689D;
}


/*/////Chatbox/////*/


/*.chatbox-holder {
  margin: 2rem 0;
}
*/

.chatbox {
  /* width: 400px;
  height: 400px;*/
  margin: 0 auto;
  position: relative;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);*/
  display: flex;
  flex-flow: column;
  border-radius: 10px 10px 0 0;
  background: white;
  bottom: 0;
  transition: .1s ease-out;
  /*padding: 20px 20px 0;*/
}

.add_dif {
  border-left: 2px solid #F2F2F2;
}

.details_of_ticket p {
  color: #3E3E3E;
}

.ticket_detail {
  padding-left: 12px;
}

.style_row {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 25px 13px;
  margin-top: 8px;
}

.ticket_chat {
  padding-bottom: 10px;
  /*padding-top: 10px;*/
}

.ticket_chat h6,
.ticket_title h6,
.details_of_ticket h6,
.main_title_add_tikt h6 {
  color: #000;
  /*font-weight: 600;*/
  font-size: 16.9px;
}

.details_of_ticket {
  margin-bottom: 10px;
}

.chat-messages {
  /*border-top: 1px solid rgba(0, 0, 0, .05);*/
  /*padding: 10px;*/
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  flex: 1;
}

.set_padding_area {
  padding: 15px 19px !important;
}

.tikt_cencal {
  border: 3px solid #000000;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.21));
  border-radius: 10px;
  padding: 8px 40px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  transition: .3s linear;
}

.tikt_cencal:hover {
  background: #000;
  color: #fff;
}

.main_title_add_tikt {
  padding: 10px 0;
}

.tikt_submit {
  background: #FFCC00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 8px 40px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  margin-left: 20px;
  border: 3px solid #fecb00;
}

.tikt_submit:hover {
  background: transparent;
}


/*.attachment_add label{
    padding: 10px;
    background: red; 
    display: table;
    color: #fff;
     }

.attachment_add input[type="file"] {
    display: none;
}*/

.file_upload ::-webkit-file-upload-button {
  padding: 6px 18px;
  color: #000;
  background: #FFCC00;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 4px;
  font-size: 15px;
}

.file_upload {
  display: flex;
  align-items: baseline;
}

.file_upload .plus_icon {
  margin-left: 10px;
}

.file_upload input {
  display: flex;
  border: 1px solid #F7F7F7;
  width: 95%;
  padding: 3px;
  background: #F7F7F7;
  border-radius: 5px;
  margin-top: 7px;
}

.add_tikt_button {
  padding-top: 15px;
}

.add_new_tikt {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 20px;
}

.reedem_selects {
  margin-bottom: 0;
}

.message-box-holder {
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.message-box {
  padding: 12px 18px;
  font-size: 13px;
  margin-left: 170px;
  color: #707C97 !important;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 10px !important;
  border: 1px solid rgba(112, 124, 151, 0.25);
  box-sizing: border-box;
  box-shadow: 10px 10px 25px rgba(112, 124, 151, 0.05), 15px 15px 35px rgba(112, 124, 151, 0.05);
}

.message-partner {
  align-self: flex-start;
  background: linear-gradient(90.54deg, #FFCC00 0%, #F9B404 100%);
  box-shadow: 10px 10px 25px rgba(42, 139, 242, 0.1), 15px 15px 35px rgba(42, 139, 242, 0.05), 10px 10px 50px rgba(42, 139, 242, 0.1);
  border-radius: 0px 10px 10px 10px !important;
  margin-right: 100px;
  border: none;
  margin-left: 0;
  color: #000 !important;
}

.admin_days_ago {
  color: rgba(112, 124, 151, 0.7);
  font-size: 12px;
  width: 84%;
  margin-top: 5px;
}

.user_days_ago {
  color: rgba(112, 124, 151, 0.7);
  font-size: 12px;
  margin-right: 33px;
  margin-top: 5px;
}

.combine_date {
  margin: 10px auto 20px;
  background: #fff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.combine_date:before {
  content: '';
  width: 42%;
  border: 1px solid rgba(112, 124, 151, 0.15);
  position: absolute;
  right: 0;
  top: 9px;
  border-radius: 2px;
  z-index: -9;
}

.combine_date:after {
  content: '';
  width: 42%;
  border: 1px solid rgba(112, 124, 151, 0.15);
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 2px;
  z-index: -9;
}

.combine_date p {
  color: rgba(112, 124, 151, 0.7);
  font-size: 12px;
  background: #fff;
  padding: 0 10px;
}

.attachment_send {
  display: flex;
  align-items: center;
  padding: 6px 10px;
}

.attachment_send i {
  background: rgba(112, 112, 112, 0.25);
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.attachmet_size h6 {
  font-size: 13px;
  margin-bottom: 4px;
}

.attachmet_size p {
  color: rgba(50, 50, 50, 0.7);
  font-size: 12px;
}

.add_check {
  display: flex;
  align-items: center;
}

.add_check span {
  margin-left: 12px;
}

.main_send {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.send_icon i {
  background: linear-gradient(90.54deg, #FFCC00 0%, #F9B404 100%);
  box-shadow: 4px 4px 25px rgba(42, 139, 242, 0.15), 2px 2px 25px rgba(42, 139, 242, 0.05), 4px 6px 10px rgba(42, 139, 242, 0.15);
  padding: 12px 12px;
  border-radius: 50%;
  color: #fff;
}
.send_icon button {
    border: none;
    box-shadow: none;
    background: transparent;
}
.chat-input-holder {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, .1);
  align-items: baseline;
  padding: 10px;
}

.plus_icon i {
  background: linear-gradient(90.54deg, #FFCC00 0%, #F9B404 100%);
  padding: 12px 14px;
  border-radius: 50%;
  color: #fff;
  transition: .3s ease-out;
}

.chat-input {
  resize: none;
  padding: 5px 10px;
  height: 40px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #999999;
  flex: 1;
  border: none;
  /*  background: rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);*/
}

.chat-input:focus,
.message-send:focus {
  outline: none;
}

.message-send::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.message-send {
  background: #ffcc00;
  color: black;
  font-size: 12px;
  padding: 0 15px;
  border: none;
}

.attachment-panel {
  padding: 3px 10px;
  text-align: right;
}

.attachment-panel a,
.attachment-panel a:link,
.attachment-panel a:visited {
  margin: 0 0 0 7px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.chatbox-min {
  margin-bottom: -362px;
  /*   height: 46px; */
}

.chatbox-min .chatbox-avatar {
  width: 60px;
  height: 60px;
}

.chatbox-min .chat-partner-name,
.chatbox-min .chat-group-name {
  padding: 0 0 0 75px;
}

.settings-popup {
  background: white;
  border-radius: 20px/10px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
  font-size: 13px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 33px;
  transition: .15s;
  transform: scale(1, 0);
  transform-origin: 50% 0;
  width: 120px;
  z-index: 2;
  border-top: 1px solid rgba(0, 0, 0, .2);
  border-bottom: 2px solid rgba(0, 0, 0, .3);
}

.settings-popup:after,
.settings-popup:before {
  border: 7px solid transparent;
  border-bottom: 7px solid white;
  border-top: none;
  content: "";
  position: absolute;
  left: 45px;
  top: -10px;
  border-top: 3px solid rgba(0, 0, 0, .2);
}

.settings-popup:before {
  border-bottom: 7px solid rgba(0, 0, 0, .25);
  top: -11px;
}

.settings-popup:after {
  border-top-color: transparent;
}

#chkSettings {
  display: none;
}

#chkSettings:checked+.settings-popup {
  opacity: 1;
  transform: scale(1, 1);
}

.settings-popup ul li a,
.settings-popup ul li a:link,
.settings-popup ul li a:visited {
  color: #999;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}

.settings-popup ul li a:hover {
  background: rgba(0, 0, 0, .05);
}

.verf_title h4 {
  font-size: 18px;
}

.verf_title p {
  color: #929292;
}

.verification {
  margin-top: 10px;
}


/*.verf_btn button {
  box-shadow: none !important;
  border-radius: 5px !important; 
}*/

.verf_btn {
  margin-top: 10px;
}

.verf_img {
  margin-top: 1rem;
  margin-bottom: 20px;
}

.verf_img img {
  width: 15%;
}

.verf_img img:nth-child(2) {
  margin-left: 30px;
}

.show_hide_buttons button {
  background: transparent;
  border: 2px solid #000;
  padding: 6px 35px;
  font-size: 16px;
  box-sizing: border-box;
  transition: .3s ease-out;
}

.show_hide_buttons button:nth-child(2) {
  margin-right: 18px;
}

.red {
  color: red !important;
}

.blank_btn input {
  border: 2px solid #9C9C9C;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 20px;
  width: 40%;
}

.verf_title.order h4 {
  margin-bottom: 2px;
}

.verf_title.order p {
  color: #404040;
  margin-bottom: 5px;
}

.settings .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #000;
  background-color: transparent;
  border-bottom: 3px solid #ffcc00;
  border-radius: 0;
  padding: 0;
  padding-bottom: 2px;
}

.setting_fields .row {
  margin: 0;
}

.settings .nav-pills .nav-link {
  border-radius: 0;
  padding: 0;
  font-size: 17px;
  margin-right: 25px;
  color: #404040;
  font-weight: 500;
}

.setting_fields label {
  color: #404040;
  font-weight: 500;
}

.setting_fields form {
  width: 100%;
}

.setting_fields a {
  position: absolute;
  top: 9px;
  right: 15px;
  color: #747d84;
  z-index: 999;
}

.setting_fields input {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px !important;
  padding: 20px 20px;
  width: 100%;
}

.title_setting p {
  color: #929292;
  margin-bottom: 10px;
}

.title_setting h5 {
  margin-bottom: 5px;
  color: #404040;
  font-size: 18px;
}

.save_btn button {
  background: #232323;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  color: #fff !important;
  font-size: 14px;
  padding: 12px 40px;
  border: none;
  margin-top: 25px;
}

.history_table .table td,
.table th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  color: #929292;
  font-weight: 300;
  /*padding-left: 0;*/
}

.success_text {
  color: #1DB83F;
}

.delete_link {
  margin-top: 35px;
}

.delet_link a {
  color: #2871FF;
  font-weight: 400;
}

.switch {
  font-size: 1rem;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input+label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input+label::before,
.switch input+label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input+label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}

.switch input+label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}

.switch input:checked+label::before {
  background-color: #FFCC00;
}

.switch input:checked+label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input:focus+label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
}

.switch input:disabled+label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled+label::before {
  background-color: #e9ecef;
}

.switch.switch-sm {
  font-size: 0.875rem;
}

.switch.switch-sm input+label {
  min-width: calc(calc(1.9375rem * .8) * 2);
  height: calc(1.9375rem * .8);
  line-height: calc(1.9375rem * .8);
  text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input+label::before {
  width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input+label::after {
  width: calc(calc(1.9375rem * .8) - calc(2px * 2));
  height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
  margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
  font-size: 1.25rem;
}

.switch.switch-lg input+label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input+label::before {
  width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input+label::after {
  width: calc(calc(3rem * .8) - calc(2px * 2));
  height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
  margin-left: calc(3rem * .8);
}

.switch+.switch {
  margin-left: 1rem;
}

.switch label {
  color: #050505;
  font-weight: 500;
  font-size: 18px;
}

.main_title_verfication h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.main_title_verfication label {
  color: #404040;
  font-weight: 500;
}

.main_title_verfication input,
.main_title_verfication textarea,
.custom_style {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  padding: 20px 20px;
  font-size: 14px;
}

.main_title_verfication input:focus,
.main_title_verfication textarea:focus,
.custom_style:focus,
.main_title_verfication .nice-select:focus,
.reedem_inputs input:focus {
  border: 1px solid #FFDD55;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(255, 204, 0, 0.18);
  color: #000000;
}

.main_title_verfication .nice-select {
  width: 100%;
  background: #FFFFFF !important;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  font-size: 14px;
  color: #495057 !important;
  margin-bottom: 1rem;
}

.textarea_fld {
  height: 99px !important;
}

.steps p {
  color: #929292;
  margin-top: 10px;
  margin-bottom: 10px;
}

.verification_title {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.verification_title h5 {
  margin: 0;
  display: inline;
}

.make_circle i {
  font-size: 24px;
  /* padding: 12px 12px; */
  border-radius: 50%;
  background: #ffcc00;
  margin-right: 12px;
  display: flex;
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
}

.identity_verification {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 30px 22px;
  margin-bottom: 20px;
}

.verify_custom button {
  background: #000000;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 8px 55px;
}


/*.verify_custom {
    text-align: right;
    margin-top: -48px;
}*/

.align_with_next {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


/*.show_hide_buttons {
  display: none;
}*/


/*.align_to_right {
  margin-top: -45px;
  text-align: right;
}*/

.identify_steps {
  margin-top: 20px;
}

.custom_card {
  margin-bottom: 1rem;
}


/*.show .verf_next {
  display: none;
}*/

.main_collapse .verify_custom {
  display: none;
}

.main_collapse.collapsed .verify_custom {
  display: block;
}

.selfie .verification_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.selfie .make_circle {
  display: flex;
  align-items: center;
}

.active_title .make_circle i {
  background: #23DF36;
}

.disable .verify_custom button {
  background: #8C8C8C;
}

.active_title .verify_custom button {
  background: #23DF36;
  color: #fff;
}

.show_hide_buttons i {
  font-size: 20px;
}

.show_hide_buttons img {
  width: 24px;
}

.sms_token {
  width: 70%;
}

.main_title_verfication {
  margin-top: 20px;
}

.no_shadow {
  box-shadow: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-weight: 300;
  margin-bottom: 0;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #FFCC00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 400;
  margin-bottom: 0;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio_btn {
  display: flex;
}

.radio_btn p {
  margin
}

.radio_btn p:nth-child(1) {
  margin-right: 10px;
}

.additional_info_title p {
  margin-bottom: 0;
  color: #404040;
}

.last_checkboxes {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
}


/* The container_check */

.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-right: 13px;
  cursor: pointer;
  /*font-size: 22px;*/
  font-weight: 300 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}


.video_voucher {
    display: none;
}
.main_video .cross_icon {
    position: absolute;
    top: 11px;
    left: 13px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.main_video .refresh_icon {
    position: absolute;
    bottom: 11px;
    right: 13px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.main_video {
    position: relative;
    margin-top: 79px;
    overflow: hidden;
}
.scan_code {
    margin: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    border: 1px solid #ffcc00;
    transition: .3s;
    margin-bottom: 2rem;
}

.scan_code:hover {
    background: #ffcc00;
}

/* On mouse-over, add a grey background color */

.container_check:hover input~.checkmark {
  background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container_check input:checked~.checkmark {
  background-color: #ffcc00;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.container_check input:checked~.checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */

.container_check .checkmark:after {
  left: 9px;
  top: 3px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.submit_btn button {
  background: #000000;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 10px 55px;
  border: none;
}

.submit_btn {
  text-align: right;
  margin-top: 10px;
}

.board {
  width: 75%;
  margin: 1px auto;
  /*height: 500px;*/
  background: #fff;
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  box-sizing: border-box;
}


/*.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}*/

.board-inner .nav {
  border: none;
  position: sticky;
  text-align: center;
  display: flex;
  justify-content: center;
}

.liner {
  height: 6px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 6px;
  top: 46%;
  z-index: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

span.round-tabs {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 100px;
  background: #E0E0E0;
  z-index: 2;
  color: #000;
  text-align: center;
  font-size: 22px;
}


/*span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}*/

.nav-tabs>li.active>a span.round-tabs {
  background: #FAC800;
}

.nav-tabs>li {
  width: 20%;
  z-index: 9999;
}


/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/


/*.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}*/

.nav-tabs>li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.nav-tabs>li a:hover {
  background: transparent;
}

.tab-content {}

.tab-pane {
  position: relative;
  padding-top: 50px;
}

.detail_tabs h5 {
  color: #272727;
  margin-top: 10px;
  margin-bottom: 2px;
  font-weight: 600;
}

.detail_tabs p {
  color: #000;
}

.custom_alert {
  padding: 10px;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  border-radius: 5px;
  width: 80%;
  margin: 12px auto;
}

.custom_alert p {
  color: #000;
  font-size: 15px;
}

.custom_alert i {
  color: #EC4C4C !important;
  font-size: 22px;
}

.confirm_btn button {
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 9px 20px;
    margin-top: 7px;
    margin-right: 10px;
    background: transparent;
    transition: .3s linear;
}

.confirm_btn button.next_tab_button , .confirm_btn a.next_tab_button {
    border: 3px solid #fac800 ;
    background: #fac800 ;
    padding: 9px 31px;
}

.confirm_btn button.next_tab_button i , .confirm_btn a.next_tab_button i {
    margin-left: 9px;
}

.confirm_btn button.next_tab_button:hover , .confirm_btn a.next_tab_button:hover {
    border: 3px solid #000 ;
}

.confirm_btn button:hover , .confirm_btn a:hover , .send_btn a:hover {
  background: #000;
  color: #fff;
}

.confirm_btn a , .send_btn a {
    border: 3px solid #000000;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 9px 16px;
    margin-top: 7px;
    margin-right: 10px;
    background: transparent;
    color: #000;
    transition: .3s linear;
    text-decoration: none;
}

.confirm_btn a i , .send_btn a i {
    margin-right: 8px;
}

.amount_input {
  position: relative;
}

.amount_input .pound_img {
  position: absolute;
  top: 31px;
  left: 35%;
  width: 20px;
}

/*#some_div::first-word {
  display: none;
}*/

.amount_input input {
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.13);
  border-radius: 5px;
  width: 33%;
  margin: 0 auto;
  padding: 20px 15px 20px 40px;
  margin-top: 2px;
  margin-bottom: 25px;
}

.amount_input input:focus {
  box-shadow: 0px 0px 15px rgba(255, 204, 0, 0.13);
  border: 1px solid #FFCC00;
}

.alignment_show_amount {
  display: flex;
  align-items: flex-end;
  width: 33%;
  justify-content: space-between;
  margin: 0 auto 10px;
}

.amount_input .detail_amount_show {
  display: flex;
  align-items: flex-end;
}

.amount_input .detail_amount_show p , .detail_amount_percent span {
  color: #FE2828;

}

.detail_amount_show  img {
  width: 30px;
  margin-right: 15px;
}

.amount_input .add_margin {
  margin-bottom: 15px;
}

.custom_listing {
  padding: 23px 44px;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  width: 90%;
  margin: 20px auto;
  border-radius: 5px;
}

.custom_listing ul {
  margin-bottom: 0;
}

.custom_listing ul a {
  color: #11be22;
}

.custom_listing ul p {
  text-align: left;
  color: #000;
}

.custom_alert.third_tab {
  background: #FD1212;
  border: 1px solid #FFCC00;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}

.custom_alert.third_tab p {
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}

.custom_alert.third_tab i {
  color: #FFCC00 !important;
  font-size: 44px;
  margin-right: 11px;
}

.dummy_text {
  margin: 25px;
}

.dummy_text p {
  color: #494949;
}

.send_btn button {
  background: #FFCC00;
  border-radius: 7px;
  padding: 10px 34px;
  border: 2px solid #ffcc00;
  transition: .3s linear;
}

.send_btn button.previous_button {
    background: transparent;
     border: 2px solid #000;
     color: #000;
     margin-right: 10px;
}

.send_btn button.previous_button:hover {
    background: #000;
    color: #fff;
}

.send_btn button:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.reedem_voucher_img {
  padding: 0 50px 0 40px;
}

.reedem_voucher_text {
  margin-top: 40px;
}

.reedem_voucher_text h6 {
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 18px;
}

.reedem_voucher_text button {
  background: #FFCC00;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 25px;
  color: #000000;
  transition: .3s ease-out;
  font-weight: 500;
}

.reedem_voucher_text img {
  width: 17%;
  margin-right: 8px;
}

#reedem_modal .modal-header,
#delete_modal .modal-header {
  border: none;
  padding: 0;
}

.reedem_modal_detail p {
  color: #000;
}

.reedem_modal_detail p a {
  color: #28a745;
}

#reedem_modal .modal-body {
  padding-bottom: 30px;
}

#reedem_modal .modal-header .close,
#delete_modal .modal-header .close {
  font-size: 40px;
  font-weight: 300;
  color: #ACACAC;
  padding-bottom: 0;
  padding-top: 22px;
  padding-right: 30px;
}

.reedem_modal_detail h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.reedem_modal_button .no_btn {
  border: 3px solid #000000;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.21));
  border-radius: 10px;
  padding: 8px 65px;
  margin-right: 16px;
  transition: .3s linear;
}

.reedem_modal_button .no_btn:hover {
  background: #000000;
  color: #fff;
}

.reedem_modal_button .yes_btn {
  padding: 8px 65px;
  background: #232323;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  color: #fff;
  border: 3px solid #232323;
}

.reedem_modal_button .yes_btn:hover {
  background: transparent;
  color: #000;
}

@media( max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .nav-tabs>li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .btn-outline-rounded {
    padding: 12px 20px;
  }
}


/*.active_sidebar svg path {
  fill: blue;
}*/

.orders_table {
  padding: 10px 30px 5px 30px;
  /*padding: 60px 30px 50px 30px;*/
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  margin-top: 20px;
}

.orders_table .table-responsive {
  display: inline-table;
}

.orders_table .table td {
  color: #3C3C3C;
}

.orders_table .table td {
  font-weight: 400;
  font-size: 15px;
}

.orders_table .table td,
.table th {
  vertical-align: middle;
  border: none;
}

.orders_table .table thead th {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  border-bottom: none;
  border-top: 2px solid #EDEDED;
}

.coin_image {
  display: flex;
  align-items: center;
}

.coin_image span {
  font-weight: 500;
}

.coin_image img {
  width: 30px;
  margin-right: 8px;
}

.price_td {
  color: #3C3C3C;
}

.amount_td {
  color: #05BE17;
}

.pending_btn {
  background: #F5A224;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  width: 115px;
}

.check_btn {
  background: #000000;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  color: #FFCC00;
  font-size: 15px;
  width: 115px;
}

.complete_btn {
  background: #26CD37;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  width: 115px;
}

.cencal_btn {
  background: #FE3F3F;
  border-radius: 5px;
  border: none;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  width: 115px;
}

.orders_table button {
  transition: .2s linear;
  white-space: nowrap;
}

.orders_table button:hover {
  transform: scale(1.09);
}

.orders_table .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(242, 242, 242, 0.78);
}

.main_wallet,
.blank_wallet {
  background: linear-gradient(177.23deg, #FBE416 -13.49%, #F9963A 109.75%);
  border-radius: 30px;
  padding: 12px 25px 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.top_wallet h4 {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.top_wallet a {
  color: #FF0000;
  font-size: 22px;
}

.top_wallet {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.inner_wallet img {
  width: 55px;
}

.inner_wallet p {
  font-size: 21px;
}

.design_images .bottom_img {
  position: absolute;
  bottom: -7px;
  left: -30px;
  z-index: -1;
}

.design_images .top_img {
  position: absolute;
  top: 0;
  right: -35px;
  z-index: -1;
}

.blank_wallet {
  background: #F8F8F8;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blank_wallet a {
  font-size: 70px;
  font-weight: 200;
  text-decoration: none;
  color: #CCCCCC;
  display: block;
    width: 100%;
}

#delete_modal .reedem_modal_detail h5 {
  font-size: 16px;
}

#delete_modal .modal-body {
  padding-bottom: 35px;
}

.wallets {
  margin-top: 25px;
}

.make_position {
  position: relative;
}


.make_position img {
    position: absolute;
    top: 1px;
    width: 41px;
    right: 1px;
}

.add_wallet_fields {
  width: 95%;
}

.add_wallet_btn {
  margin-top: 4rem;
}

.add_wallet_btn button {
  background: #000000;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 8px 65px;
}

.make_position .nice-select {
    width: auto;
    position: absolute;
    top: 0;
    border-right: 0;
}

.make_position .nice-select:focus {
  border-right: 0;
}

.option_list li {
  list-style-type: none;
}

.option_list ul {
  margin: 0;
}

.option_list {
  position: absolute;
  top: 45px;
  background: #1b1b1b;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.anime_plus {
  transform: rotate(45deg);
}

.option_list ul li a {
  padding: 10px 40px 10px 15px;
  border-radius: 3px;
  color: #000;
  background: #fdc402;
  white-space: nowrap;
}

.plus_icon {
  position: relative; 
}

.option_list ul li a i {
  background: rgba(112, 112, 112, 0.25) !important;
  border-radius: 6px !important;
  padding: 10px !important;
  font-size: 16px !important;
  margin-right: 10px !important;
  color: #fff !important;
}

.style_firat {
  color: red;
  display: flex;
  align-items: center;
  background: #ffdd3b;
  font-size: 18px;
  width: 40%;
  padding: 12px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  border-radius: 4px;
  display: none;
}

.card_value {
  display: none;
}


.style_firat p {
  color: #000;
  font-size: 14px !important;
  margin-left: 5px;
}

/*///// again dashboard /////*/

.tabs_list.active:before {
  content: '';
  height: 6px;
  background: #fac800;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 6px;
  top: 46%;
  z-index: -1;
}

.vouchers_btns .btns {
  width: 100%;
  display: flex;
}

.vouchers_btns .btns a {
  width: 48%;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vouchers_btns a:nth-child(2) {
  margin-left: 3%;
}

.vouchers_btns a:nth-child(1) {
  background: #000000;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #FFCC00;
}

.order_box {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 35px 22px;
  display: flex;
  justify-content: center;
  transition: .2s linear;
}

.order_box:hover {
  background: #000;
}

.order_box:hover h5 , .order_box:hover .fa-5x {
  color: #fff;
}

.order_box .order_box_img {
  margin-right: 10px;
}

.order_box .order_box_img img {
  width: 50px;
}

.order_box .order_box_text h5 {
  margin: 0;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 600;
}

.order_box .order_box_text p {
  color: #0EBB1F;
  font-size: 20px;
}

.search_input input {
  background: #FFFFFF;
  padding: 20px 25px;
  /*filter: drop-shadow(0px 2px 20px rgba(193, 201, 246, 0.42));*/
  border: 1px solid #000000;
  margin-left: 20px;
  box-sizing: border-box;
  border-radius: 5px !important;
}

.search_and_list {
  display: flex;
}

.search_and_list .nice-select {
  background: transparent !important;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
}

.code_list .nice-select{
  background: transparent !important;
  border:1px solid #E2E2E2;
 
  border-radius: 5px;
}
.download_order {
  display: flex;
  align-items: center;
}

.download_order p {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
  margin-right: 10px;
}

.filter_order {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
}

.download_order i {
  color: #6A6A6A;
  padding: 13px;
  background: #EAEAEA;
  border-radius: 5px;
}

.rules {
  background: url(../images/card_bg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 1px 25px 0px;
  border-radius: 10px;
}

.ordr_detail {
  display: flex;
  align-items: center;
}

.ordr_detail h5 {
  width: 35%;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.ordr_detail h4 {
  font-size: 20px;
  color: #FFCC00;
}

.detail_track {
  padding: 15px 35px;
}

.track_button button {
  background: #FFCC00;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: none;
  padding: 12px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 17px;
  margin-top: 17px;
}

.track_button img {
  margin-top: -8px;
}

.wallet_card_head {
  padding: 16px 18px;
  border: 1px solid #EFEFEF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wallet_card_head h6 {
  margin: 0;
  color: #000;
}

.wallet_card_list {
  padding: 20px 10px 0;
  border: 1px solid #EFEFEF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0;
}

.wallet_card_list .row {
  flex-wrap: nowrap;
}

.wallet_card {
  overflow: hidden;
}

.all_wallet a {
  text-decoration: underline;
  padding: 12px;
  display: block;
  text-align: center;
  font-weight: 500;
}

.pager {
  font-size: 0;
  text-align: right;
}

.pager__item {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.pager__item.active .pager__link {
  background-color: #ffb74d;
  border-color: #ffb74d;
  color: #000;
  text-decoration: none;
}

.pager__item--prev svg,
.pager__item--next svg {
  width: 8px;
  height: 12px;
}

.pager__item--next .pager__link svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.pager__link {
  position: relative;
  border-radius: 4px;
  display: block;
  text-align: center;
  width: 1.625rem;
  line-height: 1.625rem;
  margin-left: -1px;
  color: #2f3640;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager__link:hover,
.pager__link:focus,
.pager__link:active {
  background-color: #ffb74d;
  border-color: #ffb74d;
  color: #fff;
  text-decoration: none;
}

.pager__link:hover svg path,
.pager__link:focus svg path,
.pager__link:active svg path {
  fill: #fff;
}

.pager .pager__item.active+.pager__item .pager__link,
.pager .pager__item:hover+.pager__item .pager__link {
  border-left-color: #ffb74d;
}

#add_wallet .modal-header {
  position: absolute;
  z-index: 999;
  padding: 0;
  right: 30px;
  border: none;
  top: 30px;
}

#add_wallet .modal-header .close {
  font-size: 38px;
  font-weight: 300;
  padding: 0px 8px;
  background: #000;
  opacity: 1;
  text-shadow: 0 0 black;
  border-radius: 50%;
  color: #FFCC00;
}

#add_wallet .modal-body {
  padding: 10px;
}

.new_wallet_img img {
  width: 100%;
}

.awmt {
  padding: 10px;
}

.awmt h5 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 0;
}

.awmt p {
  color: #000;
  font-size: 18px;
  margin-bottom: 25px;
}

.awmt button {
  background: #FFCC00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  width: 100%;
  padding: 12px;
  font-size: 17px;
  font-weight: 600;
}

.all_cur_list {
  display: flex;
  align-items: flex-end;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 3px 8px 10px;
  cursor: pointer;
  margin-bottom: 6px;
  transition: .3s linear;
}

.all_cur_list:hover {
  background: #000;
  color: #fff;
}

.all_cur_list img {
  width: 35px;
  margin-right: 7px;
}

.all_cur_list h5 {
  font-size: 16px;
}

.active_all_cur_list {
  background: #000;
  color: #fff;
}

.reedem_text {
  color: #272727;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 13px;
}

.reedem_inputs input {
  padding: 20px 20px;
}

.reedem_inputs label {
  margin-bottom: 0;
  font-weight: 500;
}

.reedem_inputs .no_border {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: 0;
}

.reedem_inputs .no_border:focus {
  border: none;
  border-bottom: 1px solid #FFDD55;
}

.reedem_selects .nice-select {
  width: 100%;
  background: #FFFFFF !important;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  color: #505050 !important;
  margin-bottom: 15px;
  height: 43px;
}

.redeem_title {
  width: 100%;
}

.card_value input::placeholder {
  font-weight: bold !important;
  color: #16C827 !important;
  font-size: 17px;
}

.card_value .redeem_title h4 {
  margin-left: 0;
}

.redeem_title h4 {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 600;
}

.recieve_text span {
  color: #16C827 !important;
}

.list_and_data ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list_and_data li {
  color: #4E4E4E;
  font-weight: 500;
  font-size: 15px;
}

.list_and_data span {
  color: #FE2828;
}

.recieve_text h3 {
  font-weight: 500;
  font-size: 28px;
}

.reedem2_btn {
  text-align: center;
}

.reedem2_btn button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: none;
  background: #FFCC00;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 25px;
  color: #000000;
  transition: .3s ease-out;
  font-weight: 500;
  margin: 0 auto;
  transition: .3s ease-out;
}

.price_buttons.filled_button button {
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
}

.price_buttons.filled_button button:hover {
  background: transparent;
  color: #000;
}

.price_buttons button {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 5px;
  color: #000;
  width: 100%;
  font-weight: 600;
  padding: 8px;
  font-size: 14px;
  transition: .3s linear;
}

.price_buttons button:hover {
  background: #000;
  color: #fff;
}

.reedem2_btn img {
  width: 45px;
  margin-right: 7px;
}

.recieve_text {
  margin: 2rem 0;
}

.sure_p {
  font-size: 14px;
  margin-bottom: 20px;
}

.reedem_voucher2 {
  padding-top: 1rem;
}

.tickets .table thead th {
  color: #000;
}

.add_ticket_header {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  justify-content: space-between;
}

.add_ticket_header button {
  background: #FFCC00;
  border-radius: 10px;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: 1px solid #ffcc00;
  transition: .3s;
}

.add_ticket_header h5 {
  margin-bottom: 0;
  font-size: 19px;
}

.add_ticket_header button i {
  margin-right: 5px;
}

.add_ticket_header button:hover {
  background: transparent;
  transform: scale(.9);
}

.tickets {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 25px 30px;
}

.orders_details {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 25px 40px;
  margin-top: 8px;
}

.green_para {
  color: #109b1d !important;
}

.orders_details_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
      padding-top: 8px;
      flex-wrap: wrap;
}

.ordr_list_detail {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
      word-break: break-all;
}

.ordr_list_detail h5 {
  font-size: 18px;
  color: #4B4B4B;
  margin-bottom: 0;
}

.orders_details_title button {
  background: #109B1D;
  border-radius: 8px;
  font-size: 14px;
  color: #fff !important;
  padding: 9px 12px;
  transition: .3s linear 
}

.orders_details_title button a {
background: #0B8116;
    border-radius: 5px;
    padding: 6px 9px;
    color: #fff;
    margin-left: 5px;
}

.ordr_list_detail p {
    color: #3C3C3C;
    font-size: 17px;
}

.calculator {
      display: flex;
    align-items: center;
}

.calculator img {
  margin-left: 10px;
}

.ordr_list_detail .complete_btn {
      background: #109B1D;
}

.align_link_img {
    display: flex;
  text-decoration: underline;
    align-items: flex-end;
}

.align_link_img img {
  margin-right: 5px;
}

.ordr_detail_bg {
  background: url(../images/ordr_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.blank_wallet span {
  width: 100%;
  text-align: center;
}

.min_max {
  font-size: 12px;
  display: block;
  width: 66%;
  text-align: right;
  margin-top: 20px;
}

/*/////////CALCULATOR//////////*/



#container_calculator {
  width: 300px;
  padding: 8px 8px 20px 8px;
  margin: 20px auto;
  background-color: #ABABAB;
  border-radius: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #C1C1C1;
  border-left: 2px solid #C1C1C1;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, .6), inset -100px 0px 100px rgba(255, 255, 255, .5);
}

#container_calculator form {
  text-align: center;
}

#display {
  display: block;
  margin: 15px auto;
  height: 42px;
  width: 192px;
  padding: 0 10px;
  border-radius: 4px;
  border-top: 2px solid #C1C1C1;
  border-right: 2px solid #C1C1C1;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  background-color: #FFF;
  box-shadow: inset 0px 0px 10px #030303, inset 0px -20px 1px rgba(150, 150, 150, .2);
  font-size: 28px;
  color: #666;
  text-align: right;
  font-weight: 400;
}

#container_calculator .button {
  display: inline-block;
  margin: 2px;
  width: 42px;
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.mathButtons {
  margin: 2px 2px 6px 2px;
  color: #FFF;
  text-shadow: -1px -1px 0px #44006F;
  background-color: #434343;
  border-top: 2px solid #C1C1C1;
  border-right: 2px solid #C1C1C1;
  border-bottom: 2px solid #181818;
  border-left: 2px solid #181818;
  box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #2E2E2E;
}

.digits {
  color: #181818;
  text-shadow: 1px 1px 0px #FFF;
  background-color: #EBEBEB;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #C1C1C1;
  border-left: 2px solid #C1C1C1;
  border-radius: 4px;
  box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #DCDCDC;
}

.digits:hover,
.mathButtons:hover,
#clearButton:hover {
  background-color: #FFBA75;
  box-shadow: 0px 0px 2px #FFBA75, inset 0px -20px 1px #FF8000;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #AE5700;
  border-left: 2px solid #AE5700;
}

#clearButton {
  color: #FFF;
  text-shadow: -1px -1px 0px #44006F;
  background-color: #D20000;
  border-top: 2px solid #FF8484;
  border-right: 2px solid #FF8484;
  border-bottom: 2px solid #800000;
  border-left: 2px solid #800000;
  box-shadow: 0px 0px 2px #030303, inset 0px -20px 1px #B00000;
}

.calculator_modal .modal-content {
background: transparent;
    border: none;
}

.calculator img {
  cursor: pointer;
}

.calculator_modal .modal-header .close {
    color: #ffff !important;
    opacity: 1 !important;
}

.custom_alert.ordr_detail_alert {
  margin: 20px auto 0;
  text-align: center;
  background: #FD1212;
}

.custom_alert.ordr_detail_alert p {
  color: #fff;
}

.custom_alert.ordr_detail_alert i {
  color: #FFCC00 !important;
      font-size: 26px;
}

@media (min-width: 576px) {
  #add_wallet .modal-dialog-centered {
    max-width: 355px;
  }
}

@media screen and (max-width: 780px) {
  .order_box {
    margin-bottom: 20px;
  }
  .custom_input{
      padding: 5px 16px;
  }
  #cam{
      margin:1px;
  }
   #photo{
      margin:20px auto;
          width: 290px;
  }
      .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .show_hide_button , .align_take_snap_shot {
      text-align: center;
    }
    .show_hide_button .dynamic_img .ml-4 {
      margin-left: 0 !important;
      margin-top: 1rem;
    }
    
    .custom_input.ml-4 {
      margin-left: 0 !important;
    }
    .make_circle {
      margin-bottom: 10px;
    }
    #randomcode {
          display: block;
          text-align: center;
              padding: 12px 8px;
    }
    #randomcode p , #randomcode h5  {
      margin: 0 !important;
    }
    #randomcode p {
      font-size: 14px;
    }
    #my_camera video {
      width: 100% !important;
      height: auto !important;
    }
    .align_center_button {
      margin: 0 !important;
    }
    .input_button {
      padding: 6px 22px !important;
      border: 1px solid !important;
      font-size: 14px !important;
     
  }
  .imageicon{
      position: absolute;top: 24% !important;left: 3%;
  }
    #randomcode h5 {
      font-size: 16px;
    }
   
.verification_title {
  display: flex;
}
    .min_max {
      width: 100%;
    }
    .amount_input input {
      width: 100%;
    }
    .amount_input .pound_img {
      left: 5%;
    }
    .alignment_show_amount {
      width: 100%;
    }
    .board-inner .nav-tabs>li {
      width: 25%;
    }
    .board-inner .liner {
      width: 100%;
    }
    .confirm_btn a {
      font-size: 14px;
    }
    .confirm_btn button {
      font-size: 13px;
    }
    .custom_listing {
      padding: 23px 9px 20px 28px;
      width: 100%;
    }
    .style_firat {
      width: 100%;
    }
    .add_tikt_button {
      padding-top: 15px;
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    .add_tikt_button button {
      display: flex;
      align-items: center;
      font-size: 14px;
      padding: 7px 25px;
      margin-top: 0;
    }
    .custom_alert {
      width: 100%;
    }
    .dummy_text {
    margin: 10px 0;
    }
  .rules {
    padding: 0px 1px 10px 0px;
    margin-bottom: 20px;
  }
  .track_button button {
    margin-top: 0;
  }
  .ordr_detail h5 {
        width: 55%;
  }
  .top_wallet {
    white-space: nowrap;
  }
  .top_wallet h4 {
    margin-right: 20px;
  }
  .detail_section {
    padding: 5rem 2rem 3rem;
  }
  /*.sidebar_bg {
    display: none;
  }*/
  .vouchers_btns .btns button {
    font-size: 14px !important;
  }
  .sidebar_links ul {
    margin-top: 1rem;
  }
  .sidebar {
    margin-top: 4.7rem;
  }
  .sidebar_links a {
    /*justify-content: center;*/
    margin-left: 20px;
  }
  .orders_table {
    padding: 10px 15px 5px 15px;
  }
  .filter_order {
    display: block;
  }
  .download_order {
    justify-content: flex-end;
    margin-top: 12px;
  }
  .orders_table .table-responsive {
    display: block;
  }
  .all_cur_list {
    margin-bottom: 10px;
  }
  .price_buttons button {
    margin-top: 10px;
  }
  .recieve_text h3 {
    font-size: 18px;
  }
  .recieve_text {
    margin: 20px 0px;
  }
  .main_wallet, .blank_wallet {
    margin-bottom: 20px;
  }
  .detail_section {
    overflow: hidden;
  }
  .tickets {
    padding: 25px 25px;
  }
  .tickets  .table {
    display: block;
    overflow: scroll;
  }
  .add_ticket_header button {
    font-size: 14px;
        padding: 5px 13px;
  }
  .add_ticket_header h5 {
    font-size: 18px;
  }
  .setting_fields .col-md-6 {
    padding-left: 0 !important;
  }
  .settings .nav-pills .nav-link {
    font-size: 18px;
    margin-right: 32px;
        margin-bottom: 10px;
  }
  .tab-pane {
    padding-top: 15px;
  }
  .history_table .table {
    display: block;
    overflow: scroll;
  }
  .history_table .table td, .table th {
    white-space: nowrap;
  }
  .save_btn button {
        padding: 8px 18px;
  }
  .main_title_otpages h1 {
    padding: 85px 50px 40px;
    font-size: 24px;
  }
  .main_tc h3 {
    font-size: 20px;
  }
  .panel-title {
    font-size: 18px;
  }
  .make_line {
    padding: 7px 3px 15px;
  }
  .make_line:before {
    display: none;
  }
  .main_hiw .col-md-5, .main_hiw .col-md-7 {
    z-index: 0;
  }
  .make_position .nice-select {
    width: 30%;
  }
  .add_wallet_btn {
    margin-top: 2rem;
  }
  .add_wallet_btn button {
    padding: 8px 45px;
    margin-bottom: 20px;
  }
  .align_with_next , .verification_title  , .selfie .verification_title{
    display: block;
  }
  .align_to_right {
    margin-top: 10px;
    text-align: right;
  }
  .verify_custom button {
    padding: 8px 40px;
  }
  .message-partner {
    margin-right: 0 !important; 
  }
  .message-box {
    margin-left: 0 !important;
  }
  .add_dif {
    border-left: 0 !important;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .ticket_chat {
    padding-top: 10px;
  }
  .tikt_submit {
    margin-left: 0;
    padding: 8px 30px;
    margin-top: 15px;
  }
  .reedem_modal_button .yes_btn {
        padding: 8px 40px;
  }
  .reedem_modal_button .no_btn {
    padding: 8px 30px;
  }
  .last_checkboxes {
    white-space: initial;
  }
  .orders_details_title h4 {
    font-size: 20px;
  }
  .ordr_left_img {
    margin-bottom: 25px;
  }
  .orders_details {
    padding: 25px 25px;
  }
  .ordr_list_detail h5 {
        font-size: 16px;
  }
  .ordr_list_detail p {
    font-size: 14px;
  }
  .ordr_detail_bg .ordr_detail_alert {
    width: 100%;
  }
  .orders_details_title {
      justify-content: flex-end;
  }
}





input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.cross_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff000042;
}
.cross_video i {
    font-size: 100px;
}
.checkmark_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #37571f4f;
    color: green;
    font-size: 100px;
}
.checkmark_video i {
    font-size: 100px;    
}



@media screen and (max-width:  380px) {
   .confirm_btn a, .send_btn a {
      padding: 8px 14px;
   }
   .confirm_btn button.next_tab_button, .confirm_btn a.next_tab_button {
      padding: 8px 14px;
   }
}