@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');


html,
body {
  height: 100% !important;
  font-family: 'Cairo', sans-serif;
  padding: 0;
}


.content-wrapper>.content {
  padding: 0 1.5rem;
}

input.form-control {
  background-color: #f3f3f3;
  border-radius: 25px;
  border: 0;
  height: calc(2.25rem + 12px);
}

.form-control:focus {
  background-color: #f3f3f3;
}

input.form-control::placeholder {
  background-color: #f3f3f3;

}

textarea.form-control {
  background-color: #f3f3f3;
  border-radius: 25px;
  border: 0;
}

.input-group {
  background-color: #f3f3f3;
  padding: 8px;
  border-radius: 25px;
}

.input-group input.form-control {
  background-color: #f3f3f3;
  padding-right: 0;
}

.input-group-text {
  background-color: transparent !important;
  border: 0 !important;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border: 0;
 
  
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #A5A5A5;
  font-weight: 600;
}

select.form-control {
  padding: 0.1rem 0.75rem !important;
  border: 0;
  border-radius: 25px;
  height: calc(2.25rem + 12px);

}

/* .form-control:focus {
  background-color: white;
} */

/* ------- buttons------------ */
.btn {
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  padding: 0.5rem 2rem;
}

.btn-primary {
  background-color: #3393CD !important;
}

.btn-lightBlue {
  background-color: #e8f6fa;
  color: #3393CD;
}

.btn-danger {
  background-color: #F8044F;
  border-color: #F8044F;
}

.btn-dark {
  background-color: #4F4E4E;
  border-radius: 25px;
}

.btn-lightOrange {
  background-color: #F5E7CC;
  color: #60269E;
  width: 40px !important;
  height: 40px;
  border-radius: 100%;
  padding: 0 !important;
}

.btn-lightOrange:hover {
  background-color: #60269E;
  color: #ffffff;
}

.btn-lightOrange i {
  font-size: 5px !important;
  vertical-align: middle;

}

.btn-orange {
  background-color: #60269E;
  color: #ffffff;
  border-radius: 25px;
}

.btn-orange .fa-circle {
  font-size: 6px;
}

.content-wrapper .input-group,
.content-wrapper .input-group input.form-control {
  background-color: #F0F0F0;
}

.btn-green {
  background-color: #8051B1;

  color: white;
  border-radius: 25px;
  padding: 10px 18px;
}

.btn-green:hover {
  background-color: #60269E;
  

  color: white;

}

.btn-lightBlue2 {
  background-color: #D8E5F0;
  color: #007AD8;
}

.btn-actions {
  border-radius: 100%;
  padding: 14px !important;
  width: 50px !important;
  height: 50px;
}

.btn-actions i {
  font-size: 18px !important;
}

.btn-lightRed {
  background-color: #F4D8E0;
  color: #F8044F;
}

.btn-red {
  background-color: #F8044F;
  color: #fff;
}

.btn-red:hover {
  background-color: #da0041;
  color: #fff;
}

.btn-gray {
  background-color: #F3F3F3;
  color: #383838;
  padding: 0.3rem 0.5rem;
}

