body {
    overflow-y: scroll;
  }
  
  .header {
    right: 16px;
  }
  
    .loading {
      top: calc(50% + 32px);
    }
  
    .app-search {
        padding-bottom: 6px;
      display: block;
      position: absolute;
      top: 14px;
      left: calc(50% - 225px);
      /* right: 48px; */
      margin: 0;
      height: 32px;
        width: 450px;
      pointer-events: none;
    }
  
  
  
    .header .header_top .search_bar {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      height: 32px;
        width: 100%;
    }
  
  
    .nav_ul li {
      position: relative;
        margin: 0 !important;
        font-weight: bold;
      }
      
      .nav_ul li a {
        margin: 0 !important;
        font-weight: normal;
      }
      
     
.header .header_bottom .nav_ul li.no_href {
    margin: 0 !important;
    font-weight: normal;
    cursor: pointer;
  }
  
      
      .header .header_bottom .nav_icon {
        height: 10px;
        margin: 0 -8px !important;
        background: url("../../assets/chevron-right-dark-24px.png");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center;
      }



      
span.soon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  left: 100%;
  background: #e1f2ff;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 0;
  z-index: 9;
  color: #217bbc;
  border: 1px solid #217bbc;
}





      
  
   .main_div {
    display: block;
    position: relative;
    top: 105px;
    margin: 50px auto;
    height: calc(100% - 105px);
    width: calc(100% - 0);
    padding: 0 76px 16px 76px;
    list-style: none;
   }
    
    
    .main_div .empty_table {
      display: block;
      position: relative;
      top: 105px;
      width: 99%;
      margin: 0 auto;
      padding: 0;
      list-style: none;
    }

  
    .main_div .empty_table li.empty {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      padding: 64px 8px 8px 8px;
      color: #999;
      text-align: center;
    }
  
    .main_div .empty_table li.empty:before {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      content: "Recurring Requests\A";
      white-space:pre;
      font-size: 18px;
      font-weight: bold;
      color: #888;
      padding: 40px 0px 0px 0px;
      background: transparent url("../../../assets/calendar.png");
      background-size: 48px;
      background-repeat: no-repeat;
      background-position: center top;
    }
  
    .main_div .empty_table li.empty:after {
      content: "You have no schedules to show yet";
      color: #888;
      position: absolute;
      left: 50%;
      top: 65px;
      transform: translateX(-50%);
      width: 240px;
    }
  
    .main_div .empty_table.no_results li.empty:before {
      content: "Search Results";
      padding: 48px 0px 0px 0px;
      background: transparent url("../../../assets/search-hover.png");
      background-size: 48px;
      background-repeat: no-repeat;
      background-position: center top;
    }
  
  
    .main_div .empty_table.no_results li.empty:after {
      content: "No matches found";
      top: 74px;
    }

    
    .main_div .empty_table li .empty_draft_cta {
      position: relative;
      display: inline-block;
      color: #fff;
      font-weight: bold;
      /* background: #FDA942; */
      cursor: pointer;
      background: #000 url("../../../assets/create_post_03.png");
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: calc(100% - 12px) 49%;
      margin: 40px 0 0 0;
      padding: 8px 48px 8px 16px;
      border-radius: 6px;
      border: 1px solid #000;;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      opacity: 0.9;
    }
  
    .main_div .empty_table li .empty_draft_cta:hover, .main_div .empty_table li .empty_draft_cta:focus {
      text-decoration: none;
      color: #fff;
      opacity: 1;
    }
  
  




    

.main_table {
  width: 100%;
  display: table;
  table-layout: fixed;
}


.main_table .table_head div {
  font-weight: bold;
  font-size: 12px;
}

.main_table .table_row {
  display: table-row;
  width: 100%;
}

.main_table .table_row .table_col {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  width: 80px;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #ccc;
}

.main_table .table_row .table_col.status {
  padding: 8px 0;
  text-align: center;
}

