.mybody {
    margin: 0;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 21;
}

.wl-container {
    width: 90%;
    padding: 0 24px;
    margin: auto;
    margin-top: 3rem;
}

.wl-title {
    font-size: 1.5125rem;
    font-weight: 600;
    color: #000000;
   
}

.wl-count {
    color: #8A8888;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.wl-maintab,
.wl-subtab {
    border-bottom: 1px solid #dee2e6;
    list-style: none;
    overflow-x: auto;
    padding-left: 0;
    font-size: 1rem;
    margin-top: 2.5rem;
    white-space: nowrap;
}

.wl-subtab {
    margin-top: 2rem;
    margin-bottom: 0;
}

.wl-maintab-item,
.wl-subtab-item {
    margin-right: 2em;
    font-size: 0.875em;
    display: inline-block;
    padding-bottom: 0.5rem;
    color: #495057;
    cursor: pointer;
    text-transform: capitalize;
}

.wl-maintab-item {
    margin-right: 1.6em;
    position: relative;
}

.wl-maintab-item input {
    outline: none;
    border: 1px solid #C6CBD0;
    border-radius: 6px;
    padding-left: 0.5rem;
}


.wl-maintab-item.active span:hover:after {
    content: '\f040';
    font-family: 'Fontawesome';
    color: #66758A;
    position: absolute;
    right: -1rem;
    top: 10%;
    font-size: 0.8em;
}
    
.wl-subtab-item {
    font-size: 1rem;
    padding-bottom: 0.25rem;
}

.wl-maintab-item.active,
.wl-subtab-item.active {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #ffc107;
}

.wl-current-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.5rem;
    text-transform:capitalize;
}

/* search bar */

.wl-search {
    width: 300px;
    position: relative;
}

.wl-search input {
    width: 100%;
    padding-left: 2rem;
    outline: none;
    border: 1px solid #C6CBD0;
    border-radius: 5px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    height: 2.2rem;
}

.wl-search input.focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.add-more-comp {
    color: #8A8888;
}

.wl-search input:valid {
    border-radius: 5px 5px 0 0;
}

.wl-search .icon {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #C6CBD0;
}

.fixed-tabs-cont {
    position: -webkit-sticky;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 21;
    box-shadow: 0px 3px 6px #00000029;
}

.fixed-tabs-cont > div {
    margin: 0 60px;
}

.fixed-tabs-cont .fixed-title {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.wl-maintab-fixed,
.wl-subtab-fixed {
    margin: 0;
    padding-left: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.wl-maintab-fixed {
    border-bottom: 1px solid #dee2e6;
}

.wl-subtab-fixed {
    margin-top: 0.43em;
}

.fixed-tabs-cont .wl-maintab-item {
    font-size: 0.75rem;
}

.fixed-tabs-cont .wl-subtab-item {
    font-size: 0.875rem;
    padding-bottom: 0.43rem;
}

.fixed-table-header {
    position: fixed!important;
    top: 102px;
    width: auto!important;
    table-layout: fixed;
}

.edit-cols {
    position: absolute;
    top: 0;
    right: 0;
    color: #66758A;
    cursor: pointer;
}

.limit-error {
    color: #8A8888;
}

/* edit columns modal */

#editColumns .modal-content {
    min-height: 70vh;
    height: 70vh;
    color: #333;
}

#editColumns .modal-body {
    position: relative;
    height: 100%;
}

.ec-cols-container {
    margin-top: 2.6rem;
    height: calc(100% - 2.6rem);
    border-top: solid 1px #E8E8E8;
    display: flex;
}

.ec-cols-container ul {
    list-style: none;
}

#editColumns .modal-content,
#editColumns .modal-body {
    padding: 0;
}

.available-cols-cont {
    width: 64%;
    display: flex;
    height: 100%;
}

.parent-cols {
    width: 40%;
    height: 100%;
    border-right: solid 1px #E8E8E8;
    overflow: auto;
}

.parent-cols li {
    padding: 8px 20px;
    border-bottom: solid 1px #E8E8E8;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    color: #333;
}