/* ------------ badges-------------- */
.badge {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.badge-green {
  color: #ffffff;
  background-color: #25d9b2;
}

.badge-lightGreen {
  color: #00BD95;
  background-color: #E1F4EF;
}

.badge-danger {
  background-color: #F8044F;
}

.badge-gray {
  background-color: #C5C5C5;
  color: white;
  padding: 0.4rem 0.6rem;
  margin-right: 2px;
}

.badge-dark {
  background-color: #E8E5E5;
  color: #9B9B9B;
  padding: 0.8rem 1.2rem;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}

/* .badge-white{
  background-color: #ffffff;
  color: #F39204;

} */
.badge-lightOrange {
  background-color: #FFF2D8;
  color: #F39204;
}

/* ------------ texts-------------- */
.text-primary {
  color: #3393CD !important;
}

.text-red {
  color: #F8044F !important;
}

.text-lightGray {
  color: #A9A9A9;
}

.text-orange {
  color: #F39204 !important;
}

.text-green {
  color: #00BD95 !important;
}

/* --------------- login------------- */
.login {
  background-color: white;
  border-radius: 25px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  padding: 50px;
  text-align: center;

}

.login h5,
.login h6 {
  font-weight: 700;
}

/* ------------ navbar-------------- */
nav.main-header {
  border-bottom: 0;
  background-color: transparent;
}

nav.main-header .nav-item h5 {
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #6d57a1;
}

.navbar-badge {
  width: 18px;
  height: 18px;
  padding: 2px;
  right: 13px;
  top: 0px;
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  border: 2px solid white;
}

.nav-pills .nav-link {
  color: white;
}


.user {
  background-color: #ECECEC;
  color: #808080;
  padding: 5px 7px;
  border-radius: 10px;
  position: relative;
}

.user .active {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #54DA56;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 4px;
  box-shadow: 1px 2px 4px #54da56b8;
}

.notifications {
  background-color: #ECECEC;
  padding: 11px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
}


.searchIcon {
  background: #F3F3F3;
  border-radius: 100%;
  width: 50px;
  height: 50px !important;
  padding-right: 15px !important;
  padding-top: 13px;
}

#searchForm input {
  background-color: #F3F3F3 !important;
  color: #313534 !important;
  border-radius: 25px;
  height: 50px !important;
}

/* ------------ aside------------ */
@media (min-width: 992px) {

  .sidebar-mini.sidebar-collapse .main-sidebar:hover,
  .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused {
    width: 270px;
  }
}

@media (min-width: 800px) {

  .content-wrapper,
  .main-footer,
  .main-header {
    margin-right: 270px;
  }

}

@media (max-width:700px) {

  .sidebar-mini.layout-fixed.sidebar-collapse .main-sidebar,
  .sidebar-mini.sidebar-collapse .main-sidebar::before {
    margin-left: 0;
    width: 0;
  }
}

.main-sidebar,
.main-sidebar::before {
  width: 270px;

}

aside {
  background-color: #60269E ;
  padding: 0 14px;
}

[class*='sidebar-light-'] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*='sidebar-light-'] .nav-sidebar>.nav-item:hover>.nav-link {
  color: white;
}

.os-content {
  padding: 0 !important;
}

.nav-sidebar>.nav-item .nav-icon.fa,
.nav-sidebar>.nav-item .nav-icon.fas,
.nav-sidebar>.nav-item .nav-icon.far,
.nav-sidebar>.nav-item .nav-icon.fab,
.nav-sidebar>.nav-item .nav-icon.glyphicon,
.nav-sidebar>.nav-item .nav-icon.ion {
  font-size: 1.2rem;
}

aside .nav-pills .nav-link.active,
aside .nav-pills .show>.nav-link {
  background-color: #e20580;
  border-radius: 25px;
}

.tabs .nav-pills .nav-link {
  background-color: #F1EFEF;
  color: #4F4E4E;
  padding: 0.8rem !important;
  border-radius: 25px;
  font-weight: 600;
  margin-left: 5px;
}

.nav-pills .nav-link:not(.active):hover {
  background-color: #e15883;
  border-radius: 25px;
  color: white;
  transition: all 0.5s ease;

}

.tabs .nav-pills .nav-link:hover,
.tabs .nav-pills .show>.nav-link:hover {
  background-color: #F39204;
  color: #ffffff;
}

.tabs .nav-pills .nav-link:hover .badge-gray {
  background-color: #ffffff;
  color: #F39204;
}

.tabs .nav-pills .nav-link.active,
.tabs .nav-pills .show>.nav-link {
  background-color: #F39204;
  color: #ffffff;
}

