body {
    background: #eef0f8;
    padding: 0 !important;
}
.font-weight-900 {
    font-weight: 900;
}
.font-weight-600 {
    font-weight: 600;
}
.color-porpure-blue {
    color: #494B74;
}
.project-block {
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-block:nth-child(2n + 1) {
    background-color: #EEF0F8;
}
.project-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.market-dashboard {
    width: 170px;
    height: 30px;
    background: #D8E8F8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}
.market-dashboard:hover {
    color: #333;
}
.view-project {
    color: #333 !important;
    border: 0px;
    background: 0;
}
.border-5 {
    border: 5px solid #fff !important;
}
.width-100px {
    width: 100px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.height-scroll {
    height: 300px;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
}
.transition-5 {
    transition: all 0.5s ease-in-out;
}
.height-0 {
    height: 0px;
    border: 0px !important;
    z-index: 2;
}
.height-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.height-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #1b1b28;
}

/* Handle */
.height-scroll::-webkit-scrollbar-thumb {
    background: #479AFF;
    border-radius: 4px;
}

/* Handle on hover */
.height-scroll::-webkit-scrollbar-thumb:hover {
    background: #479AFF;
}

.height-100 {
    height: 100%;
}
.small-project-block {
    height: 100px;
}
.opacity-1 {
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column;
}
.dorpdown-settings {
    display: none;
}
.back-button {
    font-size: 16px;
    color: #333 !important;
}

@media screen and (max-width: 540px) {
    .market-dashboard {
        width: 130px;
        height: 26px;
        font-size: 10px;
    }
    .view-project {
        font-size: 10px;
    }
    .width-100px {
        width: 60px !important;
        margin-right: 10px !important;
    }
    .button-dorpdown-settings {
        flex-direction: column;
        position: relative;
    }
    .dropdown-icon-list {
        position: absolute;
        bottom: -100px;
        left: 0;
        background: #eef0f8;
        border-radius: 4px;
        z-index: 10;
        transition: opacity 0.4s ease-in-out;
        opacity: 0;
        display: none;
    }
    .btn.btn-light {
        margin: 0 !important;
    }
    .dorpdown-settings {
        display: block;
        border: none;
        background: transparent;
    }
}

.company-logo-container {
  display:flex;
  flex-direction: row;
}
.companys-logo {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #647d9b;
}
.companys-logo img {
  width: 50px;
  height: 50px;
  border-radius:5px;
  object-fit: contain;
}
.button_table {
    width: 100%;
    background: transparent;
    border-color: transparent;
    text-align: start;
}
.opacity-0 {
    opacity: 0;
}
.menu-sub-lg-down-accordion {
    position: fixed;
    top: 66px;
    z-index: 105px;
    inset: 0px auto auto 0px;
    background: #fff;
    transform: translate(649px, 65px);
    border-radius: 7px;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
    display: none;
}
.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    transition: none;
    outline: 0!important;
    color: #5e6278;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}
.menu-item .menu-link:hover {
    color: #009ef7;
    background-color: rgba(245,248,250,.8);
}
.menu-title {
    font-weight: 500;
}
.dropdown-item {
    padding: 0.65rem 1.25rem;
}
.input_password {
    width: 100%;
    border: 3px solid #E4E6EF;
    border-radius: 8px;
    padding: 0.65rem 1.25rem;
}
.input_password:hover {
    border: 3px solid #E4E6EF;
}
.form-conteiner {
    width: 100%;
    padding: 5px 10%;
}
.form-input {
    width: 100%;
    border: 1px solid #e9e9e9 !important;
    border-radius: 7px;
    max-width: 500px;
    font-size: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
}
.div-input {
    width: 95%;
    padding: 0px 10px;
    border: 1px solid #3f4254 !important;
    border-radius: 7px;
    margin-right: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: transparent !important;
}
.hidde-inpyt {
    height: 100%;
    padding: 10px 5px;
    width: -webkit-fill-available;
    border: none;
    outline:none;
}
.input-block {
    width: 100%;
    display: flex;
    align-items: center;
}
.submmit-btn {
    padding: 6px;
    width: 100px;
    text-align: center;
    border: 1px solid #3f4254;
    background-color: #3f4254;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    -webkit-user-select: none;
}
.keyword-block {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #3f4254;
    margin: 5px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}
.fa-times {
    margin-left: 5px;
    font-size: 14px;
}
.keyword-textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #3f4254 !important;
    border-radius: 7px;
    margin: auto;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: transparent !important;
}
.error-select {
    font-size: 12px;
    color: red;
}
.menu-text {
    color: #6c7293 !important;
    font-weight: 500 !important;
}
.tr-table {
    border-bottom: 1px solid #ebebeb;
}
.table-column-sticky {
    background-color: #fff;
}
.text-align-end {
    text-align: end;
}
.fade:not(.show) {
    opacity: 0;
    display: none !important;
}
.tabs-url {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px !important;
    font-size: 12px !important;
    transition: all 0.4s ease-in-out !important;
}
.tabs-url:hover {
    width: 160px;
    background-color: #fff;
    transition: all 0.4s ease-in-out !important;
}
.ellipsis-text {
    width: -webkit-fill-available;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-bar-width-tab .nav-item .active {
    width: 160px !important;
}

button[aria-expanded="true"] > span > svg {
    transform: rotate(90deg);
  }
  button[aria-expanded="false"] > span > svg > g > path {
    fill: #333!important;
  }
  button[aria-expanded="true"] > span > svg > g > path {
    fill: #3699ff!important;
  }
  .nav.nav-tabs.nav-tabs-line .nav-link.active, .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled), .nav.nav-tabs.nav-tabs-line .show>.nav-link {
    padding: 11px 20px;
    border-bottom: 2px solid #3699ff;
  }
  .nav.nav-tabs.nav-tabs-line .nav-link {
    padding: 11px 20px;
  }
