@font-face {
    font-family: 'NunitoSans';
    src: local('NunitoSans'), url(../fonts/Nunito_Sans/NunitoSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NunitoSans-bold';
    src: local('NunitoSans'), url(../fonts/Nunito_Sans/NunitoSans-Bold.ttf) format('truetype');
}

*{
    font-family: "NunitoSans";
}

body{
    height: 100dvh;
    overflow: auto;
    background-color: #f6f6fb !important;
    font-family: "NunitoSans" !important;
}
body.cke_editable p {
    margin-top: 0.25em ;
    margin-bottom: 0.25em ;

}
b{
    font-family: "NunitoSans-bold";
}
.pointer{
    cursor: pointer;
}
.popover{
    position: absolute;
    min-width: 400px;
    min-height: 150px;
}
.popover audio {
    min-height:25px !important;
}

.dropdown .dropdown-toggle{
    background: #f6f6fb;
}

#MailModal #cke_1_contents{
    height: 500px !important;
}

.profile{
    background: white;
    border-radius: 50%;
    /*margin: 0px !important;*/
    width: 42px !important;
    height: 42px;
}

.navbar{
    height: 60px;
    box-shadow: 0 2px 2px 0 rgba(20, 13, 155, 0.1);
    background-color: #ffffff;
    width: 100%;
    /*z-index: 10000;*/
}

.main-area{
    height: calc(100dvh - 60px);
    width: 100%;
}

/* Main Menu STYLE */

.menu {
    width: 80px;
    transition: width .5s;
    background-image: linear-gradient(to bottom, #271bb3, #140d9b);
    height: 100%;
    z-index: 2;
    overflow: auto;
}
.white-icon {
    display: inline;
}
.green-icon {
    display: none;
}

.menu .menu-active span{
    color: #26ca97;
}
.menu .menu-active .white-icon {
    display: none;
}
.menu .menu-active .green-icon {
    display: inline;
}

.menu-expanded {
    width: 200px;
    transition: width .5s;
}

/*.menu:hover {
    width: 200px;
    cursor: pointer;
}*/

.menu img{
    margin: 15px 10px 15px 25px;
    width: 18px;
}
.menu img svg{
    background: yellow;
}
.item {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-left: 3px solid transparent;
    display: block;
    text-decoration:none;
}

.notification{
    background-color: #140d9b;
}
.item:hover, .menu-active {
    background-color: #26ca973f;
    border-left: 3px solid #26ca97;
    text-decoration:none;
    cursor: pointer;
    /*color: #*/
}
/*#bicons .item:last-child:hover, #bicons .menu-active {
    background-color: transparent;
    border-left: none;
    text-decoration:none;
    cursor: pointer;
    /*color: #
}*/

.item span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.hr{
    border: solid 1px rgba(255, 255, 255, 0.4) !important;
}

.content{
    width: calc(100% - 80px);
    height: 100%;
    position: relative;
}

/* SUB-MENU */

.sub-menu{
    height: 100%;
    width: 58px;
    position: absolute;
    box-shadow: 2px 0 4px 0 rgba(20, 13, 155, 0.09);
    background-color: #ffffff;
    z-index: 1;
    transition: width .5s;
}

.sub-menu .sub-item span {
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
}

.open-menu{
    width: 187px !important;
}
.open-menu .sub-item span {
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}
.sub-menu .green-icon {
    display: none;
}
.sub-menu .grey-icon {
    display: inline;
}
.sub-menu .sub-active .green-icon {
    display: inline;
}
.sub-menu .sub-active .grey-icon {
    display: none;
}
.sub-menu > span{
    position: absolute;
    right: -15px;
    top: 10px;
}

.sub-item{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
}

.toggle{
    display: none;
}

.sub-item span{
    margin-left: 20px;
    color: #4a4a4a;
    font-size: 14px;
}

.sub-item:hover, .sub-active{
    background-color: #26ca971f;
    border-right: 3px solid #26ca97;
    text-decoration:none;
    cursor: pointer;
}

.sub-item:hover span,.sub-active span{
    font-family: "NunitoSans-bold";
    cursor: pointer;
}
.main-content{
    position: absolute;
    height: 100%;
    width:100%;
}

@media (min-width: 992px) {
    .main-content{
        margin-left:60px;
        width: calc(100% - 60px);
    }
}



.create-page button{
    background-color: #271ab3 !important;
}
button{
    border-radius: 3px;
    background-color: #271ab3;
    font-size: 13px;
}

/* MODAL STYLE*/

.modal{
    background: rgba(52, 46, 167, 0.42);
}
.modal-dialog {
    position:fixed !important;
    bottom:0px;
    right:0px;
    margin: 0px !important;
    margin-right: 20px !important;
    overflow: auto;
}

textarea{
    width: 300px;
    height: 150px;
    background-color: #f6f6fb;
    border: none;
}
textarea:nth-of-type(2){
    background-color: #f6f6fb;
}
.modal-dialog input{
    height: 40px;
    background-color: #f6f6fb;
    border: none;
}
.modal-footer button{
    background: #26ca97;
}

/*Info page*/

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link{
    color: #000;
}
.pagination .page-item .page-link{
    background-color: #ffffff00;
    color: #000;
    border: none;
}
.pagination .page-item .active{
    color: #26ca97;
}

#list-items {
    height: 100% !important;
    overflow: hidden;
}
#list-items nav {
    height: 2em;
}
.list{
    height:calc(100% - 3em) !important;
    overflow: auto;
}
.list ul li{
    background: white;
    list-style: none;
    border-right: 3px solid transparent;
}
.list ul li:hover{
    background-color: #f6fdfb;
    border-right: 3px solid #26ca97;
}
.list ul li div p span:nth-of-type(1){
    font-family: "NunitoSans";
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.list ul li div p span:nth-of-type(2){
    font-family: "NunitoSans";
    font-size: 11px;
    font-weight: bold;
    color: #8798ad;
}

.list ul li div:nth-of-type(2) img{
    margin: 0px 10px;
}

.info-link > div input{
    width: 100%;
    background: white;
    margin-bottom: 10px;
}
.form-group{
    position: relative !important;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    /*margin: 10px;*/
}
.filter-group{
    position: absolute;
    right: 0px;
    color: #aaa;
    /*margin: 10px;
    border-left: 2px solid;
    padding-left: 10px;
    width: 25%;
    display: flex;
    justify-content: space-evenly;*/
}

.filter{
    position: absolute;
    right: 0px;
    color: #aaa;
    margin: 12px;
    border-left: 2px solid;
    padding-left: 10px;

    display: flex;
    justify-content: space-evenly;
}

.link-details{
    /*background: white;
    opacity: 0.4;*/
    background: #ffffff4f;
}
.video{
    position: relative;
}
.page-nav span{
    color: #bfc5d2;
    margin-left: 15px;
}
.page-nav a span{
    color: #000;

}
.page-nav span b{
    color: #8798ad;
}
.video .video-actions{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,50%);

    height: 3em;
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
}
.details{
    overflow: hidden;
}
.video-details{
    width: 100%;
    box-shadow: 2px 6px 24px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
    overflow: auto;
    height: calc(100% - 50dvh);
    padding-top:25px;
}