.tabs .nav-pills .nav-link.active .badge-gray {
  background-color: #ffffff;
  color: #F39204;
}

.nav-treeview a.nav-link.active {
  background-color: transparent;
  color: #303030;
}

.nav-treeview .nav-item .nav-icon.fa,
.nav-treeview>.nav-item .nav-icon.fas,
.nav-treeview>.nav-item .nav-icon.far,
.nav-treeviewr>.nav-item .nav-icon.fab,
.nav-treeview>.nav-item .nav-icon.glyphicon,
.nav-treeview>.nav-item .nav-icon.ion {
  font-size: 0.9rem;

}

/* .sidebar-mini .nav-sidebar, .sidebar-mini .nav-sidebar > .nav-header, .sidebar-mini .nav-sidebar .nav-link{
  white-space: unset;
} */

/* .sidebar-collapse .nav-pills .nav-link ,.sidebar-collapse .nav-pills  > .nav-link {
        text-align: center !important;
 
} */

aside nav {
  padding-bottom: 100px !important;

}

.nav-sidebar > .nav-item .nav-icon{
  width: 1.2rem;
}

.brand-link img {
  width: 140px;
}

.sidebar-collapse .brand-link img {
  width: 40px !important;
  transition: width 1s;

}

/* .sidebar-collapse .sidebar-mini .nav-sidebar,.sidebar-collapse .sidebar-mini .nav-sidebar > .nav-header,.sidebar-collapse .sidebar-mini .nav-sidebar .nav-link{
white-space: nowrap;
} */

.card-title {
  color: #413F3F;
  font-size: 22px;
  font-weight: 600;
  text-align: right;
  float: unset;
}

.card-text {
  color: #6E6E6E;
  font-weight: 600;
}


.modal-content {
  border-radius: 35px;
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
  margin: 0rem 0rem -1rem auto;
  color: #7D7D7D;
  opacity: 1;
}

