@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #E6EFFD;
}
 .error{
    color: red;
    font-weight: 600 !important;
    font-size: 14px;
}
/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #007bff;
    border: 1px solid #007bff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
} */
.user-panel img {
    height: 2.1rem;
    width: 2.1rem;
}
/* .earn-title {
    float: left;
    width: 100%;
    color: #007bff;
    
}

.total-ear {
    width: 100%;
    font-size: 18px;
   
}
.share-title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
   
}
.copy-link {
    width: 100%;
    float: left;
}
.copy-link .form-control {
     width: 30%;
     display: inline-block;
}
.inviting {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.inviting p {
font-size: 18px;
    margin-bottom: 5px;
     
}
.inviting .btn-lg {
        border-radius: 100px;
    padding: 5px 20px;
}
.copy {
        border: 1px solid #ced4da;
    padding: 6px 19px;
    margin-left: -5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #007bff;
    color: #fff;
}

#userSearchRes tr td:last-child a {
        margin: 0 3px;
        
    font-size: 18px
}

.dataTables_length>label {
    display: inline-flex !important;
} 
.dataTables_length .select2 {
    width: 80px !important;
    margin: 0px 5px;
}
.dataTables_length select {
    width: 70px !important;
    margin: 0px 5px;
}

.login-box, .register-box {
    width: 427px !important;
}

.input-group>.custom-file{
    display: inline !important;
}

.select2-container{
    width: auto !important;
}

.tableIcon tr td:last-child a {
    margin: 0 3px;
    font-size: 18px;
}

.brand-link .brand-image {
    float: inherit;
    text-align: center;
    line-height: .8;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: 50px;
    width: 100px;
}

[class*=sidebar-dark] .brand-link {
    text-align: center;
    margin: 0px;
}

.foo {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
  }
  
.blue {
    background: #33ffff;
}
  
.green {
    background: #80ff00;
}

.orange {
    background: #ffb84d;
}

.red {
    background: #ff3333;
}

.grey{
    background: #b6b6b6;
}


.colorDealShow li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.center{
    text-align: center;
}

.activePlan{
    width: 70%;
    margin: auto;
    margin-top: 100px;
} */

/*.refferal h4 {
   background: #eee;
    border-radius: 5px;
    border: 5px dotted #ccc;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
        font-size: 18px;
    font-weight: bold;
}
.refferal h4 b {
        color: #007bff;
}
.total-ref h6 {
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    margin-bottom: 0;
        font-size: 18px;
    font-weight: bold;
}*/

