@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css');
  *{
        font-family: 'Open Sans', sans-serif !important;
      }
      .pl-0{
        padding-left: 0 !important;
      }
      .pr-0{
        padding-right: 0 !important;
      }
      .plr-0{
        padding-right: 0 !important;
        padding-left: 0 !important;
      }
      .head-section {
          display: flex;
          justify-content: space-between;
          width: 100%;
          align-items: center;
      }
      .main{
        margin-left: 255px;
        margin-top: 103px; 
        padding: 0 22px 0 20px;
      }
      .sidebar-nav{
        width: 265px;
        position: fixed;
        top: 75px;
        bottom:0;
        padding: 20px 0px;
        background-color: #fff;
        z-index: 99999;
        border-right: 1px solid #eee;
      }
      .nav{
        position: fixed;
        height: 75px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999999;
        background-color: #000;
        width: 100%;

      }
      .flex-sb {
          display: flex;
          align-items: center;
      }
      .search {
          margin-right: 25px;
          border: 1px solid #707070;
          padding: 1px 10px 7px;
          border-radius: 6px;
          width: 240px;
      }
    .search input {
        outline: 0 !important;
        border: 0 !important;
        line-height: 0;
      }
      .filter-section{
        background: #F0F3FF;
        display: block;
        width: 100%;
        margin-top: 10px;
      }
      .filter-section ul {
          padding: 0;
          list-style: none;
          display: flex;
          margin: 15px 25px;
      }
      .filter-section li {
          margin-right: 20px;
      }
      .filter-section select {
        background: transparent;
        border: 0;
        outline: 0;
        color: #000;
        font-weight: 600;
    }
    .filter-section a {
        color: #000 !important;
        text-decoration: none;
        font-weight: 600;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      border-bottom: 1px solid #BFCDE0;
      border: 1px solid #BFCDE0;
    }

    td, th {
      border-right: 1px solid #BFCDE0;
      text-align: left;
      padding: 8px;
    }
    td:last-child , th:last-child {
      border-right: 0px solid #BFCDE0;
    }
   /* td{
      background-color: #F9F9F9;
    }*/

    th {
      background-color: #F0F3FF;
      text-align: center;
    }
    th {
        padding: 20px 5px;
        font-size: 15px;
    }
    td {
        padding: 15px 5px;
        text-align: center;
            font-size: 14px;
    }
    tr:nth-child(odd) {
      background-color: #F0F3FF;
    }
    .space{
      height: 10px;
      display: block;
      width: 100%;
    }
    td.icons {
        white-space: nowrap;
    }
    td select {
        background: transparent;
        border: 0;
        outline: 0;
    }
    td.icons img {
    margin-right: 7px;
  }
  .view{
        width: 16px;
  }
  .edit , .notify , .delete{
    width: 12px;
  }
  .filter{
    width: 20px;
    position: relative;
    top: -2px;
    right: 3px;
  }
  .search1{
        width: 13px;
  }
  .search input::placeholder{
        font-size: 13px;
        color: #CCD4E0;
  }
  a.export {
    background: #29D056;
    color: white;
    padding: 7px 15px;
    font-size: 15px;
    text-decoration: none;
}
.head-section h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: #29D056;
    font-weight: 600;
}
td.date{
      white-space: nowrap;
}
.close1{
    border: 2px solid #0f0f0f !important;
    padding: 0 6px !important;
    padding-bottom: 1px !important;
    border-radius: 50%;
    color: #ffffff;
    opacity: 1;
    transition: 0.5s ease;
    position: absolute;
    right: 20px;
    top: -40px;
    background-color: #000!important;
    font-weight: 500;
}

.close1:hover{
           border: 2px solid #000 !important;
    padding: 0 6px !important;
    padding-bottom: 1px !important;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}
