/* Less configuration */
/**/
/* Typography */

body {
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-size: 15px;
    background: #f4f7f9;
    color: #444444
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Inter', 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
a,
a:link,
a:active,
a:visited {
  color: #5675b7;
}
a:hover {
  color: #3a548b;
  transition: color 0.7s ease;
  text-decoration: none;
}
strong,b {
    font-weight:bold;
    font-weight: 400;
}
btn:hover {
  cursor: pointer;
  filter: grayscale();
  transition: filter 0.5s ease;
}
textarea:focus,
input:focus {
  outline: 0;
}
*::-webkit-input-placeholder {
  color: #cccccc;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #cccccc;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #cccccc;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.p-0{
    padding:0 !important;
}
.m-0 {
    margin: 0 !important;
}

.display-block {
    display: block !important;
}

.btn-approve:hover,
.btn-search:hover {
background: #186293 !important;
transition: background 0.2s ease;
color: #ffffff !important;
}
.btn-feedback:hover {
  background: #a7764d !important;
  transition: background 0.2s ease;
  color: #ffffff !important;
}
.btn-search {
    background: #186293;
    border: none;
    color: #ffffff !important;
}
.btn-search i {
  margin-right: 5px;
}
.btn-download > i {
  margin-right: 0 !important;
}
.search-form .button-group {
  padding-top: 10px;
}
.search-form .form-group, .search-form .checkbox, .search-form .radio {
    margin: 0 12px 0 0 !important;
}
.btn-switch {
    margin-top: 10px;
    display: inline-block;
    font-weight:600;
    font-size: 0.9em;
}
.table-action .btn i,
.btn-success i {
  margin-right: 5px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.pagination {
  margin: 10px 0;
}
/* Custom Form */
.i-checks input {
  opacity: 0;
}
.i-checks input:checked + i {
  border-color: #5675b7;
}
.i-checks input:checked + i:before {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 2px;
  text-align: center;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  color: #5675b7;
}
.i-checks input[type="radio"] + i {
  border-radius: 100%;
}
.i-checks input[type="checkbox"]:checked + i:before {
  content: "\f00c";
}
.i-checks input[type="radio"]:checked + i:before {
  content: "\f111";
}
.i-checks input[disabled] + i,
fieldset[disabled] .i-checks input + i {
  border-color: #dbe2e7;
}
.i-checks input[disabled] + i:before,
fieldset[disabled] .i-checks input + i:before {
  color: #cbd5dd;
}
.i-checks i {
  width: 18px;
  height: 18px;
  line-height: 1;
  border: 1px solid #cbd5dd;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  font-size: 12px;
}
/* Layout */
.topbar {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0,0.15);
    z-index: 9;
    position: relative;
}

.topbar .row {
    margin: 0px;
}

.topbar .container {
  height: 50px;
}

.flex-fill {
    flex-grow: 1 !important;
}

.flex-center {
    align-items: center !important;
}

.pitch-status {
    font-weight: 500;
}

.darkred {
    color: #B01803 !important;
}

.green {
    color: #138F58 !important;
}

.yellow {
    color: #F5BE14 !important;
}

.review-links a {
    background-color: #30618F;
    color: #FFFFFF;
    border-radius: 8px;
    min-height: 44px;
    text-align: center;
    line-height: 44px;
    padding: 0px 15px;
    display: inline-block;
}


input.checkbox-large[type="checkbox"] {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    accent-color: #30618F;
    margin: 0px;
}

@media (min-width: 1024px) {
  .topbar .container {
    border-right: 1px solid #5675b7;
    border-left: 1px solid #5675b7;
  }
  .container {
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100% !important;
  }
}
.topbar .topMenu {
  display: block;
  width: 65px;
  height: 50px;
  text-align: center;
  border: none;
  border-right: 1px solid #5675b7;
  margin-left: -15px;
  background: none;
}
.topbar .topMenu i {
  font-size: 2em;
  color: #ffffff;
  line-height: 50px;
}
.topbar .topUser {
    border-left: 0;
    color: #ffffff;
    height: 60px;
}
.topbar .topUser a {
    color: #ffffff;
    margin-right: 20px;
}
.topbar .topUser ul li a {
  color: #333333;
}
.topbar .topUser p {
    display: inline-block;
    margin: 0 12px;
    color: #186293;
}
.topbar .topUser i {
    font-size: 1.5em;
    margin: 20px 0;
    vertical-align: middle;
    color: #186293;
}
/* ## Header ## */
header .container {
  padding: 30px 25px 15px 25px;
  border-bottom: 1px solid #cecece;
}

.header-search button {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
}

.header-search i {
  font-size: 1.8em;
  font-weight: normal;
  color: #777777;
}
.header-search {
    max-width: 360px;
    position: relative;
}

.header-search input {
    border: 0;
    background: #fff;
    padding: 10px 75px 10px 15px;
    max-width: 360px;
    transition: all 0.3s;
    height: 46px;
    width: 100%;
    font-size: 16px;
    outline: none !important;
    background: #F4F4F7;
    border-radius: 8px;
    color: #186293;
}

.header-search input:focus {
    box-shadow: none;
}

.header-search input:focus + button i{
    color: #186293;
}
/* ## Content ## */
.content h3 {
    font-size: 16px;
    color: #000000;
    margin: 10px 0 17px 0;
    font-weight:bold;
}
.content .content-area {
  margin-top: 20px;
}
.content section {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #cecece;
}
.content .container {
  padding: 30px 25px;
  min-height: 700px;
}

.container-layout {
    border: 0.5px solid #E0E0E0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-bottom: 32px;
}

.initials-avatar {
    font-size: 24px;
    border-radius: 100%;
    background-color: #4A90E2;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 36px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.photo-avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

    .initials-avatar:before {
        display: block;
        content: attr(data-initials);
        text-transform: uppercase;
    }

.feedback-form {
    padding: 15px;
    position: relative;
    background: #F4F4F7;
    border-radius: 8px;
    color: #186293;
}
.feedback-form textarea {
    border: none;
    width: 100%;
    min-height: 200px;
    resize: vertical;
    background: transparent;
}
.feedback-form .emoji-icon {
    position: absolute;
    opacity: 0.6;
    bottom: 12px;
    left: 15px;
}
.emojiPicker section {
    overflow-y: scroll !important;
    overflow-x: auto !important;
}
.emojiPicker {
    box-shadow: 0px 10px 40px rgb(91 104 154 / 32%) !important;
    border-radius: 8px !important;
    height: 320px !important;
    background: #fff !important;
}
.emojiPicker nav {
    border-radius: 8px 8px 0 0 !important;
}
.feedback-form-action {
    padding: 20px 0 0;
    display: flex;
}
.feedback-form-action .btn {
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    background: #186293 ;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    padding: 0;
    border: 0;
}
.feedback-form-action .btn-approve {
    background: #186293 ;
}
.feedback-form-action .btn-feedback {
    background: #a5825d;
}
.feedback-form-action > span {
    width: 20%;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-weight:bold;
}
.feedback-form-action .rating {
  font-size: 1.7em;
  color: #333333;
  display: inline-block;
  line-height: 45px;
  float: left;
  width: 180px;
  text-align: left;
}
.feedback-form-action .rating i {
  margin-right: 5px;
}
.feedback-form-action .rating i:hover {
  color: #5675b7;
  transition: color 0.5s ease;
  cursor: pointer;
}
.moretext {
  height: auto !important;
}
.audio-player {
  width: 100%;
  height: 50px;
  background: #f7f7f7;
}
.video-player {
  width: 100%;
  margin-top: 25px;
}
.video-player iframe {
  width: 100%;
}
.left-divider {
  overflow: hidden;
}
.left-divider .right-bar {
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
.scenario-list p {
  overflow-wrap: break-word;
}
.content.scenario-item {
    padding: 15px;
    margin-bottom:10px
}
.scenario-list .btn-primary:hover {
    color: #fff !important;
    background-color: #186293 !important;
    border-color: #186293;
}
.scenario-list,
.add_scenario {
    padding-bottom: 20px;
}
.btn {
    border-radius: 8px;
    height: 44px;
    font-size: 15px;
}
.btn:focus{
    outline:none !important
}
td .btn {
    height: auto;
}
td .button-group .btn{
    margin-bottom: 0;
}
.scenario-list .scenario-item:hover {
    background: #fff;
    cursor: pointer;
}
.add-update-dp {
    display: flex;
    justify-content: center;
}

.add-update-dp .drp-form {
    width: 60%;
}
    .add-update-dp .drp-form h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .add-update-dp .drp-form h4 {
        font-size: 14px;
        font-weight: 400;
        margin: 0px;
    }

    .add-update-dp .drp-form .styled-select {
        overflow: unset;
    }

    .add-update-dp .drp-form .scenario-details {
        margin-top: 40px;
        padding: 40px 40px 0px 40px;
        color: #27272A;
    }

    .add-update-dp .drp-form .scenario-details h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #27272A;
    }

    #competency-desc {
        display: flex;
        font-size: 14px;
        border: none;
        border-radius: 8px;
        background: #E8F1FF;
        padding: 16px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    #competency-desc .details {
        flex-grow: 1;
    }

        #competency-desc .fa {
            color: #30618F;
            margin-top: 5px;
            margin-right: 10px;
            font-size: 14px;
        }

        #competency-desc .details .title {
            font-size: 16px;
            font-weight: 500;
            color: #11151F;
            margin-bottom: 8px;
        }

        #competency-desc .details .description {
            font-style: italic;
            color: #333E5A;
        }
        
        .add-update-dp .drp-form .scenario-details hr {
            margin-top: 0px;
            margin-left: -40px;
            margin-right: -40px;
        }

        .add-update-dp .drp-form .scenario-details label {
            font-size: 14px;
            font-weight: 600;
        }

            .add-update-dp .drp-form .scenario-details label.sublabel {
                font-weight: 400;
            }

        .add-update-dp .drp-form .scenario-details .form-group:not(:last-child) {
            margin-bottom: 25px;
        }
            .add-update-dp .drp-form .scenario-details .form-group span {
                color: #737390;
                font-size: 12px;
            }

        .add-update-dp .drp-form .scenario-details .form-control {
            padding: 10px 15px;
            color: #000;
        }

            .add-update-dp .drp-form .scenario-details .form-control.datepicker {
                background: #F4F4F7 url(/images/calendar.svg) no-repeat center right 16px;
            }

            .add-update-dp .drp-form .scenario-details .form-control::placeholder {
                color: #737390;
                font-style: italic;
            }

        .add-update-dp .drp-form .scenario-details .scenario-settings .options {
            display: grid;
            grid-template-columns: 30% 30% 40%;
            margin-bottom: 30px;
        }

        .add-update-dp .drp-form .scenario-details .scenario-settings div.checkbox {
            margin-top: 0px;
        }

        .add-update-dp .drp-form .scenario-details input[type='checkbox'] {
            margin-top: 4px;
            margin-right: 8px;
            width: 15px;
            height: 15px;
        }

            .add-update-dp .drp-form .scenario-details input[type='checkbox']:checked {
                accent-color: #30618F;
            }

        .add-update-dp .drp-form .scenario-details .scenario-settings .autodelete-settings {
            border: solid 1px #E6E6E8;
            border-radius: 8px;
            display: flex;
            padding: 24px 40px 21px 24px;
        }

            .add-update-dp .drp-form .scenario-details .scenario-settings .autodelete-settings .instructions {
                width: 300px;
                margin-right: 35px;
            }

            .add-update-dp .drp-form .scenario-details .scenario-settings .autodelete-settings .form-control {
                width: unset;
                flex-grow: 1;
            }

    .add-update-dp .drp-form .buttons {
        padding: 32px 40px;
        margin-left: -40px;
        margin-right: -40px;
        box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.07);
    }

    .add-update-dp .drp-form .error {
        outline: solid 1px red !important;
    }