.parent-cols li.active {
    position: relative;
}

.parent-cols li.active::after {
    content: '›';
    font-weight: 500;
    float: right;
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.available-cols {
    width: 60%;
    height: 100%;
    /* padding-left: 1rem!important;
    padding-top: 0.5rem; */
    border-right: solid 1px #E8E8E8;
    overflow: auto;
}

.available-cols li input {
    vertical-align: middle;
    margin-right: 0.5rem;
}

.selected-cols-cont {
    width: 36%;
}

.selected-cols-cont ul {
    height: calc(100% - 5.2rem);
    overflow: auto;
}

.selected-cols-cont .title {
    padding: 0.4rem 1rem 0.4rem 0.8rem;
    border-bottom: solid 1px #E8E8E8;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
}

.selected-cols-cont .selected-item {
    padding: 8px 12px 8px 22px;
    border-bottom: solid 1px #E8E8E8;
    font-size: 12px;
    position: relative;
    color: #333;
}

.selected-cols-cont .fa {
    color: #848484;
}

.selected-cols-cont .fa-bars {
    font-size: 0.65em;
    margin-right: 0.5rem;
}

.selected-cols-cont .fa-times {
    font-size: 1em;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 8px 8px;
}

#editColumns .modal-dialog {
    max-width: 60vw;
}

.selected-cols-cont .apply-btn,
.selected-cols-cont .dummy-btn {
    border: none;
    background-color: rgb(69, 106, 239);
    color: white;
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    float: right;
    margin-right: 1.4rem;
    margin-top: 1rem;
    min-width: 120px;
}

.selected-cols-cont .apply-btn:focus,
.selected-cols-cont .dummy-btn:focus {
    outline: none;
}

.selected-cols-cont .apply-btn:disabled,
.selected-cols-cont .dummy-btn:disabled {
    background-color: #777;
}

.selected-cols-cont .apply-btn .spinner-border {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-right-color: transparent;
}

.selected-item {
    cursor: move;
}

.selected-item.onmove {
    background-color: #f3f3f3;
}

.ec-search-cont {
    width: 100%;
    height: 2.6rem;
    position: absolute;
    top: 0;
    left: 0;
}
.ec-search-cont > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ec-search {
    border: none;
}

.ec-search:focus {
    outline: none;
}

.ec-search-icon {
    width: 1rem;
    vertical-align: sub;
    margin: 0 1rem;
}

.empty-watchlist {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 3rem;
}

.empty-watchlist .fa {
    color: #FFC107;
    font-size: 2rem;
}

.empty-watchlist .title {
    font-size: 1.4rem;
    font-weight: 500;
}

.empty-watchlist .info {
    color: #9B9B9B;
}

.manage-wl-btn {
    color: #66758A;
    background: transparent;
    border: 1px solid #C6CBD0;
    border-radius: 10px;
    padding: 0.45em 0.5em;
    position: absolute;
    right: 0;
    top: 0;
}

.manage-wl-btn:focus {
    outline: none;
}

.popover-body {
    color: #66758A;
}

.popover-body i {
    font-size: 0.65rem;
    margin-right: 0.6rem;
}

.manage-item {
    padding: 0.3rem 0;
    cursor: pointer;
}

.disable-click {
    pointer-events: none;
    cursor: initial;
}

.content-container.fixed {
    position: relative;
    top: 110px;
}

.company-search {
    border: 1px solid #C6CBD0;
    border-radius: 0 0 5px 5px;
}

/* loader */
.loader-cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33vh;
}

.loader-cont.table {
    height: 30vh;
}

@keyframes dot-keyframes {
    0% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
  
    50% {
      opacity: 1;
      transform: scale(1.2, 1.2);
    }
  
    100% {
      opacity: 0.4;
      transform: scale(1, 1);
    }
}
  
.loading-dots--dot {
    animation: dot-keyframes 2s infinite ease-in-out;
    background-color: #ffc107;
    border-radius: 50%;
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
    margin: 0 0.2rem;
}