p.body-delete {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #29D056;
}
.delete-pop {
    display: flex;
    justify-content: center;
}
a.yes {
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #29D056;
    padding: 8px 60px;
    text-decoration: none;
    transition: .5s ease;
    color:#29D056;
}
a.no {
    background: #29D056;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #29D056;
    padding: 8px 60px;
    color: white;
    margin-left: 15px;
    text-decoration: none;
    transition: .5s ease;
}
a.yes:hover {
color: white;
background: #29D056;
}
a.no:hover {
color: #fff;
background: #29D056;
}
.modal-content{
    padding: 55px 0;
    position: relative;
    border-radius: 0;
}
.modal-dialog {
    max-width: 570px;
    margin: 14.75rem auto;
    }
    .close2 {
    border: 2px solid #E5E5E5 !important;
    padding: 0 3px !important;
    padding-bottom: 0px !important;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: #E5E5E5;
    opacity: 1 !important;
    transition: 0.5s ease;
    /* height: 33px; */
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 13px;
    background: transparent;
}
    .close2:hover {
    border: 2px solid #000 !important;
    padding: 0 3px !important;
    padding-bottom: 0px !important;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    opacity: 1 !important;
    transition: 0.5s ease;
    /* height: 33px; */
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 13px;
    background: transparent;
}
.modal-content2 {
    padding: 0px 15px;
    position: relative;
    border-radius: 0;
}
.modal-header, .modal-footer {
    border: 0 !important;
}
.modal-body label , .modal-body input , .modal-header , .modal-body textarea{
  display: block !important;
  width: 100%;
}
h6.modal-title {
    color: #29D056;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}
.modal-header p {
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.modal-header {
    padding-bottom: 10px;
}
label {
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 5px;
}
.modal-body input {
    margin-bottom: 15px;
    padding: 6px 12px 9px;
    border: 1px solid #1A1A1A;
    border-radius: 4px;
}
.modal-body input::placeholder {
    color: #B1B1B1;
    font-size: 13px;
}
.modal-body textarea {
    margin-bottom: 0px;
    padding: 6px 12px 9px;
    border: 1px solid #1A1A1A;
    border-radius: 4px;
    font-size: 11px;
    height: 250px;
    /*color: #B1B1B1;*/
}
.size{
  max-width: 660px !important;
}
.modal-footer {
    padding-top: 0;
}
.modal-footer button {
    background: #29D056;
    color: white;
    outline: 0 !important;
    border: 0;
    padding: 5px 40px 7px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.modal2 {
    position: absolute;
    top: 50%;
    left: 42%;
    width: 660px;
    bottom: unset;
    right: unset;
    z-index: 1050;
    transform: translate(-50% , -50%);
    display: none;
    overflow: hidden;
    outline: 0;
    margin-left: 255px;
    margin-top: 115px;
    overflow: auto !important;
}
.modal-open {
    overflow: auto !important;
}
.filter-section-setting a {
    background: transparent;
    border: 0;
    outline: 0;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
a.active-tab:after {
    content: '';
    border-bottom: 4px solid #29d056;
    display: block;
    position: relative;
    top: 14px;
    width: 100%;
    border-radius: 0px;
}
.filter-section-setting {
    background: #F0F3FF;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.filter-section-setting ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 15px 25px;
    margin-left: 80px;
}
.filter-section-setting ul li {
    margin: 0 30px;
}
.sidebar-nav h4 {
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 23px;
    margin-top: -2px;
    margin-bottom: 35px;
}
.sidebar ul {
    list-style: none;
}
.sidebar a {
    color: #000;
    text-decoration: none;
}
ul.parent-items > li > a {
    font-size: 14px;
}
ul.child-items a {
    font-size: 14px;
}
ul.child-items {
    padding: 0;
}
.parent-items {
    transition: .4s ease;
}
div.db , div.mt , div.ma , div.fb , div.mr{
  position: relative;
  margin-bottom: 3px;
  padding-left: 16px;
}
div.db:before {
    content: '';
    background-image: url(images-admin/material-dashboard.png);
    position: absolute;
    top: 11px;
    background-size: 17px 17px;
    left: 38px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
div.mr:before {
    content: '';
    background-image: url(images-admin/writing1.png);
    position: absolute;
    top: 11px;
    background-size: 17px 16px;
    left: 38px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
div.ma:before {
    content: '';
    background-image: url(images-admin/metro-users.png);
    position: absolute;
    top: 11px;
    background-size: 17px 17px;
    left: 38px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
div.mt:before {
    content: '';
    background-image: url(images-admin/tex-template.png);
    position: absolute;
    top: 11px;
    background-size: 17px 17px;
    left: 38px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
div.fb:before {
    content: '';
    background-image: url(images-admin/feedback.png);
    position: absolute;
    top: 11px;
    background-size: 17px 17px;
    left: 38px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
ul.child-items {
    display: none;
}
.parent-item-2:hover > .one {
    display: block !important;
        transition: .4s ease;
}
.parent-item-3:hover > .two {
    display: block !important;
        transition: .4s ease;
}
.parent-item-4:hover > .three {
    display: block !important;
        transition: .4s ease;
}
.parent-item-5:hover > .four {
    display: block !important;
        transition: .4s ease;
}
.parent-items p {
    font-size: 16px;
}
.parent-item-1:hover , .parent-item-2:hover , .parent-item-3:hover , .parent-item-4:hover , .parent-item-5:hover{
    background: #F0F3FF;
    /*border-left: 6px solid #ADC6EB;*/
}
.parent-items p {
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 3px !important;
}
ul.child-items {
    padding-left: 65px;
    margin-top: -11px;
    padding-bottom: 8px;
}
.db , .fb , .mt , .ma , .mr{
      transition: .4s ease;
}
.child-items > li > a:hover{
  font-weight: 700;
}
.child-items > li > a{
  display: inline-block;
}
.parent-item-1:hover .db:before{
      left: 32px;
}
.parent-item-1:hover p{
      position: relative;
      left: -6px;
}
.parent-item-2:hover .mr:before{
      left: 32px;
}
.parent-item-2:hover p{
      position: relative;
      left: -6px;
}
.parent-item-3:hover .ma:before{
      left: 32px;
}
.parent-item-3:hover p{
      position: relative;
      left: -6px;
}
.parent-item-4:hover .mt:before{
      left: 32px;
}
.parent-item-4:hover p{
      position: relative;
      left: -6px;
}
.parent-item-5:hover .fb:before{
      left: 32px;
}
.parent-item-5:hover p{
      position: relative;
      left: -6px;
}
.profile{
     
    width: 150px;
    height: 75px;
}
.logout {
    width: 110px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.top-nav{
  display: flex;
    justify-content: flex-end;
    width: 100%;
}
.profile {
    align-items: center;
    display: flex;
    justify-content: space-around;
} 
.profile .name{
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.profile p.role {
    font-size: 11px;
    text-align: right;
    color: #fff;
        margin: 0;
}
.logout img {
    width: 15px;
}
.profile p{
      margin: 0;
}
.request-sect {
    margin-top: 30px;
}
.advisor-sect {
    margin-top: 40px;
}
.h4-home{
    font-size: 20px;
    font-weight: 600;
    color: #29D056;
}
.bx {
    background: #F0F3FF;
    box-shadow: 0px 0px 12px #eff1f9bf;
    border-radius: 6px;
    padding: 7px 15px;
    position: relative;
}
p.bx-title {
    margin-bottom: 15px;
    color: #5F44EE;
    font-size: 15px;
    font-weight: 600;
}
p.num {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #3E3E3E;
}
.bx img {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.col{
  padding-right: 10px !important;
}
.row-sp{
    margin-bottom: 25px;
    margin-top: 20px;
}
.dropdo{
      width: 10px;
    margin-left: 10px;
}
p.yellow{
  color: #B7BC10;
}
p.green{
  color: #03914A;
}
p.red{
  color: #F33A46;
}
p.orange{
  color: #E1770E;
}
.num{
  min-height: 27px;
}
form.sts-form {
    width: 100%;
}
form.sts-form textarea {
    width: 100%;
    padding: 15px 25px 10px;
    border: 1px solid #707070 !important;
    margin-top: 15px;
    margin-bottom: 32px;
    color: #444444;
}
.d-flex.button-sts {
    display: flex;
    justify-content: flex-end;
}
form.sts-form textarea::placeholder {
    font-size: 18px;
  }
  .save-btn {
    background: #29D056;
    color: white;
    padding: 7px 40px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #29D056;
    box-shadow: 0px 3px 6px #00000029;
    margin-left: 22px;
    cursor: pointer;
    transition: .3s ease;
}
 .back-btn {
    background: #fff;
    padding: 7px 40px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #29d056;
    color: #29d056;
    cursor: pointer;
    transition: .3s ease;
}
.save-btn:hover{
     background: #fff;
    padding: 7px 40px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #29D056;
    color: #29D056;
    cursor: pointer;
}
 .back-btn:hover {
    background: #29d056;
    color: white;
    border: 1px solid #29d056;
}
.space1 {
    height: 30px;
    display: block;
    width: 100%;
}
.cust-border td {
    width: 20% !important;
    border-bottom: 20px solid #CDDDF3;
}
.fas , .far{
 /* font: normal normal normal 14px/1 FontAwesome !important;*/
  color: #5B8DD8;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
.fa-star {
    font-size: 20px;
}
table.cust-border {
    margin-bottom: 80px;
}
/*some basic styles*/
.rating {font-size:0;display:inline-block}
.rating__button {width:26px;height:26px;display:inline-block}
.rating__star {width:85%;height:85%;fill:#fff}

/*intial hover state*/
.rating:hover .rating__star,
/*preserve state after rating the first time*/
.rating.has--rating .rating__star {fill:#5B8DD7}

/*intial hover state*/
.rating__button:hover ~ .rating__button .rating__star,
/*preserve state after rating the first time*/
.rating__button.is--active ~ .rating__button .rating__star {fill:#fff}

/*SUBSEQUENT RATING ATTEMPTS LOGIC*/

/*
  lightgray signifies that you're giving a lower rating than before.
  we're gonna make lightgray all the stars that the user takes away.
*/
.rating.has--rating:hover .rating__button:hover ~ .rating__button .rating__star {fill:lightgray}

/*make everything after the current active star orange*/
.rating.has--rating:hover .rating__button.is--active ~ .rating__button .rating__star {fill:#5B8DD7}

/*make everything after the currently hovered star white*/
.rating.has--rating:hover .rating__button:hover ~ .rating__button.is--active ~ .rating__button .rating__star,
.rating.has--rating:hover .rating__button.is--active:hover ~ .rating__button .rating__star,
.rating.has--rating:hover .rating__button.is--active ~ .rating__button:hover ~ .rating__button .rating__star {fill:#fff}

.bulk-form{width: 100%;margin-top: 20px;}
.bulk-form label{
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}
.red{
  color:red;
}
.bulk-form select{
      width: 100%;
    padding: 14px;
    appearance: none;
    color: #000;
    outline: none;
    background-image: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: 10px;
    border: 1px solid #444444;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-35{
  margin-bottom: 35px;
}
.bulk-form input{
  border: 1px solid #444444;
      border: 1px solid #444444;
    padding: 14px;
    width: 100%;
}
.bulk-form input::placeholder{
  color: #c9c9c9;
}
.hint  p{
  background: #DEE8F7;
    padding: 11px;
    color: #0855D1;
    font-size: 14px;
    margin-top: 35px;
}
h5.sts-req {
    font-size: 15px;
    text-transform: uppercase;
    color: #29D056;
}
h5.sts-req > span {
    font-size: 15px;
    text-transform: capitalize;
    color: #444444;
}
.brand-color{
  color: #5B8DD7 !important;
}
.adj2{
      margin-top: 10px !important;
    margin-bottom: 6px !important;
    font-size: 15px;
    font-weight: 500;
    color: #000 !important;
}
.info-card {
    background: #fff;
    width: 176px;
    border: 1px solid #707070;
    padding: 10px;
    position: relative;
    height: 80px;
    margin-right: 40px;
}
.info-card p {
    font-size: 14px;
    color: black;
}
.info-card span {
    position: absolute;
    bottom: 0px;
    right: 7px;
    font-size: 33px;
    color: #29D056;
}
.icon-main {
    display: flex;
}
.icon-main img {
    height: 18px;
    margin-top: 10px;
    margin-left: 30px;
    width: auto!important;
}
.parent-items {
    border: none!important;
        position: relative;
}
.icon-sec p {
    left: 0px!important;
}
.icon-main  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.icon-main.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-main:after {
    position: absolute;
    content: '';
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    right: 18px;
    top: 17px;
  }
  .parent-item-1 .icon-main:after{
    display:none;
  }
  span.counts {
    background-color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 0px 5px;
    color: #000;
    margin-left: 8px;
}
.child-items li {
    font-size: 14px;
    line-height: 32px;
}
.blue {
    color: #2785FF!important;
}
/*.fix-table td {
    word-break: break-all;
}*/
.fix-table {
    overflow-x: hidden!important;
    width: 100%;
}
.admin-sec{
  display: flex;
}
.admin-detail {
    padding-right: 15px;
}
.logout a {
    line-height: 0;
}
.totalsent-popup .modal-dialog {
      max-width: 900px;
      margin: 5rem auto;
      }
      .totalsent-popup .modal-content {
      padding: 0;
          border: none;
      }
      .totalsent-popup .modal-header {
    background-color: #000;
    border-radius: 0;
      }
      .totalsent-popup .modal-title {
          color: #fff;
          font-size: 16px;
      }
      .totalsent-popup .modal-header .close {
          opacity: 1;
          margin: 0;
          padding: 0;
          position: absolute;
          right: 15px;
          top: 15px;
          background-color: #fff;
          border-radius: 50%;
          padding: 0px 5px;
      }
      :focus{
        outline: none!important;
      }
      .totalsent-popup th {
      background-color: #ffffff;
      border-bottom: 1px solid #dee2e6;
      border-top: 0;
      }
      .totalsent-popup .table td, .totalsent-popup .table th {
      border-right: 0;
      background-color: #fff;
      }
      .totalsent-popup .table {
      border: none;
      margin-bottom: 0!important;
      }
      .totalsent-popup .modal-body {
      padding: 0;
      }

      .delivered{
        background-color: #28d056!important; 
      border: none;
      padding: 4px 25px;
      font-size: 15px;
      border-radius: 15px;

      }
      .opend {
      background-color: #1d933d!important; 
      border: none;
      padding: 4px 25px;
      font-size: 15px;
      border-radius: 15px;
      }
      .process {
      background-color: #ded84c!important;
      border: none;
      padding: 4px 25px;
      font-size: 15px;
      border-radius: 15px;
      }
      .bounce {
      background-color: #c63e48!important;
      border: none;
      padding: 4px 25px;
      font-size: 15px;
      border-radius: 15px;
      }
      td.total-sent {
      cursor: pointer;
      }
      .nav-title{
    text-align: center;
    text-transform: uppercase;
    color: #fbfbfb;
    font-size: 23px;
    text-align: left;
    position: absolute;
    left: 33px;
    top: 25px;
}
.filter-section option {
 font-size: 15px!important;
}
.advisor-name {
    color: #588DD7;
}
.advisor-name a:hover {
  text-decoration: none;
}
.btn.focus, .btn:focus{
  box-shadow:none;
}
a.new-advisor {
    color: #29D056;
    border: 1px solid #29d056;
    padding: 5px 24px;
    margin-right: 22px;
    text-decoration: none;
}
a.edit {
    background: #29D056;
    color: white;
    padding: 7px 40px;
    font-size: 15px;
    text-decoration: none;
}
.view-head{
    border-bottom: 1px solid #eee;
    margin-bottom: 2em;
}
.custom-table table {
    border: none;
}
.custom-table td {
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: top;
}
.custom-table tr:nth-child(odd) {
    background-color: #fff;
}
.view-page form.form-width {
    background-color: #fff;
    box-shadow: none;
}
.view-page input, .view-page textarea {
  border: none;
  background: no-repeat;
  font-weight: 500;
  margin-bottom: 20px;
  height:100%;
  padding-top: 3px;
      padding-bottom: 0;
}
.view-page label{
  margin-bottom: 20px;
}
.view-page .info-card p {
    font-size: 14px;
    color: black;
    text-align: center;
}
.page-item.active .page-link {
    background-color: #29D056;
    border-color: #29D056;
}
.page-link, .page-link:hover {
    color: #29D056;
  }
  p.view_span {
    font-size: 14px;
    padding-left: 15px;
}
div#status_tbl_info {
    font-size: 15px;
}
.paginate_button {
    font-size: 15px;
}
.dataTable tr:nth-child(even) {
    background-color: #F0F3FF;
}
.dataTable tr:nth-child(odd) {
    background-color: #fff;
}
.sts-form .form-control {
    padding: 21px;
    font-size: 15px;
}
.feedback.star-rating .fas.fa-star {
    color: #29d056;
}
.feedback.star-rating .far.fa-star{
    color: #29d056;
}
.feedback.star-rating .fa-star {
    font-size: 17px;
}
table {
    width: 100%!important;
}
.bulk-form input::-webkit-input-placeholder { 
  color:#000;
   } 
a.custom-back-btn, a.custom-back-btn:hover  {
    color: #ffffff;
    padding: 7px 40px;
    font-size: 15px;
    margin-bottom: 2em;
    position: relative;
    background-color: #29d056;
    top: 5px;
}
.custom-back-btn span {
    position: absolute;
    width: 100%;
    left: 18px;
    top: 4px;
    }
  a.edit.edit-btn {
    float: right;
    width: auto;
}
.btns {
    width: 100%;
    padding-bottom: 10px;
}

.green-1 {
    text-align: left;
    font-size: 12px;
    display: inherit;
    color: #61D158 !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
p.green-1 {
    text-align: center;
    display: block;
    padding-top: 3px;
}
.green-1 i.fas.fa-check-circle {
    color: #29d056;
}
.status_update option {
    color: #000!important;
}

.approved-dot {
  height: 10px;
  width: 10px;
  background-color: #008000 !important;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
}
.new-dot {
  height: 10px;
  width: 10px;
  background-color: #000a82 !important;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
}
.in-review-dot{
  height: 10px;
  width: 10px;
  background-color: #e5c00b !important;
  border-radius: 50%;
  display: inline-block;
  margin-top: 5px;
}
.declined-dot{
 height: 10px;
 width: 10px;
 background-color: #b22222 !important;
 border-radius: 50%;
 display: inline-block;
 margin-top: 5px;
}
.revoked-dot {
    height: 10px;
    width: 10px;
    background-color: #60605b !important;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
}
.to-be-invited-dot {
    height: 10px;
    width: 10px;
    background-color: #2196f3 !important;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
}
.on-hold-dot {
    height: 10px;
    width: 10px;
    background-color: #ff5722 !important;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
}

.version {
    font-size: x-small !important;
    padding-left: 5px !important;
}
.form-wrap.form-builder .frmb li {
    position: relative;
    padding: 6px;
    clear: both;
    margin-left: 0;
    margin-bottom: 3px;
    background-color: #f0f3ff;
    transition: background-color 250ms ease-in-out, margin-top 400ms;
}
.formbuilder-checkbox input, .formbuilder-radio input {
    width: auto!important;
    margin-top: 7px!important;
}
.formbuilder-checkbox, .formbuilder-radio{
    display: inline-flex;
    width: 100%;
}
.form-wrap.form-builder li {
    width: 100%;
}
.form-control {
    border: 1px solid #000;
}
::placeholder {
  color: #a8a5a5!important;
}
select.placeholder-shown {
  color: #a8a5a5;
}
select.placeholder-hidden {
  color: black;
}
.bulk-form select {
    background-position: 97%;
    border-radius: 5px;
}
/*.content-section p, .content-section a, .content-section p span  {
    background-color: #003059!important;
}*/
.content-section div.wyswyg_content, .content-section div.wyswyg_content > *,
 .content-section div.wyswyg_content > * > *, .content-section div.wyswyg_content > * > * > *,
 .content-section div.wyswyg_content > * > * > * > *, .content-section div.wyswyg_content > * > * > * > * > * {
    background-color: #003059 !important;
    color:#fff!important;
    }

td.icons a {
   position: relative!important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 24px!important;
}
.email-break-word {
    word-break: break-all;
}