.video-details div div .select{
    border-bottom: 2px solid #26ca97;
}

.video-details div h4{
    color: #271ab3;
}

.tags span{
    border-radius: 20px;
    background-color: #271ab3;
    color: white;
    padding: 5px;
    margin-right: 5px;
}

.embedded-code{
    border-radius: 3px;
    background-color: #f6f6fb;
}
.embedded-code p:nth-of-type(1) span{
    font-family: 'NunitoSans-bold';
    font-size: 14px;
}
.embedded-code p:nth-of-type(2){
    font-size: 13px;
}
.file-details div{
    float: left;
}
.file-details div > span:nth-of-type(1){
    font-family: 'NunitoSans-bold';
    font-size: 14px;
}
.file-details div > span:nth-of-type(2){
    font-size: 16px;
}
#addtag{
    display: inline-block;
}
#addtag div{
    background: #271ab3;
    display: inline-flex;
    margin: 5px;
    border-radius: 30px;
    padding: 0px 8px;
    color: white;
}
#tag{
    width: 80px;
    height: 24px;
    border-radius: 10px;
    background-color: #f6f6fb;
    border: none;
    background-image: url("/img/icons/keyboard-return.svg");
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 6px;
}

.form > div{
    box-shadow: 2px 6px 24px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
    position: relative;
}
.details-actions{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 8%;
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
}

.form div article{
    border-bottom: 2px solid #f6f6fb;
}
.form div article h4{
    font-family: NunitoSans;
    font-size: 18px;
    color: #271ab3;
}
.form div article div span{
    margin-right: 20px;
    color: #8798ad;
}

.form div article div span:hover, .form div article div .active{
    color: black;
    border-bottom: 2px solid #26ca97;
}
#LinkModal1 .modal-content .modal-header p{
    color: #8798ad;
}
#LinkModal1 .modal-content .modal-header h6{
    font-size: 18px;
}
#LinkModal1 .modal-content .modal-header .active{
    color: black;
    border-bottom: 2px solid #26ca97;
}

.responses{
    background-color: #271ab3;
    color: white;
    font-size: 12px;
    border-radius: 5px;
}
#form ol li{
    border-bottom: 3px solid #f6f6fb;
    padding: 12px;
    font-size: 22px;
    position: relative;
}
.response-form ol li{
    padding: 20px !important;
}
.response-form ol li p img{
    position: absolute;
    top: 60px;
    left: -25px;
}
#form ol li p{
    font-size: 16px;
    margin-bottom: 0px;
}
#form ol .text-multiline div,#form ol .text-singleline div{
    font-family: NunitoSans;
    font-size: 14px;
    color: #8798ad;
}
#form ol li p label{
    font-family: NunitoSans-bold;
    font-size: 12px;
    color: #8798ad;
    margin-left: 10px;
}
#form ol .single-select div p{
    width: 49%;
    float: left;
    text-align: center;
}
#form ol .date div span{
    font-size: 14px;
    background-color: #f6f6fb;
    padding: 5px 10px;
}

#form ol .multi-select div p{
    padding-left: 30px;
}

#form ol li div p{
    background-color: #f6f6fb;
    padding: 10px;
    margin: 2px;
    font-size: 14px;
}