.loading-dots--dot:nth-child(2) {
    animation-delay: 0.5s;
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s;
}

.loading-dots--dot:nth-child(4) {
    animation-delay: 1.5s;
}

.popover-body .delete i, 
.popover-body .copy-url i {
    font-size: 0.95rem;
}

/* share watchlist */
.popover-body .copy-url.inactive {
    opacity: 0.5;
    pointer-events: none;
}
.copy-url {
    cursor: pointer;
    margin-top: 2px;
    color: rgb(51, 122, 183);
    font-weight: 500;
  }

.manage-item.share label {
    width: 80%;
    cursor: pointer;
}

.manage-item input[type="checkbox"] {
    margin-right: 0.6rem;
    width: 12px;
    height: 12px;
}

/* reverse dcf css */
.rev-dcf button {
    width: 25px;
    height: 25px;
    background: #F8F8F8;
    border: solid 1px #E3E3E3;
    font-size: 12px;
    color: #495057;
    vertical-align: middle;
  }

  .rev-dcf .discount{
    font-size: 14px;
    color: #101010;
    margin-top: 24px;
  }

  .rev-dcf input{
    width: 170px;
    min-width: 170px;
    border: 0;
    text-align: right;
    font-size: 14px;
    height: 20px;
    padding: 0;
  }

  .rev-dcf input:focus {
    border: solid 1px #E3E3E3;
    outline: 0;
    box-shadow: none;
    text-align: center;
  }

  .rev-dcf table.dataTable tbody td,
  .rev-dcf table.dataTable thead th{
    position: relative;
    text-align: left;
    width: 170px !important;
    padding: 0px 16px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    padding: 5px 16px !important;
  }
  .rev-dcf table.dataTable tbody td {
    padding: 3px 16px !important;
}

  .rev-dcf .multiple input {
    text-align: center;
    padding: 4px 12px;
    width: 75px;
    height: 25px;
    border: solid 1px #E3E3E3;
    min-width: auto;
    vertical-align: middle;
  }

  .rev-dcf input[name="Earnings"] {
    padding-right: 10px;
    width: 130px;
    min-width: 130px;
  }

  .rev-dcf .discount button {
    width: 32px;
    height: 32px;
  }

  .rev-dcf .discount.multiple input {
    height: 32px;
  }

  .rev-dcf .fa-pencil {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #CCCCCC;
    font-size: 12px;
    cursor: pointer;
  }

  .rev-dcf .col-unit {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 10px;
    color: #B5B5B5;
  }

  .rev-dcf  input::-webkit-outer-spin-button,
  .rev-dcf  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

  .rev-dcf input[type=number] {
    -moz-appearance: textfield;
    outline: 0;
    }

  table.dcf {
    border-collapse: separate;
    }

  .rev-dcf input:focus + .fa-pencil{
    display: none;
    }

  .rev-dcf .dataTables_scrollHead {
    overflow: auto !important;
    }

  .rev-dcf table.dataTable tbody td.company,
  .rev-dcf table.dataTable thead th.company {
    position: sticky;
    }

  .popover.bs-popover-top {
    top: -66px !important
    }

  .rev-dcf .dataTables_scrollHead th.c-sort.company::after {
    content: "";
    }

  .rev-dcf table.dataTable tbody td.empty-col, 
  .rev-dcf table.dataTable thead th.empty-col {
    width: 20px !important;
    min-width: 20px !important;
  }

  .free-user-banner {
    background: #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 0 4rem 0;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #A8A7A7BF;
    width: 70%;
    margin: 0 auto;
  }

  .free-user-banner p {
    font-size: 1.125rem;
    color: #707070;
    margin-bottom: 0;
    text-align: center;
    padding: 0 1rem;
  }

  .free-user-banner .title{
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 1rem;
    padding: 0 20px;
    text-align: center; 
  }
  .rdcf-error-message{
    font-size: 22px;
    padding: 20px;
    text-align: center;
    margin-top: 12vh;
  }