.add-update-dp .control-height {
  height: 400px;
  overflow: auto;
}
.add-update-dp .control-height .select-user-control {
  border: solid 1px #D3D3D3;
  padding: 5px;
  border-radius: 4px;
  height: 100%;
  overflow: auto;
}
.add-update-dp .control-height .user-list {
  border: solid 1px #D3D3D3;
  padding: 5px;
  border-radius: 4px;
  height: 100%;
  overflow: auto;
}
.add-update-dp .panel-heading {
  cursor: pointer;
}
.add-update-dp .users-control {
  padding-right: 8px;
}
.add-update-dp .drp-form .user-list-main h3 {
  display: inline-block;
}
.add-update-dp .drp-form section {
  margin: 0;
  padding: 0;
}
/* ## Dashboard ## */
.sort {
  float: right;
  text-transform: none;
}
.sort ul.dropdown-menu li {
  border-bottom: 1px solid #cecece;
}
.sort .dropdown-menu > li > a {
  padding: 4px 15px;
}
.sort ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.sidebar,
.main-pitch {
  padding: 0;
}
.sidebar {
    background: #186293;
    max-width: 267px;
    width: 100%;
    min-height: calc(100vh - 130px);
    padding: 34px 24px;
    transition: all 0.3s linear;
}
.filter-combos-row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-combo {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
}
.sidebar .summary {
  padding: 25px 10px 25px 25px;
  border-bottom: 1px solid #cecece;
  color: #777777;
  text-transform: uppercase;
}
.sidebar .summary h4,
.main-pitch .pitch-heading h4 {
  display: inline-block;
}
.sidebar .total-number {
  float: right;
  color: #3a548b;
  font-size: 2.0em;
  line-height: normal;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .sidebar .total-number {
    font-size: 2.5em;
  }
}
.sidebar .total-number strong {
  margin-top: -10px;
  display: block;
}
.sidebar h3 {
  display: inline-block;
  color: #3a548b;
}
.sidebar .view-all {
  margin-top: 5px;
}
.sidebar .total-user,
.sidebar .active-pitches,
.sidebar .required-feedback,
.sidebar .completed-pitches,
.sidebar .published-pitches {
  padding: 30px 10px 25px 25px;
  border-bottom: 1px solid #cecece;
}
.sidebar .total-user .total-user-amount {
  font-size: 1.5em;
  color: #3a548b;
  margin: 0;
  display: inline-block;
}
.main-pitch .pitch-heading {
  padding: 25px 25px 25px 25px;
  border-bottom: 1px solid #cecece;
  color: #777777;
  text-transform: uppercase;
}
.change-log {
  padding: 25px 25px 25px 25px;
}
.change-log ul {
  margin-top: 5px;
}
.active-pitches-items a {
  border-radius: 100px;
  display: inline-block;
  padding: 5px 6px 4px 6px;
  /* @media (min-width: 768px) */
  /*@media (min-width: 992px)*/
}
@media (min-width: 1180px) {
  .active-pitches-items a {
    padding: 5px 12px 4px 12px;
  }
}
.active-pitches-items a.p-script {
  background: #5675b7;
}
.active-pitches-items a.p-video {
  background: #bb3c36;
}
.active-pitches-items a.p-audio {
  background: #ec782a;
}
.active-pitches-items a.p-script span {
  background: url('../images/script.png') center no-repeat;
  background-size: 25px auto;
}
.active-pitches-items a.p-video span {
  background: url('../images/video.png') center no-repeat;
  background-size: 25px auto;
}
.active-pitches-items a.p-audio span {
  background: url('../images/audio.png') center no-repeat;
  background-size: 25px auto;
}
.active-pitches-items a.p-script span,
.active-pitches-items a.p-audio span,
.active-pitches-items a.p-video span {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 0 10px;
}
.sidebar .active-pitches-items a p {
  display: inline-block;
  font-size: 1.5em;
  color: #ffffff;
  margin: 0;
  line-height: 30px;
}
.sidebar .active-pitches-items {
  display: block;
  margin-top: 30px;
}
.pitch-pagination {
    margin: 20px 0;
}
.pitch-pagination {
  text-align: center;
}
.scenario-pagination {
  text-align: left;
}
.pagination > li {
    display: inline-block;
    margin: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.pitch-pagination ul.pagination li a, .scenario-pagination ul.pagination li a {
    border: none;
    color: #186293;
    background: #fff;
    font-weight:600;
}
ul.pagination li.disabled a {
    color: #666666;
}
.pitch-pagination ul.pagination li.active a,
.pitch-pagination ul.pagination li a:hover,
.scenario-pagination ul.pagination li.active a,
.scenario-pagination ul.pagination li a:hover {
    background: #186293;
    color: #ffffff;
    transition: color 0.2s ease;
}
.pitch-pagination ul.pagination li.selected a,
.scenario-pagination ul.pagination li.selected a {
    color: #ffffff !important;
    background: #186293;
}
.pitch-list ul li:hover,
.pitch-list tr:hover{
    cursor: pointer;
}
.pitch-list ul li p {
    margin: 0 0 5px;
    font-size: 12px;
    color: #186293;
}
.pitch-list ul li h2 {
    font-size: 18px;
    color: #30618F;
    font-weight: 700;
    margin-bottom: 4px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pitch-list ul li h2.for_review {
    color: #ED977E;
    font-weight:bold;    
    margin: 0;
}
.pitch-list ul li h2.has_feedback {
    color: #138F58;
    font-weight: bold;
    margin: 0;
}
.pitch-list ul li .f-review div.pr {
  height: 50px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 50px;
}
.pitch-list ul li .f-review div.pr p {
    font-size: 1.3em;
    color: #186293;
}
.pitch-list ul li .f-review span.arrow i {
  font-size: 1.5em;
  color: #3a548b;
}
.pitch-list ul li .f-review span.arrow {
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -18px;
}

.pitch-list .review_feedback {
    align-self: center;
}

.pitch-list .review_feedback li {
    height: 24px;
}

.pitch-list a {
    font-size: 14px;
    color: #444;
    line-height: 20px;
}
.pitch-list ul li.type-audio {
  background: url('../images/type-audio.png') 20px 50% no-repeat;
  background-size: 30px auto;
}
.pitch-list ul li.type-video {
    background: url('../images/videocam.png') 20px 50% no-repeat;
    background-size: auto;
    background-size: 30px auto;
}
.pitch-list ul li.type-script {
    background: url('../images/description.png') 20px 50% no-repeat;
    background-size: 30px auto;
    transition: all .3s ease;
}
/*.pitch-list ul li.type-audio:hover {
  background: #f7f7f7 url('../images/type-audio.png') 20px 50% no-repeat;
  background-size: 20px auto;
}
.pitch-list ul li.type-video:hover {
  background: #f7f7f7 url('../images/type-video.png') 20px 50% no-repeat;
  background-size: 20px auto;
}
.pitch-list ul li.type-script:hover {
  background: #f7f7f7 url('../images/type-script.png') 20px 50% no-repeat;
  background-size: 20px auto;
}*/
.pitch-list .pending-review p {
    font-size: 1.3em;
    text-align: right;
    color: #5675b7;
    margin-bottom: 0;
}
.pitch-list .pending-review i {
  color: #3a548b;
}

.pitch-list .header {
    font-weight: 600
}

.pitch-list .quick-details {
    display: grid;
    grid-template-columns: 200px 160px 250px auto;
    grid-template-rows: auto 1fr;
    grid-column-gap: 45px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    max-width: 1050px;
}

    .pitch-list .quick-details .grid-header {
        font-weight: 600;
    }

    .pitch-list .quick-details .in-gallery {
        font-weight: 600;
        color: #138F58;
    }

    .pitch-list .quick-details .fa {
        margin-right: 4px;
    }

    .pitch-list .feedback_row[data-published="false"] .in-gallery {
        display: none;
    }

.pitch-list .feedback_row:has(input[type="checkbox"][data-purpose="multiselect"]:checked) {
    background-color: #c8dcfc;
}

/* Drafts Dashboard*/
.draftdb-form {
  margin-top: 5px;
}
.draftdb-form section {
  border-top: none;
}
.draftdb-form .drafts-list {
  margin-top: 25px;
}
.draftdb-form .drafts-list .content h3 {
  color: #788288;
}
.draftdb-form .drafts-list .creds {
  margin-top: 8px;
}
.draftdb-form .drafts-list .creds a {
  padding-right: 5px;
}
/* Contact us */
.table > thead > tr > th {
    font-weight:bold;
}
.table {
  border-radius: 5px;
}
.table input[type="checkbox"] {
  margin-left: -20px;
}
.table .checkbox {
  margin: 0;
  padding: 0;
}
.table .i-checks i {
  margin-left: 0;
}
.search-form {
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.table-heading {
  margin-bottom: 5px;
}
.table-quick-action {
  width: 100px;
}
.table-action .dropdown, .table-action button {
    float: right;
    margin-left: 5px;
    width: 170px;
    height: 44px;
}
.table-numbering,
.table-check {
  width: 30px;
}
.button-group .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.advanced-search {
  margin-top: 10px;
}
.styled-select select {
    padding: 5px 7px;
    font-size: 14px;
    line-height: 16px;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #f4f4f7 url(../images/arrow_down.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 97%;
    border: 0;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    outline: none !important
}
.styled-select {
    overflow: hidden;
    background: url(../images/icon-caret-down.png) center right no-repeat;
    background-size: 18px 10px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 10px;
}
.contact-form section {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px;
  display: block;
}
.contact-form .radio,
.contact-form .checkbox {
  padding-left: 0;
}
.contact-form section label {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
    width: 100%;
}
.contact-form .form-control, .drp-form .form-control {
    border: 0;
    height: 44px;
    background: #F4F4F7;
    border-radius: 8px;
    color: #186293;
    box-shadow: none !important;
}
.contact-form .custom-label {
  margin-bottom: 5px;
  display: inline-block;
}
.contact-form textarea {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 10px;
  width: 100%;
  min-height: 130px;
    resize: vertical;
}
.form-control {
  height: 40px;
}
.radio, .checkbox {
    padding-left: 0;
}
.scenario-form textarea,
.drp-form textarea {
    color: #555555;
    background-color: #ffffff;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    padding: 15px;
    width: 100%;
    min-height: 200px;
    resize: vertical;
}
.drp-form .user-list {
    height: 445px;
    overflow: auto;
}
.drp-form .selected-user {
  border-bottom: 1px solid #cecece;
  padding: 8px;
}
.drp-form .selected-user .user-list-btn {
  margin-bottom: 8px;
}
.drp-form .button-group {
  padding-top: 20px;
}
.drp-form .button-group .btn {
  margin-right: 14px;
}
.drp-form .radio,
.drp-form .checkbox {
  padding-left: 0;
}
.modal .user-list {
  overflow: auto;
}
.delete-modal-wrapper .modal {
  text-align: center;
  padding: 0!important;
}
.delete-modal-wrapper .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.delete-modal-wrapper .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.scenario-form section,
.drp-form section {
  border: none;
}
/* Public Search Pitch */
.search-bar {
  padding-top: 30px;
  border-right: 1px solid #ccc;
  margin-right: -1px;
}
.search-bar .checkbox {
  margin: 0;
  padding: 0;
}
.search-bar .form-section {
  margin-bottom: 30px;
}
.search-bar h4 {
  margin-bottom: 10px;
}
.search-bar label {
  display: block;
  position: relative;
}
.search-bar label input[type=checkbox] {
  margin: 0;
  margin-left: -15px;
}
.search-bar label:hover {
  color: #3a548b;
  transition: all 0.5s ease;
}
.search-bar label i {
  margin: 0;
  border: none;
}
.search-bar #dateRange {
  border: 1px solid #cbd5dd;
  padding: 5px 8px;
  width: 100%;
}

.search-box {
    display: flex;
    margin-bottom: 25px;
}

.btn.draft-user-filter {
    background: #ffffff;
    color: #30618f;
    text-transform: unset;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 12px;
    display: inline-flex;
    width: 195px;
    border: solid 1px #E6E6E6;
    box-shadow: 0px 2px 6px 0px rgba(223, 223, 239, 0.50);
}

    .btn.draft-user-filter .displayInBlock {
        margin-left: 8px;
    }

.btn.qadb-filter {
    background: #ffffff;
    color: #30618f;
    text-transform: unset;
    font-size: 14px;
    font-weight: 500;
    height: unset;
    padding: 11px 12px;
    display: flex;
}

.btn.btn-date-picker.qadb-filter {
    width: 214px;
}

.btn.btn-select-users.qadb-filter {
    width: 266px;
    margin-right: 21px;
}

.btn.qadb-filter .displayInBlock {
    margin-left: 8px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.pitch-items {
    padding-top: 30px;
}
.pitch-items .row > div {
  margin-bottom: 30px;
}
.pitch-items .pi-video {
  margin-bottom: 10px;
  overflow: hidden;
}
.pitch-items .pi-video img {
  width: 100%;
}
.pi-video {
  background-color: #ffffff;
  border-radius: 2px;
}
.pi-video iframe {
  width: 100%;
}
.pitch-items p {
  margin: 0;
}
.pitch-items p a {
  font-size: 1.2em;
  color: #3a548b;
}
.pitch-items .pi-desc {
  position: relative;
}
.pitch-items .pi-comments-count {
  position: absolute;
  right: 0;
  top: 0;
}
.pitch-items .pi-comments-count i {
  font-size: 2em;
  color: #dddddd;
}
.pitch-items .pi-comments-count a {
  position: absolute;
  color: #ffffff;
  width: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 0.8em;
  color: #666666;
}
/*.pitch-content {
  padding-top: 30px;
  border-left: 1px solid #cccccc;
}*/
.pitch-content .pi-video {
  margin: 0 10px;
}
/*.pitch-content .pi-social,
.pitch-content .pi-comments {
  margin: 10px;
}*/
.pitch-content .pi-social {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.pitch-content .pi-social i {
  margin-right: 5px;
}
.pitch-content .pi-social span {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    text-transform: uppercase;
}
.pi-social a {
    width: 24%;
}
.pitch-content .pi-social .likes {
    background: #186293;
}
.pitch-content .pi-social .share {
    background: #186293;
}
.pitch-content .pi-comments ul li {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.pitch-content .pi-comments ul li:last-child {
  border-bottom: 0;
}
.pitch-content .pi-comments h5 {
  margin-bottom: 5px;
  margin-right: 200px;
}
.pitch-content .pi-comments-header {
  color: #a5b2b9;
  font-size: 0.9em;
}
.pitch-content .pi-comments-header i {
  margin-right: 5px;
}
.pitch-content .pi-comments-header .timestamp,
.pitch-content .pi-comments-header .author {
  float: left;
  /*margin-right: 20px;*/
}
.pitch-content .delete-pitch-btn {
  margin: 25px;
}
.pitch-content .innerContent {
  padding: 30px 10px 15px 10px;
}

.main_container .row:has(.filter_box) {
        margin-top: 25px;
}

.main_container .row:has(.white_box) {
        margin-bottom: 30px;
}

.drp-form .row {
    display: block;
    margin-bottom: unset !important;
}

.accordion-header {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.accordion-item * {
    font-size: 12px;
    font-weight: 400;
}

.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background-color: transparent;
    border: none;
}

    .accordion-button:before {
        background-image: url('/images/accordion-up.svg');
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-top: 3px;
        content: "";
    }

    .accordion-button.collapsed:before {
        background-image: url('/images/accordion-down.svg');
    }

.accordion-item {
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
}

#selectUsersModal .modal-dialog {
    width: 475px;
}

#selectUsersModal .modal-content {
    background-color: #F4F4F7;
}

#selectUsersModal .modal-header {
    margin: 18px 20px 0px 20px;
    padding: 3px 9px 15px 9px;
}

#selectUsersModal .modal-body {
    height: 260px;
    overflow: scroll;
}

    #selectUsersModal .modal-body::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #F4F4F7;
    }

    #selectUsersModal .modal-body::-webkit-scrollbar-thumb {
        background-color: #D9D9D9;
        border-radius: 40px;
    }

        #selectUsersModal .modal-body::-webkit-scrollbar-thumb:hover {
            background-color: #AFAFAF;
        }

    #selectUsersModal .modal-body::-webkit-scrollbar-corner {
        background-color: #F4F4F7;
    }

    #selectUsersModal .modal-title {
        font-weight: 600;
    }