.modal-body div ol li > img{
    position: absolute;
    right: 0px;
}
.modal-body div ol li div{
    display: inline-block;
}
.modal-body div ol li div span{
    font-size: 14px;
    color: #8798ad;
}
.modal-body .q-type{
    width: 186px;
    height: 40px;
    border-radius: 3px;
    background-color: #f6f6fb;
    border: none;
    color: #271ab3;
    font-size: 16px;
}

.modal-body .add-options li{
    list-style: none;
    background-color: #f6f6fb;
    padding: 10px;
    margin-bottom: 10px;
}

#LinkModal2 .modal-body label{
    font-family: NunitoSans;
    font-size: 18px;
    color: #bfc5d2;
}
#LinkModal2 .modal-body .opt{
    font-family: NunitoSans-bold;
    font-size: 8.4px;
    color: #8798ad;
}
#LinkModal2 .modal-body div{
    width: 100%;
    position: relative;
}
#LinkModal2 .modal-body div .plus{
    position: absolute;
    top: 15px;
    left: 10px;
}
#LinkModal2 .modal-body div .return{
    position: absolute;
    top: 15px;
    right: 10px;
}

.modal-footer #add{
    border-radius: 6px;
    border: solid 2px #26ca97;
    border-style: dashed;
    background-color: #f6fdfb;
}
.modal-footer #add span{
    font-size: 16px;
}
.modal-footer #add .slno{
    color: #bfc5d2;
    font-size: 24px;
}


/*testimonials*/

#settings div > p{
    background-color: #f6f6fb;
}
#settings .survey p{
    height: 40px;
}
#settings .survey div p{
    height: 90px;
}
#settings .post-sub-set div:nth-of-type(1) p{
    height: 90px;
}
#settings .post-sub-set div:nth-of-type(2) div p{
    height: 40px;
}
#settings .error div p{
    height: 90px;
}
#settings .post-sub-set{
    border-bottom: 2px solid #f6f6fb;
}
#recipient ul{
    list-style: none;
    padding: 0px;
}
#recipient ul li{
    float: left;
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
}
#recipient ul li span:nth-of-type(1){
    font-family: NunitoSans-bold;
    color: #271ab3;
}
#meta div h6{
    font-family: NunitoSans-bold;
}



.testimonials div p span:nth-of-type(2), .mail  div p span:nth-of-type(2),.sent-pitches .sent-pitches-item div p span:nth-of-type(2){
    font-family: NunitoSans;
    font-size: 11px;
    color: #000000 !important;
}
.testimonials div p span:nth-of-type(3), .mail  div p span:nth-of-type(3),.sent-pitches .sent-pitches-item div p span:nth-of-type(3){
    font-family: NunitoSans;
    font-size: 11px;
    color: #8798ad;
}

#TestimonialModal .modal-dialog .modal-body aside div{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
#TestimonialModal .modal-dialog .modal-body aside div img{
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

#TestimonialModal .modal-dialog .modal-body .select-script{
    border-bottom: 2px solid #f6f6fb;
}

#TestimonialModal .modal-dialog .modal-body .select-script article select{
    background: #f6f6fb;
}

#TestimonialModal .modal-dialog .modal-body .select-script div{
    background: #f6f6fb;
    font-size: 15px;
}
#TestimonialModal .modal-dialog .modal-body .select-script select,
#TestimonialModal .modal-dialog .modal-body .editor aside select,
#TestimonialModal .modal-dialog .modal-body .editor div select{
    color: #271ab3;
    border: none;
    height: 40px;
}
#TestimonialModal .modal-dialog .modal-header .engage-follow-up{
    border-right: 2px solid #f6f6fb;
}
#TestimonialModal .modal-dialog .modal-body aside div span{
    font-size: 12px;
    text-align: center;
    color: #000000;
}
#TestimonialModal .modal-dialog .modal-body .editor div p{
    background: #f6f6fb;
}
#TestimonialModal .modal-dialog .modal-body .expires article section p{
    background: #f6f6fb;
    color: #b7b9bd;
}
#TestimonialModal .modal-dialog .modal-body .expires article section div span{
    color: #b7b9bd;
}
#TestimonialModal .modal-dialog .modal-body aside .add-recipients span{
    color: #271ab3;
    width: 70px;
}


/*mail*/

.mail section{
    border-top: 2px solid #f6f6fb;
    border-bottom: 2px solid #f6f6fb;
    height: 440px;
}
.mail div div h4{
    font-size: 18px;
    color: #271ab3;

}
.mail div div span{
    font-size: 14px;
    color: #000000;
}
/*pitch*/
#PitchMapModal .modal-dialog .modal-body article{
    height: 418px;
    background: #f6f6f6;
    overflow: auto;
    white-space: nowrap;
}
#PitchMapModal .modal-dialog .modal-body section{
    height: 400px;
}
.pitchmap .pitches-steps{
    background: #dfe2e8;
}
.pitchmap .pitches-steps section{
    height: 85%;
    padding: 18px;
    overflow: auto;
    white-space: nowrap;
}
#PitchMapModal .modal-dialog .modal-body article div div,.pitchmap .pitches-steps section div{
    width: 275px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
    margin: 10px;
    display: inline-block;
}
#PitchMapModal .modal-dialog .modal-body article div div p, .pitchmap .pitches-steps section div p{
    height: 65%;
    white-space: normal;
    padding: 10px;
    margin: 0px;
    overflow: auto;
}
#PitchMapModal .modal-dialog .modal-body article div div aside{
    width: 90%;
    border-radius: 3px;
    background-color: #f6f6fb;
    margin-left: 10px;
    padding: 5px 10px;
}
.pitchmap .pitches-steps section div aside{
    display: flex;
    justify-content: space-between;
    width: 55%;
    border-radius: 3px;
    background-color: #f6f6fb;
    margin-left: 10px;
    padding: 5px 10px;
}