.modal-body {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

input[type="file"] {
  display: none;
}

/* .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
} */

.custom-file {
  width: 150px;
  height: 150px;

}

.file-upload {
  width: 100%;
  border-radius: 20px;
  text-align: center;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.file-upload .imgFile {
  color: white;
  font-weight: 400;
  background: #00000078;
  width: 100%;
  height: 100%;
  margin-right: 0 !important;
  border-radius: 20px;
}

.file-upload .imgFile>div {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
  padding: 10px;
  text-align: center;
}

.uploadImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7D7D7D;
  text-align: center;
}

.modal .form-group label {
  font-size: 14px;
  color: #9F9F9F;
  margin-bottom: 0;
}

.modal .form-group input,
.modal .form-group textarea,
.modal select.form-control {
  background: #f3f3f3;
  border: 0;
  padding-right: 0;
  font-weight: 600;
  color: #838383;
}

.modal .close {
  position: absolute;
  right: 31px;
  top: -20px;
  background-color: #ffffff;
  color: #4F4E4E;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  padding: 0px;
  border: 4px solid #006852;
  opacity: 1;
  line-height: 0;
  font-size: 30px;
  font-weight: 600;
}

.modal .close span {
  position: absolute;
  top: 18px;
  right: 12px;
}

.close:not(:disabled):not(.disabled):hover,
.mailbox-attachment-close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus,
.mailbox-attachment-close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

/* ----------- index -------------- */
.main-slider {
  padding: 10px;
  background-color: #EEEEEE;
  border-radius: 20px;
}

/* -------- datatable----------- */
.dataTables_length {
  display:  inline-block;
}

.dataTables_info {
  display:  inline-block;
}

.dataTables_wrapper.dt-bootstrap4.no-footer div.row>.col-sm-12.col-md-6:first-child,
.dataTables_wrapper div.row>.col-sm-12.col-md-6:first-child {
  display: inline-block !important;
}

.dataTables_wrapper.dt-bootstrap4.no-footer div.row>.col-sm-12.col-md-6,
.dataTables_wrapper div.row>.col-sm-12.col-md-6 {
  min-width: 100%;
}

.dataTables_wrapper.dt-bootstrap4.no-footer div.row>.col-sm-12.col-md-6 .dataTables_filter label,
.dataTables_wrapper.dt-bootstrap4 div.row>.col-sm-12.col-md-6 .dataTables_filter label {
  width: 100%;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_filter {
  width: 80%;
  display: inline-block;
  margin-left: 10px;


}

div.dataTables_wrapper div.dataTables_filter label {
  text-align: right !important;
}

.fullWidth {
  width: 100% !important;
}

.tableSearch {
  background-color: #F0F0F0;
  width: 96% !important;
  border: 0;
  height: 42px;
  border-radius: 25px;
}

.tableSearch2 {
  background-color: #F0F0F0;
  width: 96% !important;
  border: 0;
  height: 42px;
  border-radius: 25px;
}

.dataTables_wrapper.dt-bootstrap4.no-footer div.row>.col-sm-12.col-md-6 button {
  width: 200px;
  padding: 8px !important;
}


table {
  background-color: white !important;
  border-radius: 20px;
  font-weight: 600;

}

thead {
  background-color: #60269E;
  color: white;
  text-align: center;
}

.dataTable .last-tb {
  border-radius: 20px 0 0px 0 !important;
  /* border-left: 1px solid #e3e3e3 !important; */
}

.dataTable .first-tb {
  border-radius: 0px 20px 0px 0px !important;

}

.page-link,
.page-item.disabled .page-link {
  padding: 0.5rem 0.4rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5C5C5C;
  background-color: #E3F4F0;
  border: 0;
  border-radius: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #60269E;
  border-color: #60269E;
  height: calc(100% + 10px);
  top: -5px;
  border-radius: 25px;
  padding: 0.8rem 0.4rem 0rem;
}

.page-item:last-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.page-link:focus {
  box-shadow: unset;
}

table tbody tr:last-child td:first-child {
  border-radius: 0 0 20px 0;

}

table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 20px;

}

table tbody tr td:first-child {
  text-align: center;
}

table td {
  vertical-align: middle !important;
}

table .btn {
  width: 170px;
  padding: 0.5rem;
  font-weight: 500;
  white-space: nowrap;
}

table .btn i {
  font-size: 12px;
}

table .slick-dots {
  bottom: 10px;
}

table .slick-dots li {
  width: 5px;
  height: 5px;
}

table .slick-dots li button {
  width: 5px;
  height: 5px;
}

table .slick-dots li button:before {
  font-size: 28px;
  color: white;
  opacity: 1 !important;
  left: -7px;
}

table .slick-dots li.slick-active button:before {
  color: #3393CD;
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 20px !important;
}

table td img.imgs {
  width: 120px;
}

.dropdown-toggle::after {
  display: none;
}

table .dropdown.show .btn-lightOrange {
  background-color: #F39204;
  color: #ffffff;
}

@media screen and (Max-width:769px) {
  table {
    overflow: auto;
    display: block;
  }
}


/* ------- offers---------------- */
#wrap {
  padding: 50px 0;
}

#slider,
#thumbnail_slider {
  margin: 0 auto 10px;
  padding-left: 0;
  list-style: none;
}

.slide-item img {
  width: 100%;
  border-radius: 25px;
}

.thumbnail-item {
  /* display: block !important; */
  width: 100% !important;
  margin: 2px auto;
}

.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
}


/* --------- branches-------------- */
/* --- map --- */
@import "../../plugins/fontawesome-free/css/fontawesome.css";

#map,
#map2 {
  height: 400px;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
  z-index: 1000 !important;
}

.pac-container {
  z-index: 100000 !important;
}


.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  left: unset !important;
  border: 0;
  box-shadow: 1px 3px 8px #dedede;
  top: 12px !important;
  padding: 9px;
  border-radius: 10px;
  right: 10px;
  font-family: FontAwesome;
}