#selectUsersModal .accordion-body {
    padding-left: 20px;
}

#selectUsersModal .accordion-body div.user-leaf {
    padding: 10px 15px;
    border-bottom: solid 1px #ECECEC;
    display: flex;
    justify-content: space-between;
    align-content: baseline;
}

    #selectUsersModal .accordion-body div:first-child {
        border-top: solid 1px #ECECEC;
    }

    #selectUsersModal .accordion-body div:last-child {
        border: none;
    }

#selectUsersModal .accordion-item .accordion-item {
    box-shadow: none;
}

#selectUsersModal input[type="checkbox"] {
    width: 19px;
    height: 19px;
    accent-color: #30618F;
    margin: 0px;
}

#selectUsersModal .accordion-header input[type="checkbox"] {
    margin: 10px 15px 10px 0px;
    width: 31px;
    height: 21px;
}

#selectUsersModal .modal-footer {
    text-align: left;
    background-color: #FFF;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 6px 6px;
    margin-top: 0px;
}

#selectUsersModal .modal-footer button {
    background-color: #186293;
    text-transform: unset;
    border-radius: 10px;
    padding: 7px 21px;
    font-size: 12px;
    font-weight: 500;
}

#selectUsersModal a {
    font-size: 12px;
    padding: 15px 15px 10px 15px;
    text-align: right;
    font-weight: 500;
    color: #186293;
    min-width: 100px;
    text-decoration: none;
}

/* Login */
body.body-login .container, body.body-signup .container {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgb(91 104 154 / 8%);
    border-radius: 10px;
    padding: 0 50px 50px;
}
body.body-login .btn-primary {
    background: #f7f7f7 !important;
    border: none;
    color: #fff !important;
    background: #186293 !important;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 16px;
    height: 50px;
    margin: 16px 0 0;
    padding: 0;
    line-height: 52px;
}
body.body-login .form-control {
    height: 44px;
    background: #F4F4F7;
    border-radius: 8px;
    padding: 14px;
}
body.body-login .wrapper strong {
  color: #ffffff;
}
body.body-login .sign_in_title {
    color: #186293;
    font-weight:bold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19.5px;
    text-align: center;
    margin: 42px 0 16px;
}
body.body-login .sign_in_title + p {
    margin: 0 0 20px;
}
body.body-login .text-center a {
  color: #ffffff;
}
body.body-login .navbar-brand {
    margin-top: -50px;
}
body.body-login .navbar-brand img {
    max-height: initial;
    width: 200px;
}
body.body-login .form-group {
    margin: 0 0 8px;
}
.text-danger {
    font-size: 12px;
}
/* General Content */
.logo img {
    margin: 5px 0;
    width: 50px;
    height: 50px;
}
.topUser .dropdown-menu {
    left: auto;
    right: 20px;
    text-align: left;
    margin: 0;
}
.general-content p {
  margin-bottom: 20px;
  line-height: 24px;
}
.star-rating {
  line-height: 32px;
  font-size: 1.25em;
  cursor: pointer;
  float: left;
}
.well {
  padding: 20px 15px 20px 15px;
  background: #f7f7f7;
  margin-top: 20px;
  text-align: center;
}
.well .btn {
  margin-bottom: 0;
}
.input-group .input-group-addon {
  font-size: 12px;
}
.input-group .input-group-addon:first-child {
  border-radius: 2px 0 0 2px;
}
.input-group .input-group-addon:last-child {
  border-radius: 0 2px 2px 0;
}
.media-content {
  margin-bottom: 15px;
}
.media-content h2 {
  margin-bottom: 10px;
}
.media-content p:not(:last-child){
    margin-bottom:16px
}
span.author_here {
    font-size: 14px;
    color: #333;
}
#overlay-bg {
    opacity: 0.2 !important;
}
#overlay-bg > div {
    color: #FFFFFF;
    font-size: 3em;
    font-weight:bold;
    min-width: 220px;
    position: fixed;
    top: 40%;
    width: 100%;
    text-align: center;
}
.ko-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(165, 165, 165, 0.55) url('/images/ko-preloader.GIF') no-repeat center center;
  background-size: 60px 60px;
}
/*Add update Company*/
.meta-fields {
    border-top: solid 1px #CBD5DD;
    padding-top: 20px;
}
.meta-fields {
    border-top: solid 1px #CBD5DD;
    padding-top: 20px;
}
.meta-fields .close-link {
  position: absolute;
  top: -27px;
  right: 3px;
}
.meta-fields .add-meta-btn {
  position: absolute;
  top: 70px;
  left: 35%;
}
.meta-fields .meta-field {
  margin-top: 20px;
}
.contact-form .meta-fields .main_title {
    margin-bottom: 0;
}
.form-group.meta-area-cont textarea {
    border-top: 0;
}
.meta-fields h3 {
    margin: 0;
    display: inline-block;
}
.meta-fields h3 + select {
    background: #fff;
    border: 1px solid #dfdfe4;
    box-sizing: border-box;
    border-radius: 0;
    display: inline-block;
    padding: 3px 5px;
    margin-left: 10px;
    outline: none !important;
    font-weight: bold;
    font-weight: normal !important;
    border-radius: 6px;
}
.meta-fields .input-group-btn:last-child > .btn {
    border: 0;
    outline: none;
    box-shadow: none;
    background: #f4f4f7;
    border-radius: 0;
}
.meta-fields .form-control:not(:first-child):not(:last-child) {
    border: 0;
}
.meta-fields .meta-area-cont {
  margin-bottom: 0 !important;
  /*border: dashed 1px #cbd5dd;
        margin-left: 15px;*/
}
.meta-fields .meta-field-border {
  border: dashed 1px #cbd5dd;
}
.meta-fields .el-container > [id^="sales-step-"] {
  background: #EEEEEE;
}
.meta-field .form-control{
    border-radius:0 !important
}
.meta-field .white_box{
    padding-top:50px
}
/* Contacts list*/
#contactList table td,
#companyList table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Start: Qualitative Analytics */
.card {
    border: 1px solid;
    border-color: #f6f6f6;
    padding: 10px;
    box-shadow: 2px 2px #ececec;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .card h5 {
        font-size: 12px;
        color: black;
    }

    .card .metricvalue {
        font-size: 42px;
        font-weight:bold;
        text-align: center;
        display: block;
        color: #4CC1B0;
    }

    .card .black {
        font-size: 42px;
        font-weight:bold;
        text-align: center;
        display: block;
        color: #000000;
    }