#PitchMapModal .modal-dialog .modal-body article p button{
    background: #26ca97;
}
#PitchMapModal .modal-dialog .modal-body article div div aside span, .pitchmap .pitches-steps section div aside span{
    font-family: NunitoSans-bold;
    font-size: 14px;
    color: #271ab3;
}
#PitchMapModal .modal-dialog .modal-body article div div nav, .pitchmap .pitches-steps section div nav{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
#PitchMapModal .modal-dialog .modal-body article div div nav span, .pitchmap .pitches-steps section div nav span{
    color: #D8D8D8;
    font-size: 24px;
}
#PitchMapModal .modal-dialog .modal-body section .research div{
    background: #f6f6f6;
}
#PitchMapModal .modal-dialog .modal-body section .research div p{
    font-size: 14px;
}

#PitchMapModal .modal-dialog .modal-body section .teamwork{
    background: #f6f6fb;
    overflow: auto;
}
#PitchMapModal .modal-dialog .modal-body section .teamwork ul{
    list-style: none;
    margin: 0px;
}
#PitchMapModal .modal-dialog .modal-body section .teamwork ul li .pic{
    /*background-image: url(../images/content-pitchmap/caption_pic.png);*/
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
#PitchMapModal .modal-dialog .modal-body section .teamwork ul li .teamwork-comments p .name{
    font-family: NunitoSans-bold;
    font-size: 16px;
}
#PitchMapModal .modal-dialog .modal-body section .teamwork ul li .teamwork-comments p .time{
    color: #D8D8D8;
}
#PitchMapModal .modal-dialog .modal-body section .teamwork ul li .teamwork-comments p{
    font-size: 14px;
}
#PitchMapModal .modal-dialog .modal-footer section p{
    color: #D8D8D8;
    border-top: 3px solid transparent;
}
#PitchMapModal .modal-dialog .modal-footer section .active{
    color: #271ab3;
    border-top: 3px solid #271ab3;
}
/*script*/
#ScriptModal .modal-dialog .modal-body textarea{
    height: 80%;
    width: 92%;
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    background: white;
}


#folder-items li div p span{
    font-size: 14px;
}


/*PITCHES*/

#pitches-actions{
    width: 100%;

}
#pitches-actions .share{
    border-radius: 3.6px;
    background-color: #271ab30f;
}
.pitches .video-details{
    margin-top: 25px;
}
.pitches .video-details .generate-pitch div{
    background: #F4F6FC;
}
.pitches .video-details .generate-pitch div h6{
    font-size: 16px;
}
.pitches .video-details .generate-pitch div p{
    font-size: 12px;
}
.pitches .video-details .generate-pitch div article div:nth-of-type(1){
    background: #DFE2E8;
    border: 1px solid #979797;
    color: #979797;
    font-size: 14px;
}
.pitches .video-details .generate-pitch div article div:nth-of-type(2){
    background: #271AB3;
    text-align: center;
    font-size: 14px;
}

.model-pitch{
    border-radius: 4px;
    background-color: #26ca97;
    color: white;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li{
    border-bottom: 2px solid #f6f6fb;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li:hover{
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #f6fdfb;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(2){
    border-left: 2px solid #f6f6fb;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(1) > p{
    background-color: #f6f6fb;
    /*font-family: NunitoSans-bold;*/
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #271ab3;
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 14px;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(2) > p{
    color: #140d9b;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(1) article p,
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(2) section p{
    font-size: 18px;
}
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(1) article span,
#TestimonialModal1 .modal-dialog .modal-body .contacts-list li div:nth-of-type(2) section span{
    font-size: 14px;
}
#TestimonialModal .modal-dialog .modal-header div h6:nth-of-type(1){
    border-right: 2px solid #dee2e6;
}
#TestimonialModal1 .modal-dialog .contact-header p{
    font-size: 18px;
}
#TestimonialModal1 .modal-dialog .modal-header > span{
    font-size: 16px;
    color: #9c9c9c;
}
#TestimonialModal1 .modal-dialog .modal-header div input{
    background: #f6f6fb;
    border-radius: 5px;
}
.zIndex{
    z-index: 0;
}
#edit-step .modal-dialog, #close-pitch .modal-dialog,#feedback .modal-dialog,#add-folder .modal-dialog{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#feedback .modal-dialog .modal-header h5{
    font-size: 16px;
}
.guide-collapse,.collapse{
    background: white;
}
.guide-expanded,.expanded{
    background: white;
    display: none;
}
.guide-expanded div, .expanded div{
    border-right: 3px solid transparent;
}
.guide .quick-guide .active, .guide .active{
    display: block !important;
}