#pac-input:focus {
  border-color: #4d90fe;
}

/* #title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
} */

#target {
  width: 345px;
}

#pac-input2 {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
  left: unset !important;
  border: 0;
  box-shadow: 1px 3px 8px #dedede;
  top: 12px !important;
  padding: 9px;
  border-radius: 10px;
  right: 10px;
  font-family: FontAwesome;
}

.gm-control-active.gm-fullscreen-control {
  top: 50px !important;
}

/* ------- complains ------------ */
.dTitles {
  width: 100%;
  background-color: #E5EFF4;
  color: #3393CD;
  padding: 8px 20px;
  border-radius: 0 20px 20px 0;
  font-size: 18px;
}

.details {
  padding: 8px;
  font-size: 18px;
}

ul.list {
  list-style: none;
  padding-right: 0;
  color: #7D7D7D;
  font-weight: 600;
  font-size: 18px;
  margin-top: 30px;
}

ul.list li {
  margin-top: 15px;
}

/* ----------------------------- */
/* ----- projects ------------- */
/* ------------------------------- */
.detailsTitle {
  color: #29D882;
  font-weight: 700;
}

.dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #29D882;
  display: inline-block;
  margin-left: 5px;
}

/* ---------------------- */
/* ----- members------------ */
/* --------------------- */
.btn-selectLight {
  background: white;
  color: #4F4E4E;
  box-shadow: 1px 2px 4px #ededed;
  text-align: right;
  width: 200px;
  padding: 11px 12px;
}

.btn-selectLight i {
  float: left;
  margin-top: 6px;
}

.dropdown.show .btn-selectLight {
  border-radius: 25px 25px 0 0;
}

.btn-selectLight+.dropdown-menu.show {
  width: 200px;
  top: -7px !important;
  padding-bottom: 20px;
  color: #898989;
}


.btn-selectLight+.dropdown-menu.show .dropdown-item.active {
  border-right: 14px solid #60269E;
  background-color: white;
  color: #60269E !important;
  padding: 0 4px 0px;
}

.selectMenu .dropdown-item {
  color: #4F4E4E !important;
}

.selectMenu .dropdown-item.text-red {
  color: #F8044F !important;
}

.selectMenu .dropdown-item:active {
  background-color: #f8f9fa;
}


.btn-select {

  box-shadow: 1px 2px 4px #ededed;
  width: 170px;
  padding: 11px 12px;
}

.dropdown.show .btn-select {
  border-radius: 25px 25px 0 0;
}

.btn-select+.dropdown-menu.show {
  width: 170px;
  top: -7px !important;
  padding-bottom: 20px;
  color: #898989;
}

.btn-select+.dropdown-menu.show .dropdown-item.active {
  border-right: 14px solid #29D882;
  background-color: white;
  color: #29D882 !important;
  padding: 0 4px 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  border-radius: 15px;
}

.darkDot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #4F4E4E;
  display: inline-block;
  margin-left: 5px;
}

/* ------- radio buttons------------- */

.custom-control {
  position: relative;
  display: inline-block !important;
  min-height: 1.5rem;
  padding-left: unset;
  padding-right: 2.5rem;
  text-align: right;
}

.modal .form-group .custom-radio label {
  font-size: 17px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: unset;
  border-color: white;
  background-color: unset;
  box-shadow: none;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  right: -2rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: #D9D9D9;
  border: #fff solid 2px;
  box-shadow: 0px 0px 7px #dedede !important;
}

.custom-control-label::after {
  position: absolute;
  top: 0.35rem;
  right: -1.9rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: unset;
  background-color: #F39204;
  border-radius: 100%;
}

/* ----------- profit Withdraw ----------- */
.textbox-n {
  height: 50px !important;
  padding: 0px 10px !important;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  border: 0;
  width: 49%;
  box-shadow: 1px 3px 13px #ededed;
}