/* End: Qualitative Analytics */
/* Assessment */
.a-name {
    font-size: 20px;
    font-weight:bold;
    display: block;
}

.a-title {
    font-size: 14px;
    font-weight:bold;
    display: block;
}

.a-details {
    font-size: 12px;
    display: block;
}

.a-section {
    margin-top: 12px;
}

.a-question {
    font-size: 12px;
    font-weight:bold;
    display: block;
}
.slider label {
    position: absolute;
    width: 10px;
    margin-left: 0;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
}

.slider {
    width: 75%;
    margin-left: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.slider .ui-slider-handle {
    outline: 0;
    background: #186293;
    border-radius: 50%;
    top: -10px;
    width: 30px;
    height: 30px;
    border-color: #444;
}
.slider.ui-widget.ui-widget-content {
    border: 0;
    background: #DDD !important;
    border-radius:10px
}
.ui-widget-header.ui-slider-range-min {
    background: #186293;
    border-radius: 10px;
}
/* End: Assessment */

/* Darshita's CSS */

.outerRow {
    flex-direction: row;
    display: flex;
    margin: 0px !important;
}
.main_container {
    width: calc(100% - 267px);
    padding: 35px 40px 0px;
    background: #F4F7F9;
}
footer {
    margin: -27px -40px 0px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
.folderBackgroundColor:hover {
    background-color: #DCECFA
}
.btn-go-up {
    display: block;
    margin-left: auto;
    background: #186293;
    border: 1px solid #186293;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    outline: none;
    font-size: 12px;
}
.body_content {
    min-height: calc(100vh - 130px);
}
.copyright {
    margin: 5px 0;
}

.btn-group.btn-radio-group .fa {
    line-height: 32px;
}

.btn-group.btn-radio-group input[type="radio"] {
    display: none;
}

.btn-group.btn-radio-group .btn.active {
    z-index: unset;
}

.sidebar li {
    /*margin-left: -12px;*/
    font-family: 'Montserrat' !important;
}

    .sidebar li:first-child {
        margin-top: -16px;
    }

    .sidebar li a {
        color: #fff;
        letter-spacing: .44px;
        display: block;
        font-size: 16px;
        white-space: nowrap;
        padding: 16px 0px 16px 12px;
        border-radius: 8px;
        margin-bottom: 18px;
    }

        .sidebar li a.current, .sidebar li a:not(.nolink):hover, .sidebar li a:not(.nolink):active, .sidebar li a:not(.nolink):focus {
            background-color: #245583;
        }

.sidebar a span {
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    font-weight:bold;
    border-radius: 50%;
    margin-top: -1px;
    color: #fff;
    margin-left: 10px;
}
.sidebar li img {
    margin-right: 14px;
    vertical-align: sub;
}

.sidebar li .fa {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 18px;
    margin-right: 14px;
}

.sidebar li a:not(:first-child) {
    padding-left: 42px;
}

.topbar .topUser .dropdown-menu > li > a {
    margin-right: 0;
}

.btn-item-actions {
    width: 24px;
    height: 26px;
    margin: 0px 0px 0px 9px;
    background: url("/images/context-dots.svg");
    border-radius: 2px;
}

    .btn-item-actions:hover {
        background: url("/images/context-dots-selected.svg");
    }

    .btn-item-actions.context-menu-active {
        background: url("/images/context-dots-selected.svg");
    }

.btn-scenario-context-menu {
    width: 45px;
    height: 48px;
    padding: 0px;
    margin: 0px 12px 0px 0px;
    background: url("/images/scenario-contextmenu.svg") center;
    /*border-radius: 2px;*/
    border: 0px;
}

    .btn-scenario-context-menu:hover {
        background: url("/images/scenario-contextmenu-selected.svg") center;
        /*border-radius: 2px;*/
    }

    .btn-scenario-context-menu.context-menu-active {
        background: url("/images/scenario-contextmenu-selected.svg") center;
        /*border-radius: 2px;*/
    }

.profile_item {
    height: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 10px 40px rgb(91 104 154 / 8%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.profile_item img.pi-image {
    max-width: 100%;
    height: 207px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}

.profile_item .title {
    font-size: 18px;
    color: #000;
    font-weight:bold;
    padding: 0;
}

    .profile_item .desc_box {
        background: #FFFFFF;
        padding: 16px;
        flex-grow: 1;
        border-radius: 0px 0px 8px 8px;
        border-color: #FFFFFF;
        border-width: 0px 2px 2px 2px;
        border-style: solid;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .desc_box.selected {
        border-color: #30618F;
    }

.pi-card-actions {
    display: flex;
    align-items: center;
}

    .pi-card-actions input[type="checkbox"] {
        width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
        accent-color: #30618F;
        margin: 0px;
    }

    .pi-card-actions label {
        margin: unset;
        margin-left: 5px;
        font-size: 13px;
        color: #30618F;
    }

.content_text {
    font-size: 15px;
    line-height: 20px;
    color: #444;
    height: 25px;
}
.profile_item .displayInBlock {
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile_item .displayInBlock.title {
    color: #30618f;
}

.gallery-view {
    display: flex;
    flex-wrap: wrap;
    appearance: none;
    margin: 0px;
}

    .gallery-view .separator {
        border-left: solid 1px #E0E0E0;
        margin-right: 15px;
        margin-bottom: 16px;
    }

    .gallery-view .toggle-view {
        border: solid 1px #D4D4DE;
        border-radius: 8px;
        margin-right: 16px;
        margin-bottom: 16px;
        padding: 3px;
    }

    .gallery-view .btn-toggleview {
        width: 42px;
        height: 42px;
    }

    .gallery-view .btn-tileview {
        appearance: none;
        margin: 0px;
        background: url("/images/tileview-unselected.svg");
        -webkit-appearance: none;
    }

    .gallery-view .btn-tileview:checked {
        background: url("/images/tileview-selected.svg");
    }

    .gallery-view .btn-listview {
        appearance: none;
        margin: 0px;
        background: url("/images/listview-unselected.svg");
        -webkit-appearance: none;
    }

    .gallery-view .btn-listview:checked {
        background: url("/images/listview-selected.svg");
    }

textarea.autoresize {
    min-height: 88px;
    overflow: hidden;
}

#multiple.list-view {
    display: block;
    margin: 0px;
}


    #multiple.list-view .pi-desc {
        display: flex;
        align-items: center;
    }

    #multiple.list-view .pi-desc .title {
        width: 40%;
        min-width: 343px;
        padding-right: 16px;
    }

        #multiple.list-view .pi-desc .content_text {
            height: unset;
            min-width: 150px;
            padding-right: 16px;
        }

    #multiple.list-view .profile_item {
        flex-direction: row;
        height: 64px;
        margin-bottom: 12px;
    }

        #multiple.list-view .profile_item .pi-image {
            width: 54px;
            height: 64px;
            border-radius: 8px 0px 0px 8px;
        }

        #multiple.list-view .profile_item .desc_box {
            flex-direction: row;
            vertical-align: central;
            border-radius: 0px 8px 8px 0px;
            border-width: 2px 2px 2px 0px;
            align-items: center
        }

        #multiple.list-view .profile_item .desc_box > * {
            height: 24px;
        }

            #multiple.list-view .profile_item .desc_box > *:first-child {
                flex-grow: 1;
            }

/*        #multiple.list-view .profile_item .content_text {
            display: none;
        }
*/
        #multiple.list-view .profile_item .pi-card-actions {
            direction: rtl;
        }

            #multiple.list-view .profile_item .pi-card-actions label {
                margin-right: 5px;
            }

            #multiple.list-view .profile_item .pi-card-actions .btn-item-actions {
                margin: 0px 16px 0px 0px;
            }

    #multiple.list-view li {
        max-width: unset;
        width: 100%;
        min-height: unset;
        margin-bottom: 12px;
    }

.btn-folder {
    background: #ffffff;
    color: #30618f;
    text-transform: unset;
    margin-right: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    height: unset;
    padding: unset;
    display: flex;
    justify-content: space-between;
}

    .btn-folder:hover {
        /*background: #A2CEF5;*/
        /*background: #F4F4F7;*/
        color: #30618f;
    }

    .btn-folder .folder_item {
        padding: 14px 0px 14px 13px;
        margin-right: 11px;
    }

    .btn-folder .btn-folder-contextmenu {
        padding: 12px 12px 12px 0px;
    }

    .btn-folder.add a {
        padding: 14px;
    }

.btn-folder-dragdrop {
    /*background: #A2CEF5;*/
    /*background: #F4F4F7;*/
    background-color: #E8F1FF;
    color: #30618f;
    cursor: move;
}