.main_table .table_row .url {
  width: calc(100% - 350px);
  border-left: none;
}

.main_table .table_row .upcoming {
  width: 150px;
}

.main_table .table_body .url {
  position: relative;
  padding: 8px 0 8px 0;
  border-right: 1px solid #ccc;
}

.main_table .table_body .url p {
  margin: 0;
  padding: 0;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.main_table .table_body .url .copy {
  background: transparent url("../../assets/copy.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 8px;
  padding-top: 6px;
  cursor: pointer;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  opacity: 0.8;
}


.main_table .table_body .url .copy:hover {
  opacity: 1;
}

.main_table .table_body .url .copy_response_feedback_icon {
  background: transparent !important;
}

.main_table .table_body .url .copy_response_feedback_icon:after {
  background: transparent !important;
  content: '\2713';
  color: green;
  font-weight: bold;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  position: absolute !important;
  top: 0 !important;
  left: auto !important;
  right: 8px !important;
  width: 20px !important;
  height: 40px !important;
  padding-top: 10px;
}

.main_table .table_body.disabled .url {
  color: #aaa;
}


.main_table .table_body .status.active p {
  display: inline-block;
  color: #117417;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 8px;
  margin: 0;
  background: #D7F7C2;
  border-radius: 8px;
  border: 1px solid #117417;
}

.main_table .table_body .status.disabled p {
  display: inline-block;
  color: palevioletred;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0 8px;
  margin: 0;
  background: #fcdcdc;
  border-radius: 8px;
  border: 1px solid palevioletred;
}

.main_table .table_body .options {
  overflow: visible;
  position: relative;
  background: url("../../assets/more.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 98% 40%;
  width: 40px;
  height: 32px;
  opacity: 1;
}

.main_table .table_body .options:hover {
  opacity: 1;
  cursor: pointer;
}



.more_options_div {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 250px;
  display: none;
  box-shadow: 0 3px 16px -3px #0006 !important;
  border-radius: 4px !important;
  z-index: 999999999;
  background: #fff;
  padding: 8px;
  border: 1px solid #e2e2e2;
}


.more_options_div .more_options_div_a {
  position: relative;
  display: block;
  padding: 6px 8px !important;
  border-bottom: 1px solid #e2e2e2;
}

.more_options_div .more_options_div_a:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.more_options_div .more_options_div_a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none
}

.more_options_div .more_options_div_a:hover {
  cursor: pointer;
  background-color: #f4f4f4;
}

.more_options_div .more_options_div_a span {
  text-decoration: none;
  color: #333;
  display: inline-block;
  position: relative;
  top: 1px;
}

.more_options_div .more_options_delete span {
  color: palevioletred;
  font-weight: bold;
}

.more_options_div .more_options_disable.disabled span {
  color: #117417;
  font-weight: bold;
}

.more_options_div img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  margin-right: 8px;
  display: inline-block;
  border: none !important;
  position: relative;
  top: -1px;
}

.more_options_div .more_options_disable img {
  padding: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.more_options_div .more_options_disable.disabled img {
  padding: 1px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.more_options_div .more_options_edit img {
  padding: 7px 7px;
}

.more_options_div .more_options_list_clients img {
  filter: brightness(113%);
  padding: 1px;
}

.more_options_div .more_options_edit {
  text-decoration: none;
}

.more_options_div .more_options_list_clients {
  border: none
}

.more_options_div input {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 12px;
  pointer-events: none;
  /* accent-color: #000; */
  opacity: 0.7;
}






  
  
  
    /* SAVE TEMPLATE */
  
    .static_link_div {
      position: absolute;
      top: 5%;
      bottom: 5%;
      left: 15%;
      /* max-height: 90%; */
      width: 70%;
      background: #fff;
      border-radius: 4px;
      border: 1px solid #000;
      box-shadow: 0 3px 16px -3px #0005;
      z-index: 99999999999;
    }
  
  
    .static_link_div .top_controls {
      position: relative;
      padding: 24px 8px;
      display: block;
      margin: 8px 32px;
      width: calc(100% - 64px);
      border-bottom: 1px solid #ccc;
    }
  
    .static_link_div h2 {
      font-size: 18px;
      display: inline;
      padding-left: 38px;
      background: url('../../../assets/client.png');
      background-size: 36px;
      background-repeat: no-repeat;
      background-position: left center;
    }
  
  
    .close_static_link_div {
      position: absolute;
      top: 17px;
      right: 0;
      display: inline-block;
      width: 32px;
      height: 32px;
      background: url('../../../assets/close.png');
      background-size: 32px;
      background-repeat: no-repeat;
      background-position: left center;
      margin: 0;
      opacity: 0.5;
      cursor: pointer;
    }
  
    .close_static_link_div:hover {
      opacity: 1;
      cursor: pointer;
    }
  
    .static_link_div .client_link_list {
      position: relative;
      list-style: none;
      display: block;
      padding: 0 16px;
      margin: 0 auto;
      width: 99%;
      height: calc(100% - 116px);
      overflow-y: scroll;
    }

  
    .static_link_div .client_link_list li, .link_settings_div .client_info li {
      position: relative;
      display: block;
      margin: 0;
      padding: 10px 8px;
      vertical-align: middle;
      border-bottom: 1px solid #ddd;
    }

    .link_settings_div .client_info li {
      padding: 10px 0;
    }
    
   .static_link_div .client_link_list li .avatar, .link_settings_div .client_info li .avatar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 8px;
    border-radius: 50%;
    border: 1px solid #aaa;
    object-fit: cover;
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
    text-align: center;
    vertical-align: top;
    line-height: 30px;
    background: #f4f4f4;
    box-shadow: 0 1px 14px rgba(16, 16, 16, 0.16);
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition:    opacity 0.15s ease-in-out;
    -ms-transition:     opacity 0.15s ease-in-out;
    -o-transition:      opacity 0.15s ease-in-out;
    transition:         opacity 0.15s ease-in-out;
  }

  .link_settings_div .client_info li .avatar {
    margin: 0;
  }


  .static_link_div .client_link_list li .avatar_info, .link_settings_div .client_info li .avatar_info {
    position: relative;
    display: inline-block;
    width: calc(100% - 102px);
    margin: 0 0 0 48px;
    padding: 0;
  }


  .static_link_div .client_link_list li .name, .link_settings_div .client_info li .name {
    position: relative;
    top: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
  }

  .static_link_div .client_link_list li .name span, .link_settings_div .client_info li .name span {
    display: inline-block;
    color: #999;
    font-weight: normal;
    margin-left: 8px;
  }


  .static_link_div .client_link_list li .email, .link_settings_div .client_info li .email {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #aaa;
    margin: 0;
  }

  .static_link_div .client_link_list li .actions_div {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 40px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #ddd;
    user-select: none !important;
  }

  .static_link_div .client_link_list li .actions_div .more_options {
    display: inline-block;
    position: absolute;
    right: 0;
    background: url('../../../assets/more.png');
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    height: 35px;
    width: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    filter: brightness(124%);
  }

  .static_link_div .client_link_list li .actions_div .more_options:hover {
    filter: brightness(48%);
  }

  .link_settings_div .client_info li .actions_div {
    display: none !important;
  }
  


  
  
  


  
.link_settings_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-height: 250px;
  width: 500px;
  max-width: 950px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #000;
  box-shadow: 0 3px 16px -3px #0005;
  z-index: 99999999999;
  padding-bottom: 32px;
}


  
.link_settings_div .top_controls {
  position: relative;
  padding: 24px 8px;
  display: block;
  margin: 8px 32px;
  width: calc(100% - 64px);
  border-bottom: 1px solid #ccc;
}

.link_settings_div h2 {
  font-size: 18px;
  display: inline;
  padding-left: 40px;
  background: url('../../assets/url_icon.png');
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: left center;
}


.close_link_settings_div {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../../assets/close.png');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0;
  opacity: 0.5;
  cursor: pointer;
}

.close_link_settings_div:hover {
  opacity: 1;
  cursor: pointer;
}

.link_settings_div .client_info {
  margin: 0 0 8px 0;
}

.link_settings_body {
  position: relative;
  padding: 8px;
  display: block;
  margin: 8px auto;
  width: calc(100% - 64px);
}

.link_settings_body p.tip {
  font-size: 12px;
}

.link_settings_body .input_div {
  position: relative;
  padding: 0;
  display: block;
}

.link_settings_body .input_div input[type=url] {
  padding: 12px 50px 12px 14px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: calc(100% - 0px);
  color: #000 !important;
  text-align: left !important;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 3px 8px -3px #0001;
}


.link_settings_body .input_div .copy {
  position: absolute;
  right: 2px;
  background: transparent url("../../assets/copy.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 45px;
  padding-top: 6px;
  cursor: pointer;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  opacity: 0.8;
}


.link_settings_body .input_div .copy:hover {
  opacity: 1;
}

.link_settings_body .input_div .copy_response_feedback_icon {
  background: transparent !important;
}

.link_settings_body .input_div .copy_response_feedback_icon:after {
  background: transparent !important;
  content: '\2713';
  color: green;
  font-weight: bold;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  position: absolute !important;
  top: 0 !important;
  left: auto !important;
  right: 8px !important;
  width: 20px !important;
  height: 40px !important;
  padding-top: 10px;
}



.link_settings_body .input_div .copy.save_template_btn_loading {
  top: 50%;
  right: 8px;
  background: #fff !important;
  margin: 0;
  padding: 8px !important;
  border: 4px solid transparent !important;
  border-bottom: 4px solid #1a73e8 !important;
  border-left: 4px solid #1a73e8 !important;
  border-radius: 50% !important;
  width: 26px !important;
  height: 26px !important;
  z-index: 999;
  overflow: hidden !important;
  color: transparent !important;
  animation: spinning 0.45s linear infinite;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  filter: none !important;
}

@keyframes spinning {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}



.link_settings_body .input_div .copy.save_template_btn_loading:focus, .link_settings_body .input_div .copy.save_template_btn_loading:hover {
  background: #fff !important;
}



.link_settings_body .rotate, .link_settings_body .preview {
  display: none;
  padding: 2px 10px 2px 6px;
  margin: 8px 2px 0 0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #bbb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(76, 76, 76, 0.1);
  user-select: none;
}

.link_settings_body .rotate:hover, .link_settings_body .preview:hover {
  text-decoration: none;
}

.link_settings_body .rotate span, .link_settings_body .preview span {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: middle;
  background: url('../../assets/use_template.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(72%) contrast(84%);
}

.link_settings_body .preview span {
  background: url('../../assets/preview.png');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.link_settings_body .rotate:hover span, .link_settings_body .preview:hover span {
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(48%) contrast(84%);
}


.link_settings_body .error {
  display: block;
  padding: 4px 0px;
  margin: 8px 0 !important;
  color: palevioletred;
  font-size: 12px;
 }







  
    @media (max-width: 1200px) {
  
      div .top_controls {
        width: 93%;
      }
  
      .template_div .template_ul, .recent_div .recent_ul, .result_div .template_results {
        width: 95%;
      }
    }
  
  
    @media (max-width: 850px) {
      
      body {
        overflow: auto !important;
      }

        
    .main_div {
      margin: 50px 16px;
      padding: 0 0 16px 0;
    }
      

          
      .main_table .table_body .options {
        background-position: center 40%;
      }



    }
  
  
    @media (max-width: 670px) {

      .static_link_div {
        position: absolute;
        top: 4%;
        bottom: 4%;
        left: 10%;
        width: 80%;
      }

      .static_link_div .client_link_list {
        height: calc(100% - 108px);
      }

      
      .static_link_div .client_link_list li {
        padding: 10px 4px;
      }

          
      .static_link_div .client_link_list li .actions_div {
        right: -8px;
        width: 35px;
      }


      
      .main_table .table_row .url {
        width: 300px;
      }

    }



    @media (max-width: 450px) {
      .header {
        right: 0 !important;
        width: 100%;
      }
  
      .app-search {
        left: calc(50% - 125px) !important;
        width: 250px !important;
      }
  
      .header .header_bottom {
        padding: 0 8px;
      }
  
  
      .header .nav_ul {
        display: none;
      }
  
      .logo {
        min-width: 40px;
        padding: 8px 0;
        color: transparent;
      }
  
  
      
        
  .link_settings_div {
    position: absolute;
    width: 98%;
    padding-bottom: 8px;
  }

 
  .link_settings_div .top_controls {
    width: calc(100% - 32px);
    border-bottom: 1px solid #ccc;
    padding: 24px 6px;
    margin: 8px 16px;
  }

  .link_settings_div h2 {
    padding: 0;
    background: transparent;
  }

  
.link_settings_body { 
  width: calc(100% - 30px);
}


.static_link_div {
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 1%;
  width: 98%;
}

.static_link_div .top_controls {
  width: calc(100% - 32px);
    padding: 24px 6px;
    margin: 8px 16px;
}


.static_link_div .client_link_list {
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 auto;
  width: 99%;
  height: calc(100% - 116px);
  overflow-y: scroll;
}






      .recent_div .top_controls .folder_div {
        right: 0px;
        width: 94px;
      }
  
      .recent_div .top_controls .folder_div .select {
        padding: 0 19px 0 14px;
        background: #F5F5EE url('../../../assets/dropdown_dark.png');
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: calc(100% - 2px) center;
        box-shadow: none;
        border: none;
      }
  
      .recent_div .folder_div.applied .filter_div_icon .filter_div_icon_dot {
        top: 9px;
        right: 6px;
      }
  
      .recent_div .top_controls .folder_div .filter_div_icon {
        left: -2px;
        width: 20px;
        height: 24px;
        background: url('../../../assets/filter_light.png');
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: left 10px;
      }
  
      .form_ul .empty_draft_msg p {
        width: 85%;
      }
  
      .recent_div .folder_div .options {
        left: -240%;
      }
  
      .recent_div .top_controls .recent_tip {
        position: relative;
        top: 2px;
        left: -8px;
        width: 64%;
        font-weight: normal !important;
        font-size: 12px;
        color: #fff;
        background: url("../../../assets/draft.png") !important;
        background-repeat: no-repeat !important;
        background-position: left 55% !important;
        background-size: 12px !important;
        padding-left: 18px;
        filter: invert(71%) sepia(4%) saturate(5%) hue-rotate(314deg) brightness(116%) contrast(89%);
      }
  
  
      .template_div {
        position: relative;
        top: 68px;
        width: 100%;
        height: 249px;
      }
  
      .template_div .template_tip:not(.close_btn) {
        position: relative;
        top: 2px;
        left: -8px;
        width: 64%;
        font-weight: normal !important;
        font-size: 12px;
      }
  
      .template_div .top_controls .gallery_expand {
        position: absolute;
        top: 8px;
        right: -15px;
        padding: 8px 30px 8px 16px;
        background: url("../../../assets/expand-dark.png");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) center;
        color: #000;
        font-weight: bold;
        font-size: 12px;
      }
  
      .template_div .top_controls .gallery_expand:hover, .template_div .top_controls .gallery_expand:focus {
        background-color: transparent;
      }
  
      .close_btn {
        font-size: 12px;
        right: -14px;
      }
  
      .form_ul .template_tile {
        height: 150px;
        width: calc(49% - 0px);
        margin: 0 0 40px 0;
      }
  
  
  
    }
  