.guide-expanded div:hover{
    background-color: #F6FDFB;
    border-right: 3px solid #26ca97;
}
.guide-collapse p span, .guide-expanded div p span{
    font-size: 14px;
}
.quick-guide{
    border-bottom: 2px solid #EAEEFF;
}
.play-guide{
    background: #271AB3;
    border-radius: 5px;
}
.play-guide span{
    font-size: 13px;
}
.guide-video{
    background: white;
}
.guide-video div aside{
    background: #F1F2F6;
    border-radius: 5px;
}
.guide-video div aside div span:nth-of-type(1){
    color: #271ab3;
    font-family: NunitoSans-bold;
    font-size: 14px;
}
.guide-video div div h5{
    font-family: NunitoSans-bold;
}
.guide-video div div p span{
    color: #271ab3;
    font-size: 13px;
}

.sent-pitches .sent-pitches-header{
    background: white;
}
.sent-pitches .sent-pitches-item{
    background: white;
}

.sent-pitches-item article div{
    padding: 0px 27px;
}
.sent-pitches-header article div{
    color: #8798ad;
    font-size: 14px;
    padding: 0px 12px;
}
.sent-pitches-header div span{
    font-size: 16px;
}
.modal-footer .cancel{
    color: #D8D8D8;
}

/*teamwork*/

.video-details div aside .active{
    border-bottom: 2px solid #26CA97;
}

.requests > p{
    border-bottom: 1px solid #D8D8D8;
    color: #D8D8D8;
    font-size: 15px;
}
.requests > p .active{
    border-bottom: 2px solid #26CA97;
    color: black;
}
#feedback-request-received section,#feedback-request-sent section{
    background: white;
    margin: 10px 0px;
}
#feedback-request-received section div:nth-of-type(2) p,#feedback-request-sent section div:nth-of-type(2) p{
    color: #271AB3;
}
#feedback-request-received section div:nth-of-type(2) aside div,#feedback-request-sent section div:nth-of-type(2) aside div{
    background: #F1F2F6;
    color: #271AB3;
    padding: 3px 6px;
    border-radius: 5px;
}
#feedback-request-received section div:nth-of-type(2) aside span,#feedback-request-sent section div:nth-of-type(2) aside span{
    color: #b9b6b6;
}
#feedback-request-sent section div:nth-of-type(2) aside p span{
    padding: 5px 10px;
    border-radius: 50%;
    background: #26CA97;
    color: white;
    margin-left: -10px;
    margin-right: 10px;
}
#feedback-request-sent section div:nth-of-type(2) aside p{
    background: #26CA970f;
    padding: 5px 5px 5px 0px;
    color: #26CA97;
}
#teamwork .members{
    background: #F1F2F6;
    /*background: #F6F6FB;
    box-shadow: inset 0px 0px 14px 0px rgba(39, 26, 179, 0.08);*/
    height: 330px;
}
#teamwork .members section div p span:nth-of-type(1){
    font-family: NunitoSans-bold;
    font-size: 15px;
}
#teamwork .members section div p span:nth-of-type(2){
    font-size: 11px;
    color: #c7c4c4;
}
#teamwork .members section div span{
    font-size: 13px;
}
#teamwork article section > div img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
#teamwork div aside input{
    height: 40px;
    width: 90%;
    border: none;
    margin: 0px;
    padding: 0px 10px;
}
#teamwork div article div p{
    background: #F1F2F6;
    padding: 5px 15px;
    border-radius: 5px;
    color: #271ab3;
}
/*#teamwork */


/**/

#VideoRecordingModal .modal-dialog .modal-body section .camera-resolution table tr td{
    border: 1px solid #271ab3;
    border-collapse: collapse;
    padding: 5px 10px;
    text-align: center;
    color : #271ab3;
}

#VideoRecordingModal .modal-dialog .modal-body section .video-recording > p,
#AudioRecordingModal .modal-dialog .modal-body section .audio-recording > p{
    background: #f6f6fb;
    /*max-height: 100px;*/
    max-height: 300px;
    overflow: auto;
}
#VideoRecordingModal .modal-dialog .modal-body section .video-recording article select,
#AudioRecordingModal .modal-dialog .modal-body section .audio-recording article select{
    color: #271ab3;
    background-color: #f6f6fb;
}
#VideoRecordingModal .modal-dialog .modal-body section .camera-resolution table tr .active{
    background: #271ab3;
    color: white;
    border: 1px solid #271ab3;
}
#VideoRecordingModal .modal-dialog .modal-footer .retake{
    background: white;
    border: 1px solid #271ab3;
    color: #271ab3;
}

/*@media screen and (min-width: 1440px){
    #left{
        min-width: 40% !important; 
        height: 100dvh;
    }

    #right {
        min-width: 60% !important; 
        height: 100dvh;
    }
    .video{
        height: 50dvh !important;
    }
}
@media screen and (max-width: 1439px){
    .video{
        height: 45dvh !important;
    }
    .video-details{
        height: 55% !important;
    }
}
@media screen and (min-height: 1024px){
    .video{
        height: 45dvh !important;
    }
    .video-details{
        height: 55% !important;
    }
}*/