/* #createDeal .form-control { min-width: 100%; }
#createDeal .form-control:not(:last-child) { border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;} 
#dealAction:before {display: none;}
#dealAction:after {display: none;}
#groupInvitation:before {display:none;}
#groupInvitation:after {display:none;}

div.dataTables_wrapper {
    margin: 0 auto;
}
.responsive {
    width: 100% !important;
}
body {
    width: 99% !important;
}

.inline_popup { display: none; width: 600px; }
.remarks-add label { width: 100%;  margin: 10px 0; }
.remarks-add textarea  { width: 100%;height: 110px; }
.remarks-add .btn.btn-primary {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color:#fff !important;
    margin: 10px 0 25px 0 !important;
    width: 100px;
}

.front
{
position: fixed;
top: 8%;
left: 30%;
width: 40%;
height: 77%;
padding: 16px;
-webkit-border-radius: 20px;
border: 5px solid #00ADEF;
background-color: white;
z-index: 9999;
overflow: auto;
 }

 #remarks {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #remarks td, #remarks th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #remarks tr:nth-child(even){background-color: #f2f2f2;}
  
  #remarks tr:hover {background-color: #ddd;}
  
  #remarks th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: #367fa9;
  }


.back{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.8;
    opacity: .90;
}

.close-button{
    position: absolute;
    top: 4px;
    right: 0px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}


div.dealCommentList { 
    height: 278px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    z-index: 9999;
} 



  .notification {
    text-decoration: none;
    position: relative;
  }
  
  
  .notification .badge {
    position: absolute;
    top: -3px;
    right: -6px;
    padding: 1px 4px;
    border-radius: 50%;
    background-color: red;
    color: white;
  }

  i.fa.fa-toggle-on.fa-2x.active{
    color: green !important;
}
i.fa.fa-toggle-off.fa-2x.fa-rotate-180.inactive {
    color: red !important;
}  
  .login-page {
      background: #ffd650;
  }
  .login-box .card {
    box-shadow: none;
  }
.login-card-body {
    background: #ffd650;
}
.icheck-primary label {
    font-weight: normal !important;
    color: #707070;
    font-size: 12px;
} 
.forgoturl {
    color: #707070;
    text-align: right;
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
.login-btn {
    text-align: center;
    color: #707070;
    font-size: 12px;
}
.login-btn a {
    color: #707070;
    font-size: 12px;
    text-decoration: underline;
}
.login-btn button {
    margin: 25px 0;
}
.login-box .btn-primary {
    color: #fff;
    background-color: #ffbb19;
    border-color: #ffbb19;
    box-shadow: none;
    height: 49px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.47);
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #488EBD;
    border-color: #488EBD;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #488EBD;
}
.login-box .form-control {
    height: 42px;
    border-radius: 15px;
    font-size: 12px;
    background-color: #fff397;
    border: none;
}
.login-box .input-group-text {
    border-bottom-right-radius:15px !important;
    border-top-right-radius:15px !important;
    border: none;
}
.login-box .input-group {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    border-radius: 15px;
    border: none;
}
.login-box .form-control:focus {
    background-color: #e6effd;
}
.login-box .btn-primary:hover {
    color: #fff;
    background-color: #ffb124;
    border-color: #ffb124;
}

.content-wrapper {
    background: #E6EFFD;
}
.navbar-white {
    background-color: #e6effd;
}
.card {
    background-color: #e6effd;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    margin-bottom: 2rem;
}
.main-footer {
    background-color: #e6effd;
}

.btn-primary {
    color: #e6effd;
    background-color: #ffbb19;
    border-color: #ffbb19;
    box-shadow: none;
    font-weight: 500;
    border-radius: 18px;
    padding: 10px 35px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    margin-right: 15px;
    font-size: 16px;
}
.card-header {
    background-color: #e6effd !important;
    color: #707070 !important;
}
.card-header h3 {
    color: #707070 !important;
    font-weight: 700;
}
.card-footer {
    background-color: rgb(230 239 253);
}
.form-control {
    height: 42px;
    border-radius: 15px;
    font-size: 12px;
    background-color: #fffd8e;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
}
.main-sidebar {
    background-color: #E6EFFD;
}
.sidebar a {
    color: #52575D !important;
}
.nav-sidebar .nav-item>.nav-link {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    margin: 10px 0;
    padding: 10px 5px;
    background: #d0def5;
    color: #000 !important;
}
.brand-link {
    border-bottom: 1px solid #488EBD !important;
}
.user-panel {
    border-bottom: 1px solid #488EBD !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #488EBD;
    color: #fff !important;
}
.list-group-item {
    background-color: #e6effd;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #488EBD;
}
.card-primary.card-outline {
    border-top: 3px solid #488EBD;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
a {
    color: #488EBD;
}
.dataTables_scroll {
    margin-bottom: 30px;
}
.page-link {
    background-color: #e6effd;
    border: 1px solid #D8E1EC;
    color: #000;
}
.page-item.disabled .page-link {
    background-color: #F2F4F8;
    border-color: #D8E1EC;
}
.paginate_button.page-item {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
}
.page-item.active .page-link {
    background-color: #7FDBE7;
    border-color: #7FDBE7;
}
.table-bordered {
    border: 1px solid #B1BED1;
}
.table thead th {
    border-bottom: 2px solid #B1BED1;
    color: #478ebd;
    font-weight: 600;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #B1BED1;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 95%;
}
.content-header h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #707070 !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #D5E5FF;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.52);
    border-radius: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #478ebd;
    border: 1px solid #478ebd;
}
.bg-blue {
    background-color: #488ebd!important;
} */