.drag-container {
    background-color: #30618F;
    padding: 12px;
    color: #FFFFFF;
    font-size: small;
    width: 240px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

    .drag-container span {
        margin-left: 13px;
    }

    .displayed_folders {
        display: flex;
        margin: 0 -10px;
        flex-flow: wrap;
    }

    .displayed_folders li {
        /* max-width: 198px; */
        margin: 0 0 0px;
        width: 12.5%;
        min-height: 100px;
        padding: 0 10px;
    }

.profile_list {
    display: flex;
    margin: 0 -10px;
    flex-flow: wrap;
}

    .profile_list li {
        /* max-width: 198px; */
        margin: 0 0 20px;
        width: 15.5%;
        max-width: 219px;
        min-height: 375px;
        padding: 0 10px;
    }

.folder_title {
    font-size: 15px;
    font-weight:bold;
    color: #000;
    margin-bottom: 18px
}
.folder_list a {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    display: block;
    padding: 8px 10px 10px;
    font-size: 15px;
    color: #000;
}
.folder_list a img {
    vertical-align: text-bottom;
    margin-right: 8px;
}
.list-inline.folder_list {
    margin-left: 0;
    margin-bottom:30px
}
.folder_list.list-inline > li {
    padding-right: 5px;
    padding-left: 0;
    vertical-align:middle
}
.folder_list li:last-child a {
    width: 40px;
    text-align: center;
    border-color: #BDBDBD;
    color: #BDBDBD;
    font-size: 26px;
    padding: 0;
    line-height: 36px;
    transition:all 0.3s ease
}
.folder_list li:last-child a:hover {
    color:#000;
    border-color:#000
}

.context-menu-default ul {
    max-height: 150px;
    overflow-y: scroll;
}

.context-menu-default label {
    font-weight: unset;
}

.context-menu-root.context-menu-default .context-menu-item {
    color: #434343;
}

.context-menu-root.context-menu-default .context-menu-hover {
    border: solid 1px;
    border-top: #eee;
    border-left: 0px;
    border-bottom: #eee;
    border-right: 0px;
    background-color: #f4f4f7;
    color: #434343;
}


.context-menu-root.context-menu-default input[type='checkbox'] {
    margin-right: 8px;
}

.context-menu-default .create-and-move {
    font-weight: bold;
}

.sidebar.minimized {
    max-width: 65px;
}
.sidebar.minimized li a:not(:first-child) {
    margin-left: 0;
}
.sidebar.minimized li a{
    width:25px;
    overflow:hidden;
}
/*.sidebar.minimized  .minimizeSidebar {
    position: absolute;
    top: 10px;
    right: -40px;
    text-align: right;
    background: #186293;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0 4px 4px 0;
}*/
.sidebar.minimized .minimizeSidebar img {
    margin-right: 10px;
    vertical-align: sub;
    transform: rotate(180deg);
    filter: brightness(100);
}
.sidebar.minimized + .main_container {
    width: 100%;
}
.search .form-control {
    padding: 10px 15px;
    transition: all 0.3s;
    width: 100%;
    font-size: 15px;
    outline: none !important;
    max-width: 247px;
    border: 0;
    height: 44px;
    background: #F4F4F7;
    border-radius: 8px;
    color: #186293;
    box-shadow: none !important;
}
.search .btn-search {
    height: 44px;
    vertical-align: top;
    width: 170px;
    outline: none !important;
}
.btn-success,
.btn-primary {
    outline: none !important
}
.btn-success,
.btn-primary {
    background-color: #186293 !important;
    border-color: #186293 !important;
}
#contactList .btn-success, #companyList .btn-success {
    height: 44px;
    width: 170px;
    line-height: 44px;
}
.table-responsive {
    background: #fff;
    box-shadow: 0px 10px 40px rgba(91, 104, 154, 0.08);
    border-radius: 10px;
    margin: 20px 0;
    overflow-x: auto;
}
#contactList table tbody tr:nth-of-type(odd), #companyList table tbody tr:nth-of-type(odd) {
    background: #F4F4F7;
}
.btn-primary:hover,
.btn-primary:active {
    color: #fff !important;
    background-color: #186293;
    border-color: #186293;
}
.dropdown-menu > li > a {
    outline: none !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-top:0;
    color: #000;
    padding: 8px 15px 8px 25px;
    font-size:12px;

}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 0;
    color: #186293;
    font-weight:bold;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.btn-transparent {
    border:0;
    background:none;
    outline:none !important;
}
.main_title {
    font-size: 22px;
    line-height: 27px;
    font-weight:bold;
    color: #000;
}
.contact-form .main_title{
    margin-bottom:25px
}
.contact_box {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgb(91 104 154 / 8%);
    border-radius: 8px;
}
.contact-form select.form-control, .drp-form select.form-control {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #f4f4f7 url(../images/arrow_down.svg) no-repeat;
    background-position: 97%;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form .button-group {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.contact-form .button-group .btn {
    margin-right: 0;
    margin-bottom: 0;
    width: 49%;
    height: 45px;
    font-size: 15px;
    padding: 0;
    line-height: 44px;
    border-radius: 8px;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus{
    border-color: #FD462D;
    background: #FD462D;
}
.back_link img {
    filter: brightness(0);
    width: 15px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.back_link {
    color: #000 !important;
    display:block
}
.mt-10 {
    margin-top: 10px
}
.mt-20 {
    margin-top:20px
}
.full_width {
    width:100% !important
}
.visible-inline-xs,
.visible-inline-sm {
    display: none
}
.table-action .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu {
    font-size: 14px;
    border: 0;
    box-shadow: 0px 10px 20px rgba(91, 104, 154 ,0.3);
    border-radius: 0 0 8px 8px;
}
.pitch-list .table > tbody > tr > td {
    padding: 20px 15px !important;
    border-top: 0;
}
.drag {
    width: 40px;
}
.pitch_type {
    display: flex;
    align-items: flex-start;
}
    .pitch_type div {
        flex-grow: 1;
    }
    .pitch_type img {    
        display: none;
        margin-right: 22px;
    }
.type-video .pitch_type .video_img,
.type-script .pitch_type .script_img {
    display: block
}

.submitted_confirmation {
    font-size: 15px;
    font-weight:bold;
    line-height: 20px;
    color: #000
}
.submitted_confirmation p{
    margin-bottom:20px
}
.submitted_confirmation p:last-child,
.not_required  p{
    margin-bottom: 0;
}
.not_required {
    font-size: 15px;
    font-weight:bold;
    line-height: 20px;
    color: black;
}
.numbers_submitted {
    background: #186293;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #f4f4f7;
    display: inline-block;
    font-size: 11px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: text-top;
    margin-top: 1px;
}
.submitted_confirmation img,
.not_required img{
    margin-right: 10px;
}
/*.checkbox label {
    position: relative;
    font-size: 15px;
    color: #000;
    padding-left: 30px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    display: block*/
}
.checkbox input {
    display:none;
}
/*.checkbox label::before {
    content: "\2713";
    width: 18px;
    height: 18px;
    border: 2px solid #DADADA;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 13px;
    color: transparent;
    text-align: center;*/
}
/*.checkbox input:checked + label::before {
    background: #041E42;
    border-color: #041E42;
    color: #fff;*/
}
.ui-sortable-helper {
    background: #186293;
}
.pending_feedback .checkbox label{
    padding-left:18px
}
.pending_feedback td:first-child{
    width:40px
}
.pitch-list a.btn_script, .pitch-list a.btn_video {
    width: 156px;
    height: 44px;
    line-height: 44px;
    background: #186293;
    display: none;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.pitch-list a.btn_video {
    background: #FD462D;
}
.pitch-list a.btn_script img, .pitch-list a.btn_video img {
    margin-right: 10px;
}
.type-script .btn_script,
.type-video .btn_video{
    display: block !important
}

.feedback_row:not(.type-script):not(.type-video) .btn_script {
    display: block !important;
    visibility: hidden;
}

.feedback_row:not(.type-script):not(.type-video) .script_img {
    display: block;
    visibility: hidden;
}

/*.selection_outer {
    width: 360px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 14%), 0px 2px 1px rgb(0 0 0 / 12%), 0px 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 6px 11px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
}*/
.selection_outer {
    margin: 0;
}
.selection_outer li:not(:last-child) {
    margin-right: 30px
}
.selection_outer li{
    padding:0;
    vertical-align:middle
}
.btn_apply {
    width: 172px;
    height: 44px;
    border-radius: 8px;
}
.selection_outer select {
    border: 0;
    height: 44px;
    width: 230px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #F4F4F7 url(../images/arrow_down.svg) 94% no-repeat;
    color: #888;
    padding: 10px 14px;
    outline: none !important;
    border-radius: 8px;
}

.orangeHighlight {
    color: orange;
}

.feedback_filter {
    margin-top: 20px;
    width: 97%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.filter_box {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(91, 104, 154,0.08);
    border-radius: 10px;
    padding: 32px 20px 26px !important;
    margin-bottom: 32px;
}

.filter_box .checkbox {
    margin-right: 25px;
}
.inner_title {
    font-weight:bold;
    font-size: 18px;
    color: #000000;
}
b {
    font-weight:bold;
    color: #000000;
}
.mb-10{
    margin-bottom:10px
}
.mt-20 {
    margin-top: 20px
}
.mb-20 {
    margin-bottom: 20px
}
.mt-30 {
    margin-top: 30px
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50{
    margin-bottom:50px
}
.mt-60 {
    margin-top: 60px
}
.white_box {
    padding: 16px;
    margin-bottom: 30px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(91, 104, 154,0.08);
    border-radius: 8px;
}
.btn_title {
    border: 0;
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0;
    outline: none !important;
}
.btn_title span img{
    margin-left:20px
}
.btn_title span{
    opacity:0;
    transition:all 0.3s ease;
}
.btn_title.collapsed span{
    opacity:1
}
.btn_title p {
    margin: 2px 0 0;
}
.script_approved {
    float: right;
    color: #3BD35D;
}
.script_approved img {
    margin-right: 10px;
}
.btn_gray {
    border: 1px solid #828282;
    background: #828282;
    color: #fff;
}
.btn_gray:hover{
    color:#fff
}
.btn_gray.btn_outline{
    color: #828282;
    background: #fff;
}
.btn_gray.btn_outline:hover{
    color: #828282;
}
.list-inline.btn_group {
    margin-right: -5px;
}
.btn_group li {
    width: calc(50% - 3px);
}
.btn_group li .btn {
    height: 55px;
    width: 100%;
    font-weight:bold;
    font-weight: 400;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.pr-16{
    padding-right:16px !important;
}
.d-flex {
    display: flex;
    flex-direction: row;
}
.btn_blue {
    background: #186293;
    color: #fff;
    border: 1px solid #186293;
}
.btn_blue:hover{
    color: #fff;
}
.btn_blue.btn_outline{
    color: #186293;
    background: #fff;
}
.btn_blue.btn_outline:hover{
    color: #186293;
}
.clearfix{
    clear:both
}
input[type="file"] {
    display: none;
}
label.form-control{
    position:relative
}
label.form-control::before {
    content: "\f0ee";
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
}
.contact-form label.form-control {
    padding: 10px;
    position: relative;
    cursor: pointer;
}
/*#companyLogoImage {
    background: #eee;
    padding: 20px;
    border: 1px solid #aaa;
}*/

.btn.btn-primary.qadb-download-link {
    margin-right: 21px;
    line-height: 30px;
    color: #fff;
    padding: 6px 14px;
}

.quantitative_stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 26px;
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 18px;
}

    .quantitative_stats .white_box {
        padding: 24px 14px 12px 24px;
        height: unset;
        margin-bottom: 0px;
    }

    .quantitative_stats .alt-color {
        background-color: #E5ECF6;
    }

    .quantitative_stats .keen-metric-title {
        font-size: 14px;
        font-weight: 600 !important;
        font-family: 'Inter' !important;
        order: 0;
        margin-bottom: 8px;
        color: #1C1C1C !important;
    }

    .quantitative_stats .keen-metric-value, .qualitative_stats .white_box .metricvalue {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 36px !important;
        color: #1C1C1C !important;
    }

    .quantitative_stats .keen-metric-value {
        font-weight: 600 !important;
        font-family: 'Inter' !important;
        order: 1;
        margin: 0 !important;
    }

    .quantitative_stats .company-average {
        margin-top: -32px;
    }

        .quantitative_stats .company-average .keen-metric {
            flex-direction: row;
            margin-left: 70px;
        }

        .quantitative_stats .company-average .keen-metric-title, .quantitative_stats .company-average .keen-metric-value,
        .qualitative_stats .white_box .metricvalue.company-average {
            font-size: 15px !important;
            line-height: 30px !important;
        }

            .quantitative_stats .company-average .keen-metric-value:after, .qualitative_stats .white_box .metricvalue.company-average.avg:after {
                content: 'avg';
                margin-left: 5px;
            }

        .quantitative_stats .company-average .keen-metric-title {
            margin: 0 10px 0 0;
        }

        .quantitative_stats .company-average.good .keen-metric-value {
            color: #138F58 !important;
        }

        .quantitative_stats .company-average.warn .keen-metric-value {
            color: #F5BE14 !important;
        }

        .quantitative_stats .company-average.bad .keen-metric-value {
            color: #B01803 !important;
        }

.keen-metric-value {
    display: block !important;
    font-size: 30px !important;
    line-height: 32px !important;
    color: #186293 !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 10px !important;
    font-weight:bold;
}
.keen-metric {
    background: transparent !important;
    display: flex;
    padding: 0 !important;
    flex-direction: column;
    font-family: 'Inter', sans-serif !important;
    text-align: left !important;
}
.keen-metric-title {
    display: block;
    font-size: 16px !important;
    color: #444444;
    line-height: 20px;
    font-weight: 400 !important;
}
.panel {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.btn_group_flex{
    display:flex;
    justify-content:space-between
}
.btn_publish {
    width: 138px;
    height: 44px;
    margin-left: 15px;
    padding: 0;
    line-height: 44px;
}
.amsify-suggestags-area .amsify-suggestags-input-area {
    text-align: left;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fafafa url(../images/search.png) no-repeat;
    background-position:97%;
    border: 0;
    height: 48px !important;
    position:relative;
}
.amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    height: 100%!important;
    padding: 0px 4px;
    border: 0;
    width: 94%;
    background: transparent!important;
    max-width:100%!important;
    position:absolute;
    left:15px;
    top:0
}
.amsify-suggestags-input-area .amsify-select-tag.col-bg {
    position: relative;
    top: 84px;
    background: #186293 !important;
    border-radius: 29px;
    letter-spacing: 0.15px;
    color: #fff !important;
    font-size: 16px;
    height: 40px;
    padding: 9px 10px 10px 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
span.amsify-remove-tag img {
    width: 10px;
    margin-right: 12px;
    filter: brightness(100);
    margin-top: -3px;
}
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(33, 33, 33, 0.08);
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0.15px;
    position: relative;
}
li.amsify-list-item:after {
    content: "";
    background: url(../images/add_circle.png) no-repeat;
    background-position: center;
    background-size: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 15px;
}
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:active {
    background: #fff !important;
    color: rgba(0, 0, 0, 0.87) !important;
    box-shadow: none !important;
}
.amsify-suggestags-area .amsify-suggestags-list {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border: 0 !important;
}
/*.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.active {
    background: #186293 !important;
    color: #fff !important;
}*/
.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list {
    padding: 0 !important;
    margin: 0 !important;
}
.form-group.upload_logo:before {
    display: table;
    content: "";
    height: 15px;
}
.form-group.upload_logo{
    clear:both
}
.form-control.col-xs-6 {
    width: 50% !important;
}
.radio{
    margin-bottom:17px
}
.radio input {
    display: none
}
.radio label,
.contact-form section .radio label{
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 42px;
    color:#444;
}
.radio label:before {
    content:"";
    width:32px;
    height:32px;
    border-radius:50%;
    border:3px solid #444;
    position:absolute;
    left:0;
    top:0;
}
.radio label:after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #444;
    position: absolute;
    left:7px;
    top: 7px;
    opacity:0
}
.radio input:checked + label:after {
    opacity:1
}
.company_setup .contact_box {
    min-height: 360px;
}
.company_setup .brand_detail .contact_box {
    min-height:290px;
}
.company_setup .btn{
    width:100%
}
a.btn_action {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}
.evaluation_block {
    padding-left: 30px;
}
.minus_mt_23{
    margin-top:-23px
}
#sales-step-actions .btn{
    width:100%
}
.pi-video {
    padding: 15px;
    position: relative;
    margin: 0 0 20px !important;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgb(91 104 154 / 8%);
    border-radius: 8px;
}
.jwplayer {
    width: 100% !important;
    object-fit: cover !important;
}

.qualitative_stats .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qualitative_stats .chart_box {
    padding: 15px 15px 20px 20px !important;
    display: flex;
    flex-direction: column;
}

    .qualitative_stats .chart_box .tab-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

        .qualitative_stats .chart_box .tab-content > div {
            flex-grow: 1;
        }

.qualitative_stats .chart-header .context-menu {
    border: none;
    width: 40px;
}

    .qualitative_stats .chart-header .context-menu:not(:hover) {
        background: #fff;
    }

.qualitative-chart-context-menu .context-menu-item input {
    margin-top: 2px;
}

.qualitative-chart-context-menu .context-menu-item span {
    margin-left: 4px;
}

.qualitative_stats .initials-avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
}

.qualitative_stats .white_box label {
    display: block;
    font-size: 16px;
    color: #444444 !important;
    line-height: 20px;
    margin-bottom: 10px;
}
.qualitative_stats .col-md-2 .white_box label {
    height: 40px
}
.qualitative_stats .white_box label span {
    border-bottom: 1px solid;
}
.qualitative_stats .white_box .feedback_overview {
    color: #121212;
    font-weight: 600;
    font-size: 18px;
    margin-top: 40px;
}

.qualitative_stats .white_box label.total_assessment,
.chart-title {
    color: #1C1C1C;
    font-weight: 700;
    font-size: 17px;
    margin-top: 40px;
}
.chart-title{
    margin-top:0
}

.qualitative_stats .white_box .metricvalue.company-average {
    margin-left: 70px;
    margin-top: -32px;
}

.qualitative_stats .white_box .metricvalue.company-average .over {
    margin-right: 14px;
}

.qualitative_stats .chart-row {
    min-height: 380px;
    display: flex;
}

.qualitative_stats .btn {
    text-transform: unset;
}

.qualitative_stats .summary-title {
    margin: 0px 0px 7px 10px;
}

#chartTrendPanel {
    margin-bottom: -20px;
}

