@font-face {
	font-family: 'Gotham Book';
	src: url('../fonts/gotham/Gotham Book Regular.eot');
	src: url('../fonts/gotham/Gotham Book Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham/Gotham Book Regular.woff2') format('woff2'),  url('../fonts/gotham/Gotham Book Regular.woff') format('woff'),  url('../fonts/gotham/Gotham Book Regular.svg#Gotham Book Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-00FE;
}
@font-face {
	font-family: 'Gotham Medium';
	src: url('../fonts/gotham/Gotham Medium Regular.eot');
	src: url('../fonts/gotham/Gotham Medium Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham/Gotham Medium Regular.woff2') format('woff2'),  url('../fonts/gotham/Gotham Medium Regular.woff') format('woff'),  url('../fonts/gotham/Gotham Medium Regular.svg#Gotham Medium Regular') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-00FE;
}
@font-face {
    font-family: 'Arial MT';
    src: url('../fonts/gotham/ArialMTBlack.eot');
    src: url('../fonts/gotham/ArialMTBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham/ArialMTBlack.woff2') format('woff2'),
        url('../fonts/gotham/ArialMTBlack.woff') format('woff'),
        url('../fonts/gotham/ArialMTBlack.ttf') format('truetype'),
        url('../fonts/gotham/ArialMTBlack.svg#ArialMTBlack') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/gotham/ArialMT.eot');
    src: url('../fonts/gotham/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham/ArialMT.woff2') format('woff2'),
        url('../fonts/gotham/ArialMT.woff') format('woff'),
        url('../fonts/gotham/ArialMT.ttf') format('truetype'),
        url('../fonts/gotham/ArialMT.svg#ArialMT') format('svg');
        font-weight: normal;
        font-style: normal;
}

body{ font-family: 'Arial';
    position: relative;}
.flex{display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;}
.side-nav .items-center img{width: 60px;margin:auto;}
.side-nav .side-menu:hover{color:#fff;}
.side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon{color: #081032;}
.side-nav .side-menu.side-menu--open:hover{color: #081032;}
.main-page-title h1{font-size:28px;color:#6fc055; font-family: 'Arial';}
.title-strip{
	justify-content: space-between;
    margin-bottom: 30px;}
   .title-strip h2{font-family: 'Gotham Medium';color: #504f4f;} 
.title-strip h2 img{	
    width: 40px;
	margin-right: 10px;
}
.report-box .font-bold{
    font-family: 'Gotham Medium';
    font-weight: normal;
    font-size: 28px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;}
.report-box .text-base{
font-family: 'Gotham Book';color:#336633;margin-top: 15px;}
.grid-div .grid{text-align:center}
.grid-div .report-box::before{display:none !important;}
.grid-div .report-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #f1fae9;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}
.grid-div .box {
    
    border-radius: 16px;
	background-color:#f1fae9;    height: 100%;
    box-shadow: none;
    background: #f1faea; 
    background: -moz-linear-gradient(-45deg,  #f1faea 51%, #f1faea 51%, #ecf4e5 52%); 
    background: -webkit-linear-gradient(-45deg,  #f1faea 51%,#f1faea 51%,#ecf4e5 52%); 
    background: linear-gradient(135deg,  #f1faea 51%,#f1faea 51%,#ecf4e5 52%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1faea', endColorstr='#ecf4e5',GradientType=1 ); 
}
.grid-div .gap-6{gap: inherit;}
.grid-div .intro-y{width:20%;text-align:center;
	padding: 0 15px; margin-bottom: 40px;opacity: 1;}	
	.grid-div > .flex{	
	margin: 0 -15px;
	
    flex-wrap: wrap;
	}
.grid-div .flex img{
    height: 90px;
	margin: auto;
   }
.grid-div.plus-icon  .intro-y:last-child .report-box .box{
   display: flex;
   justify-content: center;
   background-image: url(../images/bg.png);
   background: #f5f5f5; 
   background: -moz-linear-gradient(-45deg,  #f5f5f5 51%, #f5f5f5 51%, #eff0f0 52%); 
   background: -webkit-linear-gradient(-45deg,  #f5f5f5 51%,#f5f5f5 51%,#eff0f0 52%); 
   background: linear-gradient(135deg,  #f5f5f5 51%,#f5f5f5 51%,#eff0f0 52%); 
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eff0f0',GradientType=1 ); 
}
.grid-div.plus-icon .intro-y:last-child .report-box::after{display: none;}
.grid-div.plus-icon .intro-y:last-child .report-box .flex{align-items: center;}
.grid-div.plus-icon .intro-y:last-child .report-box .flex i{color: #fff;
    font-size: 58px;}
.idea-list{/* max-width:600px; */flex-wrap: wrap;
    justify-content: space-between;}
.idea-row{
	padding: 8px 15px;
	background: #eff0f4;
	width: 49%;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
	}
.idea-title{font-size:18px;
    font-weight: 400;}
.idea-list .idea-title{color:#504f4f;font-family: 'Arial';
    word-break: break-word;}	
.idea-title sup{color:#f44;}	
.count-number{background:#6fc055;padding: 7px 4px;position: relative;border-radius: 5px;text-align: center;color: #fff;font-size: 20px;line-height: 20px;}
.count-number::after,.like-thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #6fc055;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -10px;
	}
	.count-div{width: 55px;}
	.count-status{
		text-align: center;
		margin-top: 10px;
		font-size: 14px;
		font-weight: 400;
		color: #70c056;
		text-transform: uppercase;
		}

		.like-thumb {
			background: #6fc055;
			position: relative;
			display: block;
			padding: 14px 12px;
			border-radius: 5px;
		}	
		.like-thumb img{max-height:20px}	
.like-option{width:45px;}
	
.other-detail li+li{border-left:1px solid #999;
    padding-left: 10px;}
.other-detail li{
    padding-right: 5px;
    margin-right: 5px;
    font-family: 'Arial';
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;}
.button-strip{
    justify-content: space-between;}
.s-btn{
	
    align-self: center;
    font-size: 14px;
    color: #70c056;}
	.s-btn i{width: 18px;height: 18px;background: #70c056;display: inline-block;vertical-align: middle;border-radius: 20px;color: #fff;line-height: 19px;text-align: center;font-style: inherit;margin-left: 4px;}	
.form-div{max-width:700px;}
.form-control select.input{width:100%;
	padding: .5rem .75rem;}
.form-control{margin-bottom:20px;}	
.form-btn{
    background: #76c35b;
    color: #fff;
    padding: 8px 25px;
}
.multi-select select{width: 100% !important;}
.multi-select .select2-container--default.select2-container--focus .select2-selection--multiple{
box-shadow: 0 0 0 3px rgba(66,153,225,.5); border: 0px;}
.multi-select  .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding: 0px;}
.multi-select .select2-selection__rendered{display: flex !important;}
.multi-select .select2-container--default .select2-search--inline .select2-search__field{
    padding: .5rem .75rem;}
.view-block{max-width: 650px;}
  .comment-page{align-items: flex-end;
    justify-content: flex-end;}  
  .vote-count {
    margin-right: 10px;
    color: #6fc055;
}   
.comment-page .like-thumb{background:#999999;}
.comment-page .like-thumb::after{
border-top-color: #999999;}
.comment-page .like-thumb.active{background:#6fc055;}
.comment-page .like-thumb.active::after{
border-top-color: #6fc055;}
.c-description{padding-top: 15px;}
.c-description p{margin-bottom: 10px;}

.delete-icon,.edit-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #f00;
    z-index: 99;
    color: #fff;
    right: 7px;
    border-radius: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    top: 10px;
}
.grid-div .report-box,.grid-div .box{
    height: 100%;min-height: 225px;}
#mobile-menu-toggler svg{
    color: #070f31;}
.mobile-menu ul.border-t{background: #fff;}
.mobile-menu .menu{color: #6fc055;}
.edit-icon{background: #6fc055;right: 40px;
   }
    .edit-icon i{ font-size: 12px;}
.info-mobile,.filter-icon{display: none;}    
.share-idea-btn-mobile{display: none;}
.back-button,.post-mobile{display: none;}

.comment-form {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    margin-top: 25px;
}
.select-div{position: relative;}

select.input {
    color: #61972c;}
.form-control label.select-div-label{
   
    color: #cccccc;
    position: absolute;
    top: 8px;
    right: 51px;
    font-style: italic;
    margin-top: 0;
}
.select-div select{ -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;background-image: url(../images/down.png);}  
.comment_label{position: relative;}   
.comment_label a.delete-icon, .comment_label a.edit-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    top: 50%;
    -webkit-transform:  translateY(-50%);
    -moz-transform:     translateY(-50%);
    -ms-transform:      translateY(-50%);
    -o-transform:       translateY(-50%);
    transform:          translateY(-50%);
}  
.comment_label a.edit-icon i {
    font-size: 8px;}
    .comment_label a.edit-icon{
        right: 30px;}    
 .c-text{  padding-right: 40px;  
    
    word-break: break-word;
    padding-right: 50px;    }
.idea-a{  width: calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: -ms-calc(100% - 55px); align-items: center; padding-right: 55px;} 
.idea-detail{  width: calc(100% - (45px + 60px));
    width: -webkit-calc(100% - (45px + 60px ));
    width: -moz-calc(100% - (45px + 60px));
    width: -o-calc(100% - (45px + 60px));
    width: -ms-calc(100% - (45px + 60px));
    margin-left: 20px;   }       
 .side-menu__icon i{font-size: 22px;}   
.angular-editor-textarea { background: #fff !important; }
.comment_label + .fotm-control{margin-bottom: 10px;}
.bg-yellow{background:#f2b841;}
.idea-row .delete-icon,.idea-row .edit-icon{
    
    top: 50%;
   
    -webkit-transform:  translateY(-50%);
  -moz-transform:     translateY(-50%);
  -ms-transform:      translateY(-50%);
  -o-transform:       translateY(-50%);
  transform:          translateY(-50%);
}
.idea-row .delete-icon{
right: 65px;
}
.idea-row .edit-icon{
    right: 95px;
   }
.comment-page{
margin-top: 25px;   }
.comment-form h3{margin-bottom: 12px;}
.title-strip.with-back span{
text-overflow: ellipsis;
overflow: hidden;
padding-right: 70px;
}
.comment-input{
    border: 1px solid #e2e8f0;
    min-height: 39px;
    width: 100%;
    background: #fff !important;
    border-radius: .375rem;
    padding: .5rem .75rem;
}
.comment-input:focus{outline: none;}

.note_area {
    display: block;
    overflow: hidden;
    
    padding: 10px 10px 0;
    font-size: 14px;
  
    width: 100%;
    outline: none;
    resize: none;
}
.view-idea-page .count-div img{width: 100%;height: 45px;object-fit: cover;}

.like-option{margin-top: 0px !important;}
.comment-input{margin-bottom: 15px;}
@media only screen and (max-width:1440px)
{   
    .grid-div .intro-y { width: 25%;}
    .idea-row {width: 100%;}
}
@media only screen and (min-width:1024px) and (max-width:1279px)
{    .report-box .font-bold{
    font-size: 15px;
    line-height: 20px;}
    
    
.report-box .text-base {margin-top: 10px;
    font-size: 14px;}
    .grid-div .report-box,.grid-div .box{min-height: auto;}
}

@media only screen and (max-width:992px)
{   
}
@media only screen and (min-width:768px) and (max-width:979px)
{   
    .grid-div .intro-y {
        width: 50%;
    }
    .grid-div .report-box,.grid-div .box{min-height: 200px;}
}
@media only screen and (min-width:773px) and (max-width:799px)
{
}
@media only screen and (max-width: 767px)
{
    .grid-div .intro-y {
        width: 50%;  margin-bottom: 24px;
    }
    
.grid-div .flex img {
  
  
    height: 45px;}
    body{padding: 0 !important;}
   
.mobile-menu {
    margin-left: 0;
    margin-right: 0;
    
    margin-bottom: 0;
        
    background: #e9e9e9;
    
    border-color: #e2e2e6;
} 

.main-page-title h1 {
    font-size: 18px;}
    .content{border-radius: 0px;}   
    .top-bar {
        margin: 0;background-color: #eaeaea;
        justify-content: center;border: 0px;}  
  
.report-box .font-bold {
   
    font-size: 14px;
    margin-top: 0;
    line-height: 18px;
    margin-top: 15px;}   
 
.delete-icon, .edit-icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  top: 6px;
  }    
    
.edit-icon i {
    font-size: 6px;
    line-height: 10px;
}   

.edit-icon {
    right: 25px;}  
    .grid-div .report-box{ min-height: auto;}
  .grid-div .box{
       
    padding: 5px;
    padding-top: 16px;
    min-height: auto;
    padding-bottom: 14px;}     
        .grid-div .intro-y:nth-child(odd){padding-right: 7px;}
        .grid-div .intro-y:nth-child(even){padding-left: 7px;}

        .report-box .text-base {
            margin-top: 6px;
            font-size: 12px;}        
            .grid-div.plus-icon .intro-y:last-child .flex img{max-height: 40px;}
  
.mobile-menu .mobile-menu-bar,
.top-bar {
    
    height: 55px;}       
 .info-mobile{display: block;}   
 #mobile-menu-toggler{display: none;}   
.mobile-menu-bar 
.w-6 {
    height: 35px;
    width: auto;
}
.info-mobile img{max-height: 30px;max-width: 100%;}
.title-strip .search.hidden,.filter-icon{display: block;}
.title-strip{
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    margin: 0 ;
    height: auto;
    }

    .title-strip h2 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 16px;

        
    margin-right: 0;
    position: relative;
    text-overflow: inherit;
        }    
.search-block{background-color: #eff0f4;padding: 9px 15px;width: 100%;display: flex;
    align-items: center;
    margin-top: -1px;}    
.grid .m-0-mob{
    margin-top: 0px ;
    margin: 0 -15px;
}
.search-block .search .search__input {
    background: #fff;
    border-radius: 0px;
    padding-left: 2rem;
    padding-right: 0.5rem;width: 100%;}
.search-block .search .search__icon{left: 5px;right: auto;color: #999999;}
.search-block .search{   
    width: calc(100% - 35px);}
.content {
    padding: 0 15px 1.5rem;
}
.filter-icon{
    width: 40px;
    padding-left: 15px;}
.filter-icon img{max-height: 20px;}
.search-block .search .search__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
  }
  .search-block .search .search__input::-moz-placeholder { /* Firefox 19+ */
    color: #999999;}
  .search-block .search .search__input:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
  }
  .search-block .search .search__input:-moz-placeholder { /* Firefox 18- */
    color: #999999;
  }
  .share-idea-btn-mobile{
    display: block;
    width: 86%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: auto;
    }
  .share-idea-btn-mobile a{
    background: #666666;
    padding: 10px 15px;
    color: #fff;
    margin: auto;
    
    border-radius: 20px 20px 0 0;
    text-align: center;
    display: block;
    margin: auto;
    font-family: 'Arial';
    font-weight: bold;
    }
    .share-idea-btn-mobile a i{margin-right: 10px;}    
    .grid{display: block;}
   .share-idea-btn-mobile img{
    max-height: 20px;
    width: auto;
    margin: auto;
    display: inline-block;
    margin-right: 10px;} 
    .mobile-none{display: none;}
    .nav-tabs .py-4{
       
    font-size: 16px;
    background: #dadada;
    padding: 7px 20px 3px;
    margin: 0 2px 0 0;
    border-radius: 4px 4px 0 0;
    color: #666666;}
    .nav-tabs{
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;}
    .nav-tabs .active{
        background: #fff;
        color: #70c056;
        border: 0;}
    .button-strip{padding: 0px;
        box-shadow: none;margin-top: 10px;}    
    .idea-row {
        background: #fff;
        border-bottom: 1px solid #dadada;
        border-radius: 0;
        margin-bottom: 5px;} 
        .idea-list .idea-title{
            font-size: 14px;} 
     
.count-number {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 6px;
    }     
    .like-thumb{
        padding:12px 10px;}
        .other-detail li {color: #999999;
            font-size: 9px;
            
    padding-right: 0px;
    margin-right: 5px;}         
.count-div {
    width: 45px;
}

.count-status {
    font-size: 8px;
    }
.hide-search-mob,.hide-mobile{display: none;}    
.title-only img{display: none;}
.title-only {
    text-align: center;
    display: flex;
    justify-content: center;}
    h2.title-only{color: #666666;}
.form-control label{
    color: #679a33;
    font-size: 16px;
    display: block;
    margin-top: 15px;}  
.form-control input.form-btn {
    background: #61972c;
    width: 180px;
    
    padding-top: 10px !important;
    border-radius: 7px !important;
} 
.text-center-btn{text-align: center;}

.form-control select.input,.multi-select .select2-container--default .select2-search--inline .select2-search__field {border:0;border-bottom: 1px solid  #c3c4c4;border-radius: 0px;padding-left: 0;padding-right: 0;}
.form-control input,.select2-container--default .select2-selection--multiple{
    border:0 !important;
    border-bottom: 1px solid  #c3c4c4 !important;
    border-radius: 0px !important;
    box-shadow: none!important;
    outline: none !important;
    padding-left: 0;
    padding-right: 0;
    }
    .multi-select .select2-container--default .select2-search--inline .select2-search__field{
       
    padding: 0;
    margin: 0;
    border: 0 !important;}
        .select2-container--default .select2-selection--multiple{padding-top: 0;}      
.form-control input::-webkit-input-placeholder, .bg-color textarea::-webkit-input-placeholder {
color:#cccccc;
}
.form-control input::-moz-placeholder,.bg-color textarea::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc;}
    .form-control input:-ms-input-placeholder, .bg-color textarea:-ms-input-placeholder { /* IE 10+ */
    color: #cccccc;
  }
  .form-control input:-moz-placeholder ,.bg-color textarea:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
  }
  .form-control textarea{
    background: #eaeaea;} 
    .hash_tag a,
    .total_posts {
        font-size: 12px;}   
 .view-idea-page .idea-row{
    padding: 0px 15px 10px;}    
    .view-idea-page .idea-list .idea-title{   
    font-weight: bold;    
    }

    .c-description p {
        font-size: 12px;}   
  .back-button{display: block;margin-left: 15px;margin-top: 0px;
    position: absolute;z-index: 99;}  
  .back-button img{max-height: 20px;}  
  .with-back{
    
    flex-direction: row;}
    /* .with-back.title-strip h2{
        width: calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: -o-calc(100% - 50px);
        width: -ms-calc(100% - 50px);
        }     */
  
.title-strip h2 img {
    width: 36px;}   
.title-strip.with-back h2>  img{
    margin-left: 25px;}
   .post-mobile {display: block;justify-self: flex-end;position: absolute;right: 15px;font-size: 12px;font-weight: normal;font-family: 'Arial';color: #336633;
    align-items: center;
    top: 50%;
   
    -webkit-transform:  translateY(-50%);
  -moz-transform:     translateY(-50%);
  -ms-transform:      translateY(-50%);
  -o-transform:       translateY(-50%);
  transform:          translateY(-50%);
} 
   .idea-list-view .other-detail li, .idea-list-view .other-detail li a {color:#999999;}
   .grid-div.plus-icon .intro-y:last-child .report-box .flex i{font-size: 40px;}
   
.like-option {
    width: 36px;
}
.idea-detail {
    width: calc(100% - (45px + 30px));
    width: -webkit-calc(100% - (45px + 30px ));
    width: -moz-calc(100% - (45px + 30px));
    width: -o-calc(100% - (45px + 30px));
    width: -ms-calc(100% - (45px + 30px));
    /* align-self: flex-start; */
}

.idea-list-view .idea-detail {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    /* align-self: flex-start; */
}
.tab-content{
    margin: 10px -15px}
.idea-list-view{
    margin: 0 -15px;    
}
.coding-part .col-span-12.mt-8 {
    margin-top: 0;
}
.comment-form input{
    border: 1px solid #f2f3f5 !important;
    border-radius: 20px !important;
    background: #fff;}
    .comment-form {margin-left: -15px;margin-right: -15px;}    
    .comment-form .inner-div{padding: 0 15px;}   
    .title-strip{background-color: #f8f8f8 ;align-items: center;
        margin-top: -1px;}
    
.form-control {
    margin-bottom: 5px;
}
.form-control.text-center-btn{padding-top:10px ;}
.full-width-div{
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
    margin-top: 15px;
    
    margin-bottom: 0;
}
 .inner-div-form label{
    padding: 0 15px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;}
 .bg-color{background: #e4e4e4;
    padding: 5px 15px;}
 .bg-color textarea{background: #fff;
   
    height: calc(100vh - 390px);}
 .grid-div.plus-icon .intro-y:last-child .report-box .box{  
    background: #f5f5f5;
    background: -moz-linear-gradient(-45deg, #f5f5f5 51%, #f5f5f5 51%, #eff0f0 52%);
    background: -webkit-linear-gradient(-45deg, #f5f5f5 51%,#f5f5f5 51%,#eff0f0 52%);
    background: linear-gradient(145deg, #f5f5f5 51%,#f5f5f5 51%,#eff0f0 52%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eff0f0',GradientType=1 );
    min-height: 60px;
    }
    .color-n{background-color: #fff;}
    body{overflow-x: hidden;}
  .pd-content-0.content{padding: 0px;}
  .pd-content-0 .coding-part{padding: 0;}
  .pd-content-0 .form-control{padding: 0 15px;}
  .pd-content-0 .multi-select select {
    width: calc(100% - 30px) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: -o-calc(100% - 30px)  !important;
    width: -ms-calc(100% - 30px)  !important;
   
}
.select2-container{width: 100% !important;}
.title-strip.with-back{min-height: 50px;}
.title-strip.with-back h2{margin: 0;}
.form-div{
margin-top: 10px;}
.form-control input,.form-control select.input{padding: 7px 0;}
.pd-content-0.content .grid-div > .flex {margin: 0;padding: 0 0 30px;}
.full-width-div +.text-center-btn{
    background-color: #e4e4e4;
    padding-bottom: 20px;
    padding-top: 8px;}
.pd-content-0 .grid .m-0-mob{margin: 0px;}
.idea-list-view .other-detail li a{
    padding-right: 0;padding-right: 0;}
    .comment-form.form-div{margin-top: 20px;}    

    .idea-detail {margin-left: 15px;}   
.idea-a {
    padding-right: 10px;}

    .idea-row .edit-icon {
      
    right: 72px;
    }    
    
.idea-row .delete-icon {
    right: 55px;
}

.other-detail li+li {
    padding-left: 5px;
}

.view_form_div h3{font-size: 14px;}
.no-data{padding: 0 15px;}
.grid-div.plus-icon .intro-y:last-child .report-box .box{min-height: 115px;}
.hide-bar{display: none;}
}
@media screen and (max-width:767px) and (orientation:portrait) 
{
    body{background: #000;}
    .grid-div .intro-y{}
    .grid-div.plus-icon .intro-y:last-child .report-box .box{min-height: 125px;}
    .other-detail li{font-size: 8px;}
    .grid-div.plus-icon .intro-y:last-child .report-box .box
}

@media screen and (max-width:767px) and (orientation:landscape)
{
}
@media screen and (max-width:767px) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"],input[type="search"],.angular-editor-textarea{ font-size: 16px !important; }
}
@media screen and (max-width:360px) {
.nav-tabs .py-4 {
    padding: 7px 10px 3px;
}
.idea-detail {
    margin-left: 9px;
}

}