.textbox-n:focus-visible {
  outline: none;
}

/* --------- technical support-------------- */
select.form-control {
  box-shadow: 1px 2px 4px #ededed;
  width: 170px;
  padding: 11px 12px;
  font-size: 16px;
  font-weight: 700;

}

.title-box {
  background-color: #EEEEEE;
  color: #303030;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  font-weight: 700;
}

.comment input.form-control,
.comment input.form-control::placeholder {
  background-color: white !important;
  border-radius: 25px !important;
}

.select2-container--default .select2-selection--multiple {
  min-height: 50px !important;
  padding: 0px 15px !important;
  background-color: #F6F6F6 !important;
  border: 0 !important;
  border-radius: 25px !important;
  font-weight: 700;
  font-size: 15px !important;
  color: #A5A5A5 !important;
}

.select2-selection.select2-selection--multiple {
  text-align: right !important;
  padding-bottom: 5px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: unset;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: 'Cairo' !important;
  font-weight: 700 !important;
  margin-top: 14px !important;
  height: 25px !important;
  text-align: right !important;
  color: #A5A5A5 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FFFAEF !important;
  color: #F39204 !important;
  border-radius: 25px !important;
  border: unset !important;
  padding: 2px !important;
  padding-left: unset !important;
  padding-right: 4px !important;
  margin-top: 7px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 0 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: black !important;
  border: none !important;
  border-right: unset !important;
  border-radius: 100% !important;

  color: white !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 0px 6px !important;
  position: unset !important;
  left: unset !important;
  top: unset !important;
  margin: 5px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  vertical-align: -webkit-baseline-middle;
}

.select2-container {
  width: 100% !important;
  text-align: right;
}



.select2-search.select2-search--inline textarea.form-control {
  padding-right: 15px !important;
  background-color: #F6F6F6;
  border: 0;
  border-radius: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #A5A5A5 !important;
}

/* --------------------------------- */
/* ----------- blogs ---------------------- */
/* ---------------------------------------- */
.darkDot {
  width: 20px;
  height: 20px;
  background-color: #303030;
  border: 5px solid #DBD9D9;
  border-radius: 100%;
  margin-left: 5px;
  vertical-align: middle;
}

.adviceNo {
  background-color: #00BD95;
  color: white;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}



/* ------------------ */
/* ------- forum ----------- */
/* --------------------- */
.service-provider {
  background-color: #F5F5F5;
  padding: 10px;
  border-radius: 25px;
  display: flex;
  margin: 10px auto;
  font-weight: 700 !important;
}

/* ------ notifications--------- */
.transactions {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 1px 2px 13px #ededed;
  margin: 10px 10px 0;
}

/* ------------------------ */
/* -------- settings---------- */
/* ------------------------ */
.logo-box {
  background-color: white;
  box-shadow: 1px 3px 13px #ededed;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}

.logo-box img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

/* ------- radio buttons------------- */

.roundedRadio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: right;
  padding-right: 35px;
}


/* Hide the browser's default checkbox */
.roundedRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;

  border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.roundedRadio:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.roundedRadio input:checked~.checkmark {
  background-color: #00BD95;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.roundedRadio input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.roundedRadio .checkmark:after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.roundedRadio .badge-gray {
  left: 2%;
}
.dt-button.buttons-excel {
  color: white !important;
  border: #29D882 !important;
  background-color: #29D882 !important;
}

.dt-button.buttons-print{
  color: white !important;
  border: #F39204 !important;
  background-color: #F39204 !important;
}
div.dt-buttons{
  position: absolute !important;
  left: 0;
  top: 0;
}
.dt-button{
  font-weight: 700 !important;
  padding: 10px 18px !important;
  box-shadow: 1px 3px 13px #dedede !important;
  font-size: 17px !important;
  border-radius: 25px !important;
}