#chartTrendPanel.in {
    display: flex;
    flex-direction: column;
}

#chartTrendContainer {
    flex-grow: 1;
}

.row.metric {
    margin-bottom: 18px !important;
}

.white_box.metric {
    padding: 24px 17px 17px 24px;
    height: unset;
    margin: 0px;
}

    .white_box.metric p {
        font-size: 14px;
        font-weight: 600;
    }

.white_box.metric {
    padding: 24px 17px 17px 24px;
    height: unset;
    margin: 0px;
}

.white_box.profile_box {
    padding: 32px;
}

    .white_box.profile_box .row {
        display: block;
    }

    .white_box.profile_box .profile_photo {
        border-bottom: solid 1px #E0E0E0;
        margin-bottom: 37px;
    }

    .white_box.profile_box .profile_photo img {
        margin-bottom: 14px;
    }

    .white_box.profile_box {
        font-weight: 600;
        font-size: 18px;
        color: 333e5a;
    }

    .white_box.profile_box .name {
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 20px;
        color: #121212;
    }

    .white_box.profile_box .data {
        color: #30618F;
        font-weight: 500;
    }


.profile_picture {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display:none;
}

img[src].profile_picture
{
    display: block;
}
img[src=""].profile_picture {
    display: none;
}
img.company_logo {
    width: 25px;
    float: right;
}
.mt-0{
    margin-top:0 !important
}

#chartContainer {
    overflow: hidden;
}

#chartContainer table{
    border-top: 2px solid black;
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

#chartContainer div{
    text-align: center;
}
.analytics_title {
    color: #222;
    font-weight: 700;
    padding: 5px 15px;
}
.analytics_inner {
    padding-left: 10px;
}
.sorted .fa-sort-alpha-asc:before {
    content: "\f15e";
}
.table th i{
    float:right;
    margin-top: 8px;
    cursor:pointer
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #f5f5f5 !important;
    color: #000000 !important;
    height: 30px;
    line-height: 30px;
}
.xdsoft_datetimepicker .xdsoft_calendar table td:hover, .xdsoft_datetimepicker .xdsoft_timepicker.active .xdsoft_time_box>div>div:hover {
    background: #186293 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #186293 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f5f5f5 !important;
    border: 1px solid #ddd;
    color: #000 !important;
    font-size: 12px;
    text-align: center !important;
    padding: 9px !important
}
.xdsoft_datetimepicker {
    font-family: 'Inter', sans-serif !important;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
    width: auto !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 230px !important;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
    display: flex !important;
    justify-content: space-between !important;
}
.xdsoft_datetimepicker .xdsoft_label i {
    margin-left: 5px !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: auto !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    background: #186293 !important;
}
.xdsoft_datetimepicker .xdsoft_year {
    width: 100px !important;
    text-align: left !important;
}
.assessment0 {
    display: none;
}
.main-pitch #placeToPasteAjaxResult > h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight:bold;
    color: #000;
    margin-top:20px;
}
.assessment_chart_title {
    color: #444444;
    font-size: 12px;
}
.assessment0 + .assessment_chart_title{
    display:none
}
.back_to_dashboard {
    opacity: 1 !important;
    margin: -24px 0 0 !important;
    display:inline-block !important
}
.sidebar.minimized li a.back_to_dashboard {
    display: none !important
}
.login_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.login_box .container{
    max-width:344px;
}
.forget_pwd {
    justify-content:space-between;
    margin-top:30px
}
.forget_pwd a {
    color: #5675b7;
    font-family: 'Open Sans', sans-serif;    
    font-size: 14px;
}
.feedback_row {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(91, 104, 154,0.08);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    align-items: flex-start;
}

.feedback_row .list-inline > li {
    padding: 0;
    vertical-align: middle;
}

    .feedback_row .list-inline {
        margin: 0;
    }

.feedback_title img {
    padding: 12px;
    border: solid 1px #E0E0E0;
    border-radius: 7px;
}

.review_feedback li:not(:last-child){
    margin-right:50px
}

.type-audio .checkbox{
    margin-right:30px
}
p#name {
    color: #186293;
    font-size: 24px;
    font-weight:bold;
    text-align: center;
    margin: 25px 0 8px;
}
.bordered_title {
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid;
    font-weight:500;
    margin: 10px 0 20px;
    font-size: 16px;
}
.media-content .text-capitalize {
    font-size: 20px;
    text-transform: capitalize;
}
.f16{
    font-size:16px
}

.btn-gallery-item-context-menu {
    width: 24px;
    height: 26px;
    margin: 0px 0px 0px 9px;
    background: url("/images/context-dots.svg");
    border-radius: 2px;
}

    .btn-gallery-item-context-menu:hover {
        background: url("/images/context-dots-selected.svg");
    }

    .btn-gallery-item-context-menu.context-menu-active {
        background: url("/images/context-dots-selected.svg");
    }

#timeSpent circle {
    stroke-width: 3px !important;
    stroke: #FFF !important;
}

#results .btn-upload {
    margin-right: 12px;
    height: 48px;
    padding: 8px 16px;
}

.review {
    padding: 20px;
}

    .review hr {
        margin-left: -15px;
        margin-right: -15px;
    }

    .review h2, .review h3, .review h4, .review .col-sm-7, .review .col-md-8, .review .col-sm-5, .review .col-md-4, .review .col-md-6 {
        padding: 0px;
        margin: 0px;
    }

    .review h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .review h3 {
        font-size: 14px;
        font-weight: 500;
    }

    .review h4 {
        font-weight: 700;
        font-size: 15px;
        margin-bottom: 6px;
        color: #27272A;
    }

    .review h5 {
        font-style: italic;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #211a4a;
    }

    .review .header h2, .review .header h3, .review .header h4 {
        margin-bottom: 4px;
    }

    .review video {
        width: 100%;
        border-radius: 10px;
    }

    .review .pitch-details {
        margin-top: 20px;
        display: flex;
    }

    .review .media-content {
        margin-left: 20px;
    }

    .review.gallery .media-content {
        margin-left: 0px;
        margin-right: 20px;
    }

    .review .white_box {
        height: auto;
    }

        .review .white_box h3 {
            font-size: 18px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }


            .review .white_box h3.feedback-form-title {
                display: inline-block;
                margin-right: 10px;
            }

        .review .white_box .row {
            margin: unset;
        }

        .review .white_box .row.header {
            margin-bottom: 12px;
        }

        .review .white_box .row.header button {
            background-color: #30618F;
            text-transform: unset;
            color: #FFFFFF;
        }