#UploadFileModal .modal-dialog .modal-content .modal-header div span{
    font-family: NunitoSans-bold;
    font-size: 12px;
    color: #8798ad;
    padding-right: 20px;
}
#UploadFileModal .modal-dialog .modal-content .modal-header div span:nth-of-type(1){
    border-right: 1px solid #8798ad;
}

#drop-area {
    border: 2px dashed #271AB3;
    border-radius: 20px;
    width: 80%;
    height: 300px;
    margin: 30px;
}

.my-form {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#gallery {
    margin-top: 10px;
    width: 100%;
    overflow: auto;
    height: 340px;

}
.my-form1{
    height: 100%;
}
#gallery section {
    margin: 10px 30px;
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #D8D8D8;
}

#gallery section div p span:nth-of-type(1){
    font-size: 14px;
}

#gallery section div p span:nth-of-type(2){
    font-size: 11.2px;
    color: #4a4a4a;
}

.drop-area-reduce{

    width: 100% !important;
    height: 90px !important;
    margin: 0px !important;
    background: #f6f6fb;
}

#fileElem,#fileElem1{
    display: none;
}
#TextModal .modal-dialog .modal-body .content-file-text{
    overflow: auto;
    white-space: nowrap;
}
#TextModal .modal-dialog .modal-body .content-file-text article{
    width: 90%;
    display: inline-block;
    margin: 0px 10px;
    background: #f6f6f6;
    /*height: 260px !important;*/
}

#TextModal .cke_contents{
    height: 265px !important;
    /*background: #f6f6f6;*/
}
#TextModal .modal-dialog .modal-body section div .cke_editable{
    /*background: red;*/
    /*border-bottom: 1px solid;*/
    /*width: 80%;*/
    /*position: relative;*/
    /*left: 5%;*/
}
#TextModal .modal-dialog .modal-body .content-file-text div{
    /*width: 80%;*/
}
#TextModal .modal-dialog .modal-body #add-slide{
    background: #f6f6fB;
    height: 98%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
    width: 10%;
    font-size: 14px;
    padding: 0px 10px;
}
#TextModal .modal-dialog .modal-body .content-file-text article .title{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    /*border-bottom: 1px solid;*/
}

#videoRecordingModal .video-dialog,#audioRecordingModal .audio-dialog{
    position: relative !important;
    top: 5% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    max-width: 878px;
    overflow: hidden !important;
}

#video-recorded-modal .modal-footer .cancelbtn,#audio-recorded-modal .modal-footer .discard-and-retake{
    color: #D0021B;
    background:#d0021b0f;
    font-weight: bold;

}
#video-recorded-modal .modal-footer .keep-and-retake,#video-recorded-modal .modal-footer .save-and-close,#audio-recorded-modal .modal-footer .keep-and-retake,#audio-recorded-modal .modal-footer .save-and-close{
    color: #271AB3;
    background:#271AB30f;
    font-weight: bold;
}
.saved-video{
    display:none;
    height: 200px;
    overflow: auto;
}

#video-recorded-modal .modal-dialog,#audio-recorded-modal .modal-dialog{
    top: 50% !important;
    left: 50% !important;
    transform:translate(-50%,-50%) !important;
}
#video-recorded-modal .modal-dialog .modal-body video{
    height: 557px;
}
.pitch-nav {
    margin-top: -80px;
    left: 50%;
    transform: translate(-50%);

}
.pitch-nav .page-link,.pitch-nav .page-link span {
    color: #fff !important;
}
.pitch-nav .current {
    font-size: 1.5rem;
}
.pitch-file, .pitch-nav span {
    text-shadow: 1px 1px 5px #000000;
}


#PitchModal .modal-dialog .modal-body article,#PitchModal2 .modal-dialog .modal-body .Pitch,
#PitchModal2 .modal-dialog .modal-body .add-files{
    height: 418px;
    background: #f6f6f6;
    overflow: auto;
    white-space: nowrap;
}
#PitchModal .modal-dialog .modal-body article div div,.pitchmap .pitches-steps section div,#PitchModal2 .modal-dialog .modal-body .Pitch div div,
#PitchModal2 .modal-dialog .modal-body .add-files div div{
    width: 275px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 4px 14px 0 rgba(39, 26, 179, 0.1);
    background-color: var(--white);
    margin: 10px;
    display: inline-block;
}
#PitchModal select{
    height: 40px;
    border: none;
    background: #f6f6fb;
}
#PitchModal2 .modal-dialog .modal-body .Pitch div div,#PitchModal2 .modal-dialog .modal-body .add-files div div{
    height: 310px;
}

#PitchModal2 .modal-dialog .modal-body .Pitch div div nav{
    background: #f6f6fb;
}
#PitchModal2 .modal-dialog .modal-body .Pitch div div nav section:nth-of-type(2){
    border:1px solid #8798AD;
    border-style: dashed;
    border-radius: 5px;
    background: #f1f2f6;
}
#PitchModal2 .modal-dialog .modal-body .Pitch div div > p{
    height: 30% !important;
}
#PitchModal2 .modal-dialog .modal-body .Pitch div div nav section:nth-of-type(2) p{
    color: #8798AD;
    font-size: 15px;
}