@media all and (max-width: 992px) {
    #editColumns .modal-dialog {
        max-width: 80vw;
        margin: auto;
    }
    .rev-dcf input {
        width: 166px;
        min-width: 146px;
    }
    .rev-dcf input[name="Earnings"]{
        margin-right: 16px;
        padding-right: 12px;
    }
    .rev-dcf table th, .rev-dcf table td {
        width: 200px;
       min-width: 200px;
    }
    .rev-dcf button {
        width: 25px;
        height: 30px;
    }
    .rev-dcf .multiple input {
        height: 30px;
    }
    .free-user-banner .title {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 678px) {
    #wl-company-search,
    #ec-search {
        font-size: 1rem;
    }

    #editColumns .modal-dialog {
        max-width: 60vw;
        margin: auto;
    }

    .parent-cols {
        width: 100%;
        height: auto;
        white-space: nowrap;
        overflow: auto;
        margin-bottom: 0;
        border-bottom: solid 1px #E8E8E8;
    }

    .parent-cols li {
        display: inline-block;
        padding: 0.4rem 0;
        margin: 0 0.8rem;
        border-bottom: none;
    }

    .parent-cols li.active {
        border-bottom: 2px solid #ffc107;
    }

    .parent-cols li.active:after {
        content: none;
    }

    .ec-cols-container {
        display: block;
    }

    .available-cols-cont{
        height: calc(100% - 35px);
        width: 100%;
    }

    .available-cols {
        width: 100%;
    }

    .selected-cols-cont {
        width: 100%;
        height: 100%;
    }

    .edit-cols {
        top: -27px;
    }

    .wl-subtab {
        margin-top: 2.5rem;
    }
}

/* sample watchlist */

.dummy-btn {
    background-color: #777!important;
}

.dotted-underline {
    color: #777575;
}

.signin-link a {
    cursor: pointer;
    color: #007bff;
    border-bottom: dotted 1.4px #007bff;
}

.signin-link a:hover {
    text-decoration: none;
}

#sample-signin {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(110%, -50%);
}

/* add new watchlist */
.wl-maintab .add-new-wl {
    display: inline-block;
    font-size: 11px;
    color: #0081f2;
    cursor: pointer;
}

.wl-maintab .add-new-wl-disabled {
    display: inline-block;
    font-size: 11px;
    color: #a3a3a3;
    cursor: pointer;
    margin-left: 1rem;
}

.wl-maintab .add-new-wl-disabled .data-lock-icon {
    width: 9px;
    vertical-align: text-top;
    margin-right: 4px;
}

/* upgrade to premium*/
td.company .fa-bell {
    position: absolute;
    right: -8px;
    color: #ffc107;
    /* color: #dad9d9; */
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
  
@media all and (max-width: 576px) {
    .head-nav {
        white-space: nowrap;
        overflow-x: auto;
    }

    .wl-maintab {
        white-space: nowrap;
        overflow-x: auto;
        margin-top: 0;
    }

    .wl-maintab-fixed {
        white-space: nowrap;
    }

    .wl-container {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0 1rem;
    }

    .wl-title {
        font-size: 1.4rem;
    }

    .manage-wl-btn {
        font-size: 0.8rem;
        padding: 0.2em 1em;
        border-radius: 5px;
    }

    .wl-search {
        width: 100%;
        margin-top: 0.8rem;
    }

    .fixed-tabs-cont > div {
        margin: 0 1.56rem;
    }
}

@media all and (max-width: 444px) {
    #editColumns .modal-dialog {
        max-width: 96vw;
    }

    #editColumns .modal-content {
        height: 80vh;
        max-height: 80vh;
    }

    .wl-container {
        width: 100%;
        padding: 0 1rem;
    }

    .wl-subtab-item {
        margin-right: 1.4em;
    }

    .head-nav {
        padding-left: 1.4rem;
    }

    .companylogo img {
        margin-left: 6px;
    }
}


.autocomplete-suggestions{
    font-family: "Inter",sans-serif;
}