.review .script-details {
    position: relative;
    overflow: hidden;
}
    .review .script-details p {
        color: rgba(0, 0, 0, 0.5);
        font-size: 14px;
        font-weight: 500;
    }

        .review .script-details p.script-text {
            white-space: pre-wrap;
            overflow: hidden;
            max-height: 400px;
            transition: max-height 0.5s ease-in-out;
            line-height: 23px;
        }

        .review .script-details p.script-text.expanded {
            overflow: unset;
        }

        .review .script-details p mark {
            background-color: rgba(74, 144, 226, 0.3);
            cursor: default;
        }

        .review .script-details p mark.selected {
            font-weight: 700;
        }

    .review .script-details .script-expand-link {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }

    .review .feedback-form {
        background-color: transparent;
        padding: 0px;
    }

        .review .feedback-form textarea {
            border: solid 1px #D2DCE2;
            min-height: 120px;
            border-radius: 8px;
            padding: 10px 10px 60px 10px;
        }

        .review .feedback-form .post-feedback-links {
            position: absolute;
            right: 15px;
            bottom: 10px;
        }

        .review .feedback-form .post-feedback-links a.btn {
            color: #fff;
            text-transform: unset;
            padding: 10px 16px;
            width: 160px;
        }

        .review .feedback-form .post-feedback-links .post-feedback-link {
            margin-right: 8px;
        }

        .review .feedback-form .post-feedback-links .complete-feedback-link {
            margin-left: 8px;
        }

    .review .f-posted {
        font-size: 12px;
        color: rgba(51, 62, 90, 0.5);
    }

    .review .f-reviewer {
        font-weight: 700;
    }

    .review .feedback-version {
        border-top: solid 1px #D7D7DF;
        color: #737390;
        display: flex;
        margin-bottom: 20px;
        font-size: 12px;
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
    }

    .review .feedback-version {
        margin-top: 26px;
    }

    .review .feedback-version div {
        margin-top: -9px;
        padding-right: 14px;
        background-color: #fff;
    }

    .review .feedback-item {
        margin-top: 20px;
        display: flex;
    }

        .review .feedback-item .initials-avatar {
            width: 44px;
            height: 44px;
            font-size: 20px;
        }

        .review .feedback-item .photo-avatar {
            width: 44px;
            height: 44px;
        }

        .review .feedback-item .details {
            margin-left: 20px;
            flex-grow: 1;
        }

        .review .feedback-item:last-child {
            margin-bottom: 20px;
        }

    .review .feedback-item.targeted {
        cursor: pointer;
    }

        .review .feedback-item.targeted:not(.inactive):hover p {
            background-color: #D5D5D5;
        }

        .review .feedback-item.targeted.inactive {
            cursor: unset;
        }

    .review .feedback-item p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 500;
        background-color: #F5F5F5;
        border-radius: 10px;
        padding: 13px;
        white-space: pre-wrap;
    }

    .review .review-links a.download {
        height: 48px;
        margin-right: 12px;
        line-height: 48px;
    }

    .review .review-links a.download:not(.select):not(:only-child) {
        display: none;
    }

    .review .review-links .reflection-link .btn {
        font-size: 14px;
        text-transform: none;
        background-color: #30618F !important;
        border: none;
        margin-top: -4px;
        height: 48px;
        padding: 6px 16px;
    }

        .review .review-links .reflection-link .fa {
            margin-right: 8px;
            font-size: 15px;
        }

    .review .abs-ll {
        position: absolute;
        bottom: 12px;
        left: 15px;
    }
    
    .review .feedback-form .emoji-icon {
        position: unset;
        opacity: 0.6;
        bottom: unset;
        left: unset;
    }

    .review .targeted-feedback-message, .review .targeted-feedback-instructions {
        color: #737390;
        font-size: 14px;
        font-weight: 700;
        margin-left: 15px;
    }

    .review #videoDisplay {
        margin-top: 18px;
    }

    .review #videoArea .btn-media-like.liked, .review #videoArea .btn-media-like.liked:active, .review #videoArea .btn-media-like.liked:hover, .review #videoArea .btn-media-like.liked:focus {
        background-color: transparent !important;
        color: #186293 !important;
        cursor: unset;
        box-shadow: none;
    }

.ui-tooltip.targeted-feedback {
    white-space: pre-wrap;
}

#videoDisplay {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

    #videoDisplay .vjs-picture-in-picture-control {
        display: none;
    }
    
    #videoDisplay .vjs-time-control {
        display: block;
    }

    #videoDisplay .vjs-remaining-time {
        display: none;
    }

    #videoDisplay .vjs-tip-inner {
        font-size: 14px;
    }

.modal-open:has(.reflection.modal.in) {
    overflow: unset;
}

.reflection.modal {
    position: absolute;
    top: 50px;
    left: auto;
    right: 30px;
    bottom: auto;
    overflow: auto;
}

.reflection .modal-dialog {
    width: 704px;
}

