/* font-family: 'Open Sans', sans-serif; */
@import "nice-select.css";
@import "nice-select";

/*
font-family: 'Open Sans', sans-serif;
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
    font-family: "Open Sans", sans-serif;
}
body {
    font-family: "Open Sans", sans-serif;
    background-color: #f9fafb;
}
:root {
    --ar-primary: #3e83dd;
    --ar-success: #1f8781;
}
.ar_content {
    margin-top: 30px;
    padding: 30px 50px;
    border-radius: 10px;
    margin-left: 30px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
}
label{
    color: #000;
}

.ml-30{
    margin-left:30px;
}
.site-btn-primary {
    /* width: 140px;
  height: 45px;
  margin: 29.5px 95px 0 0; */
    padding: 13px 33px 12px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    background-color: #438afe;
    color: #fff;
    border-color: transparent;
}
.site-btn-primary:hover {
    color: #fff;
}
.site-outline-btn-primary {
    padding: 13px 33px 12px;
    border-radius: 9px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4); */
    background-color: transparent;
    border: 1px solid #438afe;
    color: #438afe;
}
.site-outline-btn-primary:hover {
    color: #438afe;
}
.btn-outline-dropdown {
    padding: 13px 5px 12px;
    border-radius: 9px;
    border: 1px solid;
    border-color: #e3edf3;
    color: #000;
}
.btn-outline-dropdown:hover {
    color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

section {
    padding: 50px 0 50px 0;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.section-title {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.section-title h1 {
    font-weight: bold;
}

a {
    color: var(--ar-primary);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover {
    color: var(--ar-primary);
    text-decoration: none;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.color-white {
    color: var(--white) !important;
}

.color-brown {
    color: var(--ar-primary);
}

/* .bg-light {
    background-color: var(--light) !important;
} */

.bold-100 {
    font-weight: 100;
}

.bold-200 {
    font-weight: 200;
}

.bold-300 {
    font-weight: 300;
}

.bold-400 {
    font-weight: 400;
}

.bold-500 {
    font-weight: 500;
}

.bold-600 {
    font-weight: 600;
}

.bold-700 {
    font-weight: 700;
}

.bold-800 {
    font-weight: 800;
}

.bold-900 {
    font-weight: 900;
}
.form-control {
    border-radius: 10px;
}
.form-control-lg {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.26);
}

.form-control-lg:focus {
    border-color: var(--ar-primary);
    border-bottom: 2px solid var(--ar-primary);
    box-shadow: 0 0 1px 0 var(--ar-primary);
}
.form-control-lg:focus :placeholder-shown {
    border-color: var(--ar-primary);
    box-shadow: 0 0 1px 0 var(--ar-primary);
    color: var(--ar-primary);
}
input::-webkit-input-placeholder {
    color: #777777;
}
input:focus::-webkit-input-placeholder {
    color: var(--ar-primary);
}
.sticky {
    background-color: var(--ar-primary) !important;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
main-review-top-lang .middle-through-col {
    display: table-cell;
    margin: auto auto;
}

.desktop-hide {
    display: none !important;
}

.mobile-hide {
    display: block !important;
}

@media (max-width: 767px) {
    .desktop-hide {
        display: block !important;
    }
    .mobile-hide {
        display: none !important;
    }
}

.ar-background {
    background-color: #3e83dd;
    color: #ffffff !important;
}
.ar-navbar {
    /* background-color: #3e83dd; */
    background-color: #fff;
    color: #fff;
}
.nav-link {
    color: #5b301e !important;
}
.bg-light {
    background-color: #f3f9ff !important;
}
.nav-second-level li:hover {
    background-color: #c1e0ff;
}
#sidebar-menu > ul > li ul {
    padding-left: 0px;
    list-style: none;
}
.nav-second-level li a {
    padding-left: 50px;
}
.left-side-menu {
    padding: 0;
}
.login-bg .form-check-input:checked {
    background-color: var(--ar-primary);
    border-color: var(--ar-primary);
}
.login-bg .form-check-input:checked[type="checkbox"] {
    background-image: none;
}
/* Login Page */
.login-bg {
    padding: 79px 117px 86px;
    border-radius: 10px;
}
.login-bg input {
    padding-left: 0;
}
@media (max-width: 767px) {
    .login-bg {
        padding: 79px 30px 86px;
    }
}

.main-review-top-lang {
    border-bottom: 2px solid #e3edf3;
    padding-bottom: 15px;
    color: black;
}
.main-review-top-lang .btn-outline-secondary {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.main-review-top-lang .btn-outline-secondary:hover {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.main-review-top-lang .btn-outline-secondary:active {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important;
}
.main-review-top-lang .btn-outline-secondary:focus {
    outline: 0;
}
.review-add-form-div {
    padding-top: 30px;
}
.review-add-form-div label {
    color: #000 !important;
}

.star-cb-group {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
    /* the hidden clearer */
}
.star-cb-group * {
    font-size: 20px;
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 7px;
}
.star-cb-group > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #dea12c;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before,
.star-cb-group > input + label:hover:before {
    content: "★";
    color: #dea12c;
    text-shadow: 0 0 1px #dea12c;
}
.star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}
.star-cb-group > .star-cb-clear + label:before {
    width: 0.5em;
}
.star-cb-group:hover > input + label:before {
    content: "☆";
    color: #dea12c;
    text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before,
.star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #dea12c;
    text-shadow: 0 0 1px #dea12c;
}

fieldset {
    border: 0;
    border-radius: 1px;
    margin: 1em auto;
}

#log {
    margin: 1em auto;
    width: 5em;
    text-align: center;
    background: transparent;
}

.btn {
    border-radius: 5px !important;
}

.actionbox {
    padding: 0.5rem;
    border-radius: 9px;
    background-color: #f5f8fb;
}

text {
    display: none;
}

.fm-preview {
    height: 150px;
}

.ar-btn {
    background: #f5f8fa;
    color: var(--ar-primary);
    padding: 5px 15px;
    border-radius: 8px;
    border: none;
    margin-bottom: 5px;
}
.ar-btn:hover {
    background: var(--ar-primary);
    color: #fff;
    /* padding: 5px 15px; */
    border-radius: 8px;
}
.edit-btn {
    background: #f5f8fa;
    color: var(--ar-primary);
    /* padding: 5px 15px; */
    border-radius: 8px;
    border: none;
    margin-bottom: 5px;
}
.edit-btn:hover {
    background: var(--ar-primary);
    color: #fff;
    /* padding: 5px 15px; */
    border-radius: 8px;
}
.green {
    color: #198754;
}
.green:hover {
    background-color: #198754;
    color: #fff;
}
.red {
    color: #dc3545;
}
.red:hover {
    background-color: #dc3545;
    color: #fff;
}
#cancle-policy {
    direction: rtl;
}
.setting-form-div label {
    color: #000;
}

th {
    border-bottom-width: 3px !important;
    border-bottom: 3px solid #3e84dd !important;
}

.all-ser-data tbody {
    border-top: 2px solid #3e83dd !important;
}

.review-all-div tbody {
    border-top: 2px solid #3e83dd !important;
}

.table-dpd {
    background-color: #f5f8fa;
    color: var(--ar-primary);
    border-radius: 9px;
    width: 70%;
    margin: 0 auto;
}

.btn-status-show {
    background-color: #faf5f5;
    color: var(--ar-primary);
    border-radius: 9px;
    padding: 4px 10px;
}

.nav-tabs .nav-link {
    color: #b9bac3 !important;
    font-weight: bold;
}
.nav-tabs .nav-link.active {
    color: var(--ar-primary) !important;
    border: none;
    border-bottom: 2px solid var(--ar-primary);
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.general-hotel-info .nav-tabs {
    border: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 720px !important;
    }
}

/* .btn-anchor{
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
} */

.form-select {
    border-radius: 10px !important;
}

.priority-span {
    padding: 0 5px;
    font-size: 12px;
    color: #000;
    border-radius: 10px;
}
.type-span {
    padding: 0 5px;
    font-size: 12px;
    color: #000;
    border-radius: 10px;
}
.task-status {
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #438afe;
    border-radius: 10px;
}

.subtask-main-div {
    background-color: var(--ar-primary);
    color: #fff;
    border-radius: 8px;
}
.subtask-main-div label {
    font-size: 20px;
    padding-left: 13px;
    padding-top: 3px;
}
.subtask-main-div button:focus {
    box-shadow: none;
}
.activity-status-batch {
    text-transform: uppercase;
    padding: 3px 5px;
    border-radius: 8px;
    background-color: #438afe;
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
}


.avatar-initials {
    width: 40px;
    padding-right: 10px;
  }

  .avatar-small-initials{
    width: 30px;
    padding-right: 7px;
  }




.badge-white {
    color: #7E8299;
    background-color: #ffffff;
  }

  .badge-light-white {
    color: #ffffff;
  }

  .badge-light {
    color: #7E8299;
    background-color: #F5F8FA;
  }

  .badge-light-light {
    color: #F5F8FA;
  }

  .badge-primary {
    color: #FFFFFF;
    background-color: #009EF7;
  }

  .badge-light-primary {
    color: #009EF7;
    background-color: #F1FAFF;
  }

  .badge-secondary {
    color: #3F4254;
    background-color: #E4E6EF;
  }

  .badge-light-secondary {
    color: #E4E6EF;
  }

  .badge-success {
    color: #FFFFFF;
    background-color: #50CD89;
  }

  .badge-light-success {
    color: #50CD89;
    background-color: #E8FFF3;
  }

  .badge-info {
    color: #FFFFFF;
    background-color: #7239EA;
  }

  .badge-light-info {
    color: #7239EA;
    background-color: #F8F5FF;
  }

  .badge-warning {
    color: #FFFFFF;
    background-color: #FFC700;
  }

  .badge-light-warning {
    color: #FFC700;
    background-color: #FFF8DD;
  }

  .badge-danger {
    color: #FFFFFF;
    background-color: #F1416C;
  }

  .badge-light-danger {
    color: #F1416C;
    background-color: #FFF5F8;
  }

  .badge-dark {
    color: #ffffff;
    background-color: #181C32;
  }

  .badge-light-dark {
    color: #181C32;
    background-color: #EFF2F5;
  }


  .selection__choice__display{
      color: black;
  }

.img-setting{
    /* height: 50px; */
    border: none;
    margin-right: 20px;
    margin-top: 20px;
}


.overview-uploadimg input[type="file"] {
    display: none;
  }
  .imageThumb {
    max-height: 200px;
    /* border: 2px solid; */
    padding: 1px;
    cursor: pointer;
    /* height: 70px; */
    margin-bottom: 10px;
  }
  .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .remove {
    /* display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center; */
    margin-top: 30px;
    cursor: pointer;
  }
  /* .remove:hover {
    background: white;
    color: black;
  } */
  .upload-btn-img{
      background-color: #f5f8fa;
      padding: 30px 60px;
      font-size: 34px;
      cursor: pointer;
      margin-top: 30px;
  }
  .upload-btn-img:hover{
      background-color: #f3f9ff!important;
      color: #438afe;
  }

@media (min-width: 576px){
.confirmation-modal .modal-dialog{
    max-width: 50%;
    width: 400px;
}
}
.confirmation-modal .modal-body{
    padding: 45px 70px;
}




 .buttons-collection {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: var(--ar-success);
    border: 1px solid transparent;
    padding: .28rem .8rem;
    font-size: .73125rem;
    border-radius: .2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.buttons-collection>.dt-down-arrow{
display: none;
}


.ar_textarea {
    width: 100%;
    height: 100px;
    padding: 8px 8px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #fcfcfc;
    resize: none;
}

.buttons-excel, .buttons-pdf, .buttons-csv, .dataTables_paginate > .paginate_button   {
    margin-top: 5px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: #ecf2f5;
    border: 1px solid transparent;
    padding: .28rem .8rem;
    font-size: .73125rem;
    border-radius: .2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.paginate_button{
    margin: 5px;

}

a.paginate_button {
    cursor: pointer;
  }

.pointer{
    cursor: pointer;
}


label.error {
    color: red !important;
}