#PitchModal .modal-dialog .modal-body article div div p, .pitchmap .pitches-steps section div p,#PitchModal2 .modal-dialog .modal-body .Pitch div div p{
    height: 65%;
    white-space: normal;
    padding: 10px;
    margin: 0px;
}

#PitchModal .modal-dialog .modal-body article div div aside,#PitchModal2 .modal-dialog .modal-body .Pitch div div aside{
    width: 90%;
    border-radius: 3px;
    background-color: #f6f6fb;
    margin-left: 10px;
    padding: 5px 10px;
}

#PitchModal .modal-dialog .modal-body article p button,#PitchModal2 .modal-dialog .modal-body .Pitch p button{
    background: #26ca97;
}
#PitchModal .modal-dialog .modal-body article div div aside span, .pitchmap .pitches-steps section div aside span,
#PitchModal2 .modal-dialog .modal-body .Pitch div div aside span{
    font-family: NunitoSans-bold;
    font-size: 14px;
    color: #271ab3;
}
#PitchModal .modal-dialog .modal-body article div div nav, .pitchmap .pitches-steps section div nav,
#PitchModal2 .modal-dialog .modal-body .Pitch div div nav,#PitchModal2 .modal-dialog .modal-body .add-files div div nav{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
#PitchModal .modal-dialog .modal-body article div div nav span, .pitchmap .pitches-steps section div nav span{
    color: #D8D8D8;
    font-size: 24px;
}
#PitchModal2 .modal-dialog .modal-body .Pitch div div nav section span,
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav span,
#PitchModal2 .modal-dialog .modal-body .add-files div div nav span{
    color: black;
    font-size: 24px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav section:nth-of-type(2) p,
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(2) p,
#PitchModal2 .modal-dialog .modal-body .add-files div div p{
    white-space: normal;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav section:nth-of-type(2){
    background: white;
    display: block;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div{
    flex: 1 0 auto;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div nav{
    background: #f6f6fb;
    background-repeat: no-repeat;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(2){
    background: #f6f6fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(2) p span{
    font-size: 12px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .audio nav section:nth-of-type(2){
    background: white;
    padding: 14px 10px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .videos nav{
    background-image: url("../images/pitch-creation/videoImage.png");
    background-size: 100% 100%;
    height: 165px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .images nav{
    background-image: url("../images/pitch-creation/picImage.png");
    background-size: 100% 100%;
    height: 165px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .audio nav{
    background-image: url("../images/pitch-creation/audioImage.png");
    background-size: 90% 22%;
    background-position: 50% 40%;
    height: 165px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(1) span{
    background: #f6f6fb99;
    padding: 0px 10px;
    border-radius: 50%;
    font-size: 30px;
    font-family: NunitoSans-bold;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div aside{
    background: #F6F6FB;
    border-radius: 5px;
    padding: 3px 10px;
}
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(1) img{
    background: #f6f6fb99;
    padding: 10px;
    border-radius: 50%;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav section:nth-of-type(1) span,
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav section:nth-of-type(1) img{
    background: white;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav{
    background: white;
}
#PitchModal2 .modal-dialog .modal-body .add-files div .empty-files nav section:nth-of-type(2) aside,
#PitchModal2 .modal-dialog .modal-body .add-files div div nav section:nth-of-type(2) aside{
    width: 41%;
    float: left;
    margin: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#PitchModal .modal-dialog .modal-body section .research{
    background: #f6f6fb;
}


#PitchModal .modal-dialog .modal-body article div div aside,#PitchModal2 .modal-dialog .modal-body .Pitch div div aside{
    width: 90%;
    border-radius: 3px;
    background-color: #f6f6fb;
    margin-left: 10px;
    padding: 5px 10px;
}
#PitchModal .modal-footer article .active,#PitchModal2 .modal-footer article .active,
#PitchModal3 .modal-footer article .active,#PitchModal4 .modal-footer article .active{
    border-top: 2px solid #26ca97;
}

#PitchModal2 .modal-dialog .modal-content,#PitchModal3 .modal-dialog .modal-content{
    background: transparent;
}
#PitchModal3 .modal-dialog .modal-content .modal-body{
    background: #f6f6fb;
}
#PitchModal2 .modal-dialog .modal-content .modal-header,#PitchModal2 .modal-dialog .modal-content .modal-footer,
#PitchModal3 .modal-dialog .modal-content .modal-header,#PitchModal3 .modal-dialog .modal-content .modal-footer{
    background: white;
}
#PitchModal2 .modal-dialog .modal-content > section,
#PitchModal3 .modal-dialog .modal-content > section{
    height: auto;
    min-width: 800px;
    position: relative;
    left: 50%;
    background: white;
    transform: translateX(-50%);
}
#PitchModal2 .modal-dialog .modal-content > section .modal-header,
#PitchModal3 .modal-dialog .modal-content > section .modal-header{

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(20, 13, 155, 0.1);
    background-color: #ffffff;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body,
#PitchModal3 .modal-dialog .modal-content > section .modal-body{
    background: #f6f6fB;
    height: 85%;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body aside,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside{
    min-width: 175px;
    width: 20%;
    z-index: 2;
    box-shadow: 2px 0px 10px #00000055;
    overflow: auto;
}
.add-flex-grow{
    flex: 1 0 auto;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body aside .content-browser-select,
#PitchModal2 .modal-dialog .modal-content > section .modal-body aside .categories,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside .content-browser-select,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside .categories{
    list-style: none;
    padding: 0px;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body aside .content-browser-select li,
#PitchModal2 .modal-dialog .modal-content > section .modal-body aside .categories li,
#PitchModal2 .modal-dialog .modal-content > section .modal-body div ul li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside .content-browser-select li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside .categories li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body div ul li,
.res-folder{
    box-shadow: 0 2px 2px 0 rgba(20, 13, 155, 0.1);
    background-color: #ffffff;
    margin-bottom: 2px;
    padding: 5px;
    width: 100%;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body div ul li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body div ul li,
.res-folder{
    margin-bottom: 3px;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-header div p,
#PitchModal3 .modal-dialog .modal-content > section .modal-header div p{
    font-size: 18px;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-header div span,
#PitchModal3 .modal-dialog .modal-content > section .modal-header div span{

    font-size: 12px;
    color: #8798ad;
}

#PitchModal2 .modal-dialog .modal-content > section .modal-body > .images,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .images{
    width: 20%;
    min-width: 175px;
    z-index: 0;
    background: #F1F2F6;
    overflow: auto;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body > .folders,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .folders{
    z-index: 1;
    background: #F1F2F6;
    min-width: 175px;
    width: 20%;
    overflow-x: hidden;
    overflow-y: auto
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body > .preview,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .preview{
    color: #d6d6d6;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body > .folders ul li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .folders ul li,
.res-folder {
    height: 40px;
    box-shadow: none;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body > .folders ul li span,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .folders ul li span,
.res-folder span{
    font-size: 14px;
}
#PitchModal2 .modal-dialog .modal-content > section .modal-body .images ul li p span:nth-of-type(2),
#PitchModal3 .modal-dialog .modal-content > section .modal-body .images ul li p span:nth-of-type(2),
#PitchModal4 .modal-dialog .modal-content .modal-body aside ul li  p span:nth-of-type(2){
    font-family: "NunitoSans";
    font-size: 11px;
    color: #8798ad;
}

#PitchModal2 .modal-dialog .modal-content > section .modal-body aside > p,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside > p{
    font-size: 12px;
    color: #d8d8d8;
}

#PitchModal2 .modal-dialog .modal-content > section .modal-body aside ul .active,
#PitchModal3 .modal-dialog .modal-content > section .modal-body aside ul .active,
#PitchModal4 .modal-dialog .modal-content .modal-body aside ul .active,
#PitchModal2 .modal-dialog .modal-content > section .modal-body div ul .active,
#PitchModal3 .modal-dialog .modal-content > section .modal-body div ul .active{
    background-color: #F6FDFB;
}

#PitchModal2 .modal-dialog .modal-content > section .modal-body > .images ul li,
#PitchModal3 .modal-dialog .modal-content > section .modal-body > .images ul li{
    padding: 0;
    height: 50px;
    box-shadow: none;
}

#PitchModal4 .modal-dialog .modal-content .modal-body{
    background: #f6f6fb;
}

/*#PitchModal4 .modal-dialog .modal-content .modal-body aside ul li{
    background: white;
}*/

#PitchModal3 .modal-dialog .modal-content .modal-body .search-folder{
    background: #f6f6f6;
}
#PitchModal3 .modal-dialog .modal-content .modal-body .search-folder input{
    background: white;
}

#PitchModal3 .modal-dialog .modal-content .modal-body .drag-and-drop-area .empty h5,
#PitchModal3 .modal-dialog .modal-content .modal-body .drag-and-drop-area .filled aside h5{
    font-family: "NunitoSans-bold";
    font-size: 22px;
}
#PitchModal3 .modal-dialog .modal-content .modal-body .drag-and-drop-area .empty p,
#PitchModal3 .modal-dialog .modal-content .modal-body .drag-and-drop-area .filled aside p{
    color: #d8d8d8;
}
#PitchModal3 .modal-dialog .modal-content .modal-body .drag-and-drop-area .filled section{
    background: #f6f6f6;
}

/* CKEditor */
.cke {
    border: none;
}
.cke_bottom {
    border-top: none;
    background: #f6f6fb;
}
.cke_bottom:before {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 90%; /* Change this to whatever width you want. */
    padding-bottom: 20px; /* This creates some space between the element and the border. */
    border-top: 1px solid #E2E5EA; /* This creates the border. Replace black with whatever color you want. */
}
.gj-datepicker .input-group-append {
    height: 40px !important;
    background: #f6f6fb;
    border: none;
}
.gj-datepicker .input-group-append button{
    border: none !important;
}
.drop-down {
    appearance:auto !important;
}
.dropdown .fa {
    display: none;
}
@media only screen and (max-height: 800px){
    .cke_inner iframe {
        width: 143% !important;
        height: 143%  !important;
        -ms-zoom: 0.70;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.70);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
    }
}