.reflection .modal-content {
    display: grid;
    grid-template-columns: 60% 40%;
    overflow: hidden;
    min-height: 300px;
}

    .reflection .modal-content .main {
        padding: 25px 20px 25px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .reflection .modal-content .questions {
        font-size: 14px;
        font-weight: 500;
        padding-left: 18px;
        margin-right: 30px;
        flex-grow: 1;
    }

        .reflection .modal-content .questions .summary {
            margin-left: -18px;
            margin-right: -18px;
            display: block;
        }

            .reflection .modal-content .questions .summary ol {
                padding-left: 18px;
            }

            .reflection .modal-content .questions .summary .score {
                font-weight: 600;
            }

.reflection .summary-item {
    display: flex;
    align-items: flex-start;
}

    .reflection .summary-item .item-details {
        flex-grow: 1;
        margin-right: 8px;
    }

    .reflection .summary-item .right-arrow {
        visibility: hidden;
        font-size: 18px;
    }

    .reflection .summary-item:hover .right-arrow {
        visibility: unset;
        font-size: 18px;
    }

.reflection .modal-content .summary-eval {
    display: none;
}

    .reflection .modal-content .summary-eval:before {
        content: attr(data-content);
    }

    .reflection .modal-content:has(div.summary-item:hover) .summary-eval {
        display: unset;
    }

    /* Modal sliders */
    .reflection .modal-content .slider {
        width: 100%;
        margin-left: 0px;
    }

        .reflection .modal-content .slider .tooltip-inner {
            background-color: #32A6F9;
            padding: 3px 9px;
        }

        .reflection .modal-content .slider .tooltip-arrow {
            border-top-color: #32A6F9;
        }

    .reflection .modal-content .ui-slider-horizontal {
        height: 4px;
        background-color: #D6EDFE !important;
    }

    .reflection .modal-content .ui-slider-handle {
        width: 12px;
        height: 12px;
        background-color: #fff;
        border: solid 1px #000;
    }

    .reflection .modal-content .ui-slider-range-min {
        background: #32A6F9;
    }

    .reflection .modal-content .slider .scale {
        display: grid;
        margin-left: -4px;
    }

        .reflection .modal-content .slider .scale:not(.numbers) div {
            margin-top: 12px;
            border-left: solid 1px rgba(0, 0, 0, 0.4);
            height: 6px;
        }

        .reflection .modal-content .slider .scale.numbers div {
            margin-top: 4px;
            color: rgba(0, 0, 0, 0.4);
            font-size: 10px;
            min-width: 12px;
        }

            .reflection .modal-content .slider .scale div:first-child {
                margin-left: 1px;
            }

            .reflection .modal-content .slider .scale div:last-child {
                margin-left: unset;
                margin-right: 2px;
            }
            .reflection .modal-content .slider .scale.numbers div:first-child {
                margin-left: -2px;
            }

        .reflection .modal-content .slider .scale.numbers div:last-child {
            margin-left: unset;
            margin-right: -3px;
            text-align: center;
        }

    .reflection .modal-content .modal-sidebar {
        background-color: #F4F7F9;
        padding: 20px 20px 25px 30px;
        font-size: 12px;
        font-weight: 500;
        color: #113E5C;
    }

    .reflection .modal-content .modal-sidebar .close-bar {
        margin-bottom: 40px;
        font-size: 9px;
    }

        .reflection .modal-content .modal-sidebar .close-bar .close {
            color: #27272A;
        }

    .reflection .modal-content .modal-sidebar .evaluation {
        margin-right: 30px;
    }

    .reflection .modal-content .btn {
        text-transform: unset;
        margin-right: 10px;
    }

        .reflection .modal-content .btn.question-submit {
            margin-right: 0px;
        }

.reflection .modal-title, .view-reflection .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.view-reflection .modal-dialog {
    width: 607px;
}

.view-reflection .reflection-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.view-reflection .modal-content .modal-body {
    padding: 25px 20px 25px 20px;
}

.view-reflection .nav {
    margin: 0px -16px;
}

.view-reflection .nav li {
    font-size: 14px;
    color: #000;
    padding: 0px 0px 5px 0px !important;
    background-color: unset !important;
    margin: 0px 16px;
}

.view-reflection .nav li a {
    font-size: 14px;
    color: #000;
    padding: 0px;
    background-color: unset !important;
}

    .view-reflection .nav li.active {
        border-bottom: solid 2px #000;
    }

        .view-reflection .nav li.active a {
            color: #000;
            font-weight: 600;
        }

        .view-reflection .nav li:not(.active):has(a:hover) {
            border-bottom: solid 1px #000;
        }
        
        .view-reflection .nav li a:hover {
            background-color: unset !important;
        }

.view-reflection .tab-content {
    margin-top: 20px;
}

.view-reflection .tab-pane {
    margin: 0px -5px;
}

.view-reflection .tab-pane {
    justify-content: center;
    flex-wrap: wrap;
    align-content: stretch;
}

.view-reflection .tab-pane.active {
    display: flex;
}

.view-reflection .tab-pane .reflection-score-container {
    width: 175px;
    margin: 2px 5px;
    background-color: #F4F7F9;
    border-radius: 8px;
    padding: 20px 20px 15px;
    text-align: center;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-reflection .reflection-score-container .reflection-title {
    font-size: 12px;
    font-weight: 700;
    color: #211A4A;
}

.view-reflection .reflection-score-container .reflection-score {
    font-size: 42px;
    font-weight: 700;
    color: #211A4A;
}

.ui-tooltip.reflection-tooltip {
    background-color: #211A4A;
    color: #fff;
    border-radius: 10px;
    border: none !important;
    padding: 13px;
    font-size: 12px;
    font-weight: 500;
}

/* Responsive */
@media(max-width:1600px) {
    /*#contactList table, #companyList table {
        table-layout: fixed;
    }*/
    #contactListTable td:nth-child(4), 
    #contactListTable td:nth-child(5) {
        width: 200px !important;
        white-space: pre-wrap;
        word-break: break-word;
    }
    .profile_list li {
        width: 16.66%;
    }
    .pi-social a {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .selection_outer li:not(:last-child) {
        margin-right: 20px;
    }
    .selection_outer select {
        width: 220px;
    }
    .search .btn-search {
        width: 115px;
    }
    td .button-group .btn {
        margin-right: 5px;
        padding: 0 2px;
    }
    .qualitative_stats .col-md-2 .white_box label {
        height: 40px;
    }

    .review .targeted-feedback-message, .review .targeted-feedback-instructions {
        font-size: 11px;
    }

    .review .feedback-form .post-feedback-links a.btn {
        font-size: 13px;
        height: 38px;
        width: 140px;
        padding: 9px 8px;
    }
}
@media(max-width:1436px){
    .sidebar {
        width: 267px;
    }
    .main_container {
        width: calc(100% - 220px);
    }
    .sidebar li a {
        font-size: 14px;
    }
    .selection_outer select {
        width: 200px;
    }
    .btn_apply {
        width: 150px;
    }
}
@media(max-width:1366px) {
    .slider {
        width: 90%;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px 4px;
        font-size: 12px;
    }
    .search .form-control {
        max-width: 204px;
    }
    .profile_list li {
        width: 20%;
    }

    .pitch-list .quick-details {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media(max-width:1320px) {
    .search .form-control {
        max-width: 195px;
    }
    .filter_box {
        margin: 20px 0;
    }
    .pitch-list .table > tbody > tr > td.drag {
        width: 30px;
        padding: 20px 10px !important;
    }
    .pitch-list .table > tbody > tr > td:last-child img {
        width: 10px;
    }
    .pitch_type img {
        margin-right: 20px;
        width: 35px;
        padding: 0px;
    }
    .pitch-list td p {
        margin: 0 0 5px 0;
    }
    .pitch-list td h2 {
        font-size: 15px;
    }
    .submitted_confirmation,
    .not_required,
    .checkbox label,
    .pitch-list td p {
        font-size: 12px;
    }
    .submitted_confirmation img, .not_required img {
        margin-right: 14px;
        width: 16px;
    }
    .numbers_submitted {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin-right: 14px;
    }
    .pitch-list a.btn_script, .pitch-list a.btn_video {
        width: 120px;
        font-size: 12px;
    }
    .pitch-list a.btn_script img, .pitch-list a.btn_video img {
        width: 20px;
    }
    .pitch_type img {
        margin: 0 15px 0 20px;
    }
    .review_feedback li:not(:last-child) {
        margin-right: 20px;
    }
    .pitch-list ul li h2 {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
    .btn-responsive {
        padding: 4px 10px;
    }
    .selection_outer select {
        width: 160px;
    }
    .btn_apply {
        width: 120px;
    }
}

@media(max-width:1024px) {
    .slider.ui-widget.ui-widget-content {
        width: 90%;
    }
    .feedback-form-action .btn {
        font-size: 12px;
    }
    .profile_list li {
        width: 25%;
    }
    .pitch-list ul li h2 {
        font-size: 14px;
    }
    .review_feedback li:not(:last-child) {
        margin-right: 13px;
    }
    .feedback_title{
        width:250px
    }
    .sidebar.minimized + .main_container {
        width: 100%;
    }
    .visible-inline-sm {
        display: inline-block
    }
    .pitch_type img {
        margin: 0 10px 0 15px;
    }
    .topbar .topUser {
        display: inline-block;
    }
    .mobile_menu {
        padding: 0;
        vertical-align: text-top;
        color: #186293
    }
    .btn-download {
        vertical-align: baseline;
    }
    .mobile_menu i {
        margin: 0;
        width: 14px;
     }
    .sidebar li a.minimizeSidebar {
        display: none;
    }
    .sidebar {
        min-height: calc(100vh - 130px);
        position: fixed;
        z-index: 9;
        height: 100%;
        top: 60px;
        padding-top: 25px;
        left: -267px;
        transition: all 0.3s linear;
        overflow: scroll;
        padding-bottom: 50px;
    }
    .sidebar.open {
        left: 0
    }
    .main_container {
        width: 100%;
    }
    .mobile_menu.clicked .fa-bars:before {
        content: "\f00d"
    }
    .search .form-control {
        max-width: 191px;
    }
    /*.sidebar.open + .main_container {
        filter: blur(5px);
    }*/
    .menu_open .outerRow {
        overflow: hidden;
    }
    .menu_open{
        overflow:hidden
    }
    .main_container {
        padding: 80px 20px 0 20px;
    }
    .sidebar.open + .main_container {
        padding: 80px 20px 20px 85px;
        transition: all 0.3s linear;
    }
    .topbar {
        position: fixed;
        width: 100%;
    }
}

@media(max-width:991px) {
    .qualitative_stats .white_box {
        min-height: 120px;
    }
    #companyList table td:last-child {
        width: 5% !important;
    }
    .completed_feedback .feedback_title {
        width: 150px;
    }
    .drag {
        width: 30px;
    }
    .selection_outer select {
        width: 120px;
        background-position: 88%;
    }
    .btn_apply {
        width:75px;
    }
    .selection_outer li:not(:last-child) {
        margin-right: 10px;
    }
    .pi-social a {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .pitch-content .pi-social span {
        font-size: 14px;
    }
    .profile_list li {
        width: 33.33%;
    }
    .btn_group li .btn {
        padding: 0;
    }
    .filter_box .checkbox {
        margin-right: 20px;
    }
    .submitted_confirmation, .not_required, .checkbox label, .pitch-list td p {
        font-size: 10px;
    }
    .pitch-list td h2 {
        font-size: 14px;
    }
    .pitch-list .table > tbody > tr > td:last-child img {
        width: 6px;
    }
    .pitch-list .table > tbody > tr > td {
        padding: 15px 10px !important;
    }
    .pitch_type img {
        margin-right: 15px;
        width: 20px;
    }

    .pitch_padding .pitch_type {
        margin-right: 15px;
        width: 20px;
    }
    h1 {
        margin-bottom: 20px;
    }
    header .header-search {
        float: none;
    }
    header .header-search span input {
        width: 85%;
    }
    .pitch-list ul li .f-review div.pr {
        padding: 0;
    }
    .pitch-list .pending-review p {
        text-align: left;
    }
    .media-feedback h2 {
        font-size: 20px;
    }
    .pitch-items .pi-comments-count {
        position: relative;
    }
    .pitch-items .pi-comments-count .likes {
        margin-left: 15px;
    }
    .search .btn-search {
        width: 210px;
        margin-top: 15px;
    }
    .search-form .search .form-group:nth-child(4) {
        margin-top: 15px !important
    }
    .search .form-control {
        max-width: 210px;
    }
    .table-responsive{
        overflow-x:auto
    }
    .quantitative_stats .white_box{
        min-height:114px
    }
}


@media(max-width:767px) {
    .qualitative_stats .white_box, .quantitative_stats .white_box {
        min-height: 0;
        margin-bottom: 20px;
    }
    #contactList .fa-sort-alpha-asc{
        display:none
    }
    #companyList table td:last-child {
        width: auto !important;
    }
    #contactList .btn-success, #companyList .btn-success {
        width: 140px;
    }
    .table-action .dropdown, .table-action button {
        width: 120px;
    }
    .feedback-form-action .btn {
        width: 52%;
    }
    .btn {
        font-size: 12px;
    }
    .slider.ui-widget.ui-widget-content {
        width: 95%;
        margin-bottom: 45px;
    }
    .drag {
        width: 25px;
    }
    .feedback_row {
        align-items: flex-start;
        flex-direction: column;
    }
    .review_feedback {
        margin-top: 15px !important;
        width: 100%;
        text-align: right;
    }
    .submitted_confirmation {
        margin-bottom: 10px;
    }
    .completed_feedback .review_feedback li:last-child{
        float:right;
        margin-top: 7px;
    }
    .completed_feedback .review_feedback {
        text-align: left;
    }
    .filter_box {
        width: 100%;
    }
    .btn_apply {
        width: 80px;
    }
    .selection_outer select {
        width: 110px;
        background: #EEEEEE url(../images/arrow_down.png) 92% no-repeat;
    }
    .pitch-content .pi-social span {
        font-size: 12px;
    }
    .company_setup .contact_box {
        min-height: 0;
    }
    .minus_mt_23{
        margin-top:15px
    }
    .mb-50 {
        margin-bottom:10px
    }
    .btn_publish {
        width: auto;
        height: auto;
        margin-left: 0;
    }
    .add-update-dp {
        padding-bottom: 15px;
    }
    .white_box .col-sm-3.col-md-3 {
        margin-bottom:10px !important;
        margin-top:0 !important
    }
    .main_title {
        font-size: 22px;
        line-height: 28px;
    }
    .btn_title span {
        color: #fff;
        position: absolute;
        right: -10px;
    }
    .btn_title:not(.collapsed) span {
        opacity:1;
    }
    .btn_title:not(.collapsed) img {
        transform: rotate(180deg)
    }
    .btn_title {
        position: relative;
    }
    .jwplayer {
        margin-bottom: 20px !important;
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .drp-form .slider {
        margin-bottom: 40px;
    }
    .drp-form .d-flex {
        display: block;
        flex-direction: inherit;
    }
    .filter_box .text-right {
        text-align: left;
        margin-top: 15px;
    }
    .pending_feedback.pitch-list .table > tbody > tr > td:nth-child(2) {
        width: 90%;
        margin-bottom: 20px;
    }
    .pending_feedback td:last-child a {
        margin-top: 5px;
        display: block;
    }
    .pending_feedback.pitch-list .table > tbody > tr > td:first-child {
        width: auto;
        padding: 15px 0 0 15px !important;
        margin-bottom: 20px;
    }
    .pitch-list .table > tbody > tr > td.drag {
        display:none
    }
    .pitch-list tr {
        border-bottom: 1px solid #ddd;
        display: block;
        padding-bottom: 15px;
    }
    .submitted_confirmation, .not_required, .checkbox label, .pitch-list td p {
        font-size: 12px;
    }
    #contactList table th:nth-of-type(even), #companyList table th:nth-of-type(even),
    #contactList table td:nth-of-type(even), #companyList table td:nth-of-type(even) {
        background: #fff;
    }
    #contactList table tbody tr, #companyList table tbody tr {
        background: #F4F4F7;
        border: 1px solid #186293;
    }
    .table-quick-action {
        width: auto;
    }
    #contactList tbody,
    #companyList tbody {
        display: flex;
        flex-flow: wrap;
    }
    #contactList tr:nth-of-type(odd),
    #companyList tr:nth-of-type(odd) {
        width: 40%;
        border-right: 0;
    }
    #contactList tr:nth-of-type(even),
    #companyList tr:nth-of-type(even) {
        width: 60%;
    }
    #contactList tr,
    #companyList tr {
        display: block;
        margin-bottom: 20px
    }
    #contactList tr td, #contactList tr th, #companyList tr td, #companyList tr th {
        display: block;
        padding: 12px 8px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table-responsive {
        border: 0;
        background: transparent;
        box-shadow: none;
        border-radius:0
    }
    .content #contactList h3 {
        margin: 17px 0 17px 0;
    }
    .search-form .search {
        background: #fff;
        padding: 20px 0 0;
        display: none;
    }
    .filter {
        background: #186293;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff !important;
        border-radius: 8px;
        text-transform: uppercase;
    }
    .search-form .form-group {
        margin: 0 0 10px !important
    }
    .search-form .search .form-group:nth-child(4) {
        margin-top: 10px !important;
    }
    .search .form-control {
        max-width: 100%;
    }
    .search .btn-search {
        width: 100%;
        margin-top: 0;
    }
    .sidebar li a {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .visible-inline-xs {
        display: inline-block
    }
    .sidebar a span {
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .pitch-items .pi-desc {
        padding: 0 10px;
    }
    .profile_item {
        padding: 0;
    }
    .profile_item .title {
        font-size: 14px;
        line-height: 18px;
        max-height:36px
    }
    .content_text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px !important;
    }
    .profile_item img {
        height: 180px;
    }
    .profile_list li {
        min-height: 310px;
    }
    .folder_list a {
        margin-bottom: 10px;
    }
}
@media(max-width:420px){
    .profile_list li {
        width: 50%;
    }
}
@media(max-width:380px){
    .pending_feedback.pitch-list .table > tbody > tr > td:nth-child(2) {
        width: 88%;
    }
    .topbar .topUser p {
        margin: 0 5px 0 0;
    }
    .topbar .topUser a {
        margin-right: 10px;
    }

}
@media(max-width:350px){
    .selection_outer {
        width: calc(100% - 75px);
    }
    .selection_outer select {
        width: 90px;
    }
    .btn_apply {
        width: 65px;
    }
    .filter_box .checkbox {
        margin-right: 10px;
    }
    .topbar .topUser p {
        font-size: 12px;
    }
}