@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400&display=swap');

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
	font-family: 'Public Sans', sans-serif!important;
	font-weight: 300;
	font-size: 15px;
}

strong {
	font-weight: 700;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  	font-family: 'Red Hat Display', sans-serif!important;
	letter-spacing: -1px;
}

h5, h6,
.h5, .h6 {
  	font-family: 'Red Hat Display', sans-serif!important;
	letter-spacing: -0.02rem;
	font-weight: 700;
}

.font-alt {
	font-family: 'Public Sans', sans-serif!important;
}

main > .container {
  padding: 60px 15px 0;
}

.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
.font-24 {font-size: 24px;}
.font-26 {font-size: 26px;}
.font-62 {font-size: 62px;}

.ls-0 {letter-spacing: 0px;}

.text-gray4 {
	color: #7A8084;
}

.text-gray5 {
	color: #C4C9CC;
}

.bg-blue {
    background-color: #2196F3;
}

.bg-light {
    background-color: #eff1f3 !important;
}

.btn {font-size: 15px!important; border-radius: 3px!important;}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.075rem 0.5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px!important;
}

.btn-outline-light2 {
    color: #f8f9fa;
    border-color: #515151;
}

.btn-outline-light2:hover {
    color: #9fa2a5;
    border-color: #353535;
}

/* -=-=-=-=-=-=-=-=-=-=-=- LANDING PAGE -=-=-=-=-=-=-=-=-=-=-=- */
section {
    padding: 75px 0px;
}

.main-container {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.main-img {
    width: 100%;
	background-image: url(../images/Background.png);
    background-size: cover;
	background-position: center center;
    min-height: 600px;
	max-height: 600px;
}

.bg-legals {
    width: 100%;
	background-image: url(../images/Background.png);
    background-size: cover;
	background-position: center center;
	padding: 120px 0px 100px 0px;
}


.landing-logo {
    width: 90px;
    margin-top: 40px;
    opacity: 0.5;
    margin-bottom: 50px;
}

.landing-body {
	background-color: #141415;
	color: white;
}

.w-35 {
	width: 35%;
}

.fc-landing {
    background-color: transparent;
    border-radius: 10px!important;
    min-height: 70px;
    width: 35%!important;
	color: #fff!important;
  	font-size: 20px;
	font-family: 'Roboto', sans-serif!important;
}

.fc-landing:focus {
    border: 1px solid #fff;
    box-shadow: none;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.5);
	background-color: transparent;
}

.fc-landing::placeholder {
  	color: #fff;
  	font-size: 20px;
	font-family: 'Roboto', sans-serif!important;
	opacity: 0.5;
	font-weight: 100;
}

.fc-landing-btn {
    border-radius: 5px!important;
    color: #27a4f5;
    position: absolute;
    right: 10px;
    top: 10px;
    min-height: 50px;
    z-index: 10;
    background-color: white;
    border: none;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif!important;
    font-size: 18px;
    padding: 0px 20px;
	transition: 0.4s;
	cursor: pointer;
}

.fc-landing-btn:hover {
    color: #1d81c1;
    background-color: #e8e8e8;
	transition: 0.4s;
}

.text-blue {
	color: #2196F3;
}

.text-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.call-out {
	background-color: #2196F3;
	border-radius: 10px;
	padding: 60px;
}

.footer {
    background-color: #141415;
}

.footer-divider {
    height: 1px;
	width: 100%;
	background-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-logo {
	width: 60px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

@media (max-width: 1200px) {
.w-35 {
	width: 60%;
}
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

@media (max-width: 768px) {
.footer-left {
    text-align: center;
}

.footer-right {
    text-align: center;
}
	
.footer-divider {
	margin: 10px;
}
	
section {
    padding: 50px 0px;
}
	
.call-out {
    padding: 30px 0px;
    margin: 60px 0px;
}
	
.font-62 {
    font-size: 42px;
}
	
h2, .h2 {
    font-size: 1.5rem;
}
	
.w-35 {
	width: 90%;
}
	
.landing-logo {
    margin-bottom: 30px;
}
	
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin: 40px;
    text-align: center;
}
	
}

/* Navbar header */
/* Add the below transitions to allow a smooth color change similar to lyft */
.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	background-color: transparent;
}

.navbar.scrolled {
    background: #1F98E9;
}

.navbar.scrolled {
    opacity: 1;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: nowrap;
}

/* -=-=-=-=-=-=-=-=-=-=- BITO BASHBOARD -=-=-=-=-=-=-=-=-=-=- */
.bkg-app-inteliJ {
	background-image: url(../images/IntelliJ.jpg);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 1600px;
	min-height: 800px;
}

.bito-container {
    position: fixed;
    width: 450px;
    right: 20px;
    top: 65px;
    background-color: transparent;
    height: calc(100vh - 65px);
}

#containment-wrapper {
    width: 100%;
    height: 100vh;
    border: none;
    padding: 20px;
}

.bito-toolbar {
    background-color: #212224;
    width: 450px;
    height: 32px;
    display: flex;
    flex-direction: row;
    padding: 0px 49px;
}

.bito-iso {
    width: 32px;
    height: 32px;
    background-image: url(../images/bito-iso.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    position: absolute;
    left: -220px;
	top: 0px;
}

.header-divider {
    width: 1px;
    height: 32px;
    margin: 0px 8px;
    background-color: #464a4e;
    position: relative;
    top: 0px;
    left: 0px;
}

.workspace-name {
    width: 160px;
    height: 32px;
    position: relative;
    left: 0px;
    top: 0px;
}

.bito-form-control {
    border: none!important;
    height: calc(1.5em + 0.6rem + 2px);
    background-color: transparent;
    border-radius: 0px!important;
    padding: 0px;
    font-family: 'Public Sans', sans-serif!important;
    font-size: 13px;
    color: #7A8084;
}

.bito-form-control:focus {
    border: none!important;
    height: calc(1.5em + 0.6rem + 2px);
    background-color: transparent;
    border-radius: 0px!important;
    padding: 0px;
    font-family: 'Public Sans', sans-serif!important;
    font-size: 13px;
    color: #464a4e;
	box-shadow: none!important;
}

a#pills-empty-tab {
    font-size: 30px;
    top: 33px;
    position: absolute;
    z-index: 2;
    color: #848a8d;
    right: 15px;
}

.tab-content > .active {
    display: block;
    width: 450px;
    right: 15px;
    margin-top: 32px;
    position: absolute;
    background-color: #2F3133;
	height: calc(100vh - 115px);
	z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tab-pane.active.empty-pane {
    height: 0px;
}

.bc-header {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #44484A;
    font-family: 'Public Sans', sans-serif!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #7A8084;
    position: absolute;
    left: 15px;
    top: 0px;
    background-color: #2F3133;
    z-index: 1500;
}

.bc-header-fixed {
    position: fixed;
    background-color: #2F3133;
    width: 450px;
    z-index: 1500;
    border-bottom: 1px solid #44484A;
    margin-bottom: 50px;
}

.bc-secondary-header {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    border-top: 1px solid #4e5254;
}

.bc-body {
    padding: 70px 15px 20px 15px;
}

.bc-body .unread {
	background-color: #A3BECC, 3%;
}

/* -=-=-=- CARDS -=-=-=- */
.card.active {
    background-color: rgb(163 190 204 / 3%);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
    width: 100%;
}

.card-body {
    padding: 15px;
}

.chat-header {
    background-color: #212224;
    min-height: 36px;
    padding: 0px 10px;
    line-height: 36px;
    margin-bottom: 10px;
}

.chat-body {
    color: #C4C9CC;
    font-size: 15px;
    padding: 0px;
    font-weight: 300;
}

.chat-h1 {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
}

.chat-h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.chat-h3 {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
}

.chat-p {
    margin-bottom: 0px;
}

.text-yellow {color: #CBCB41;}

a.myCollapse.collapsed:after {
	transform: rotate(180deg);
	transition: 0.4s;
}

a.myCollapse:after {
    background-image: url(../images/arrow-down.svg);
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(0deg);
    transition: 0.4s;
}

.myCollapse {
	text-decoration: none!important;
}

.myCollapse:hover {
	text-decoration: none!important;
}

.discussions-container {
    padding: 11px 0px 0px 15px;
    width: 100%;
    border-bottom: 1px solid #44484A;
    transition: 0.4s;
    height: 60px;
    margin-top: -10px;
    display: block;
}

.discussions-container.active {
    background-color: rgb(163 190 204 / 3%);
}

.discussions-container:hover {
    background-color: rgb(163 190 204 / 3%);
	transition: 0.4s;
}

.discussions-container:hover a {
	text-decoration: none!important;
}

.discussion-link {
    float: right;
    top: -20px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #1F98E9;
    margin-bottom: -20px;
	transition: 0.4s;
}

.discussions-container:hover .discussion-link {
	color: #0056b3;
	transition: 0.4s;
}

.chat-container {
    padding: 7px 0px;
}

.chat-avatar {
    width: 36px;
    min-height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    line-height: 36px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}

.chat-response {
    position: relative;
    margin-left: 50px;
    top: -40px;
    margin-right: 20px;
    margin-bottom: -40px;
}


.fi-avatar {
    width: 26px;
    min-height: 26px;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    line-height: 26px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
    margin-top: -3px;
}

.fi-response {
    position: absolute;
    margin-left: 34px;
    top: 0px;
    margin-right: 20px;
    height: 0px;
    width: 340px;
}

.fi-container {
    padding: 10px 10px 8px 10px;
	cursor: pointer;
}

.fi-container:hover {
	background-color: rgb(208 214 217 / 5%);
}

.fi-container-tall {
    padding: 15px 10px 25px 10px;
}

.chat-input {
    background-color: transparent;
    border: 1px solid #44484a;
    padding: 0px 15px;
    border-radius: 3px;
    width: 370px;
    height: 40px;
	transition: 0.4s;
	font-family: 'Public Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
	margin-top: 10px;
}

.chat-input:focus {
    background-color: transparent;
    border-left: 1px solid #1F98E9;
    border-top: 1px solid #1F98E9;
    border-right: 1px solid #1F98E9;
    border-bottom: 1px solid #44484a;
    padding: 0px 15px;
    border-radius: 3px;
    width: 370px;
    height: 58px;
    box-shadow: none;
    transition: 0.4s;
    color: #C4C9CC;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.chat-input:valid {
    background-color: transparent;
    border: 1px solid #44484a;
    padding: 0px 15px;
    border-radius: 3px;
    width: 370px;
    height: 58px;
    box-shadow: none;
    transition: 0.4s;
    color: #C4C9CC;
}

textarea.form-control {
    height: 40px;
    line-height: 35px;
}


.chat-input:focus + .reply-buttons { 
	animation: fadeIn 1s forwards;
	display: block;
}

.chat-input:valid + .reply-buttons { 
	animation: fadeIn 1s forwards;
	display: block;
	border-left: 1px solid #44484a;
    border-bottom: 1px solid #44484a;
    border-right: 1px solid #44484a;
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.reply-buttons {
    width: 370px;
    background-color: #44484A;
    height: 32px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 32px;
    padding: 0px;
    opacity: 0;
    transition: 0.4s;
    top: 0px;
    position: relative;
    border-left: 1px solid #1F98E9;
    border-bottom: 1px solid #1F98E9;
    border-right: 1px solid #1F98E9;
    display: none;
    margin-bottom: 0px;
}

.reply-buttons a {
    color: #7A8084;
    transition: 0.4s;
    padding: 7px;
}

.reply-buttons a:hover {
    color: #1F98E9;
	text-decoration: none;
	transition: 0.4s;
}

.reply-buttons a.active {
    background-color: #1F98E9;
    width: 32px;
    height: 32px;
    color: white;
}

.chat-input:valid + .reply-buttons a.send  {
    background-color: #1F98E9;
    width: 32px;
    height: 32px;
    color: white;
	border-bottom-right-radius: 2px;
}

.user-ambar {
	background-color: #BB890F;
}

.user-blue {
	background-color: #0064A8;
}

.user-purple {
	background-color: #7D34D9;
}

.user-green {
	background-color: #0E7A2C;
}

.user-pink {
	background-color: #BE3667;
}

.user-red {
	background-color: #D93434;
}

.user-gray {
	background-color: #44484A;
}

/* -=-=-=- HEADER ICONS -=-=-=- */
.toolbar-nav {
    position: absolute;
    top: 0px;
    right: 20px;
    height: 32px;
    display: flex;
    width: 210px;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.icons-empty-main {
    position: relative;
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 2px;
    transition: 0.4s;
    background-size: 75%;
    opacity: 0.3;
    margin-left: auto;
    margin-right: auto;
}

.icons-toolbar {
    position: relative;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px 2px;
    transition: 0.4s;
    background-size: 75%;
    opacity: 0.7;
}

.icons-commit {
    position: absolute;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px;
    transition: 0.4s;
    background-size: 100%;
    right: 15px;
    top: 0px;
}

.icons-toolbar:hover {
	opacity: 0.5;
	transition: 0.4s;
}

.nav-link.active .icons-toolbar {
    opacity: 1;
}

.icon-badge {
    position: absolute;
    right: 2px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F14C4C;
    border: 2px solid #212224;
}

.nav-link.active .icon-badge {
    border-color: #007ACC;
}

.comments {background-image: url(../images/icons/comments.svg);}
.mentions {background-image: url(../images/icons/mentions.svg);}
.discussions {background-image: url(../images/icons/discussions.svg);}
.fileInfo {background-image: url(../images/icons/file-info.svg);}
.settings {background-image: url(../images/icons/settings.svg); opacity: 0.3;}
.commit {background-image: url(../images/icons/commit.svg);}


.hr-light {
    border-top: 1px solid #44484A;
    left: -15px;
    position: relative;
    width: 420px;
}

.dd-custom {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: none;
}

.dd-custom:focus {
    outline: none;
}

.ddm-custom {
    margin-top: 0px;
    background-color: #44484A;
    border-radius: 0px;
    left: 5px!important;
    min-width: 280px;
}

.ddm-item {
	font-family: 'Public Sans', sans-serif!important;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #C4C9CC;
	height: 32px;
}

.ddm-item:hover {
	background-color: #0064A8;
	color: #C4C9CC;
}

.ddm-hr {
    background-color: #7A8084;
    margin: 5px;
}


li.dropdown-item.ddm-item a {
    font-family: 'Public Sans', sans-serif!important;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: #C4C9CC;
	height: 32px;
	text-decoration: none!important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    margin-top: -84px;
    border-radius: none;
    width: 280px;
    margin-left: -284px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 6px;
    margin-right: -20px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.notification-state {
    float: right;
    right: 20px;
    position: relative;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-link {
    display: block;
    padding: 0;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.empty-content {
    margin-top: 50%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007ACC;
}

.nav-link.nav-link-empty.active {
    display: none;
}

.filter-type {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.filter-text {
    float: left;
    width: auto;
    margin-left: 5px;
}

/* -=-=-=- CODING SECTION -=-=-=- */
.code-numbers {
	font-family: 'Source Code Pro', monospace;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #7A8084;
	font-weight: 300;
}

.code-text {
	font-family: 'Source Code Pro', monospace;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #d4d4d4;
	font-weight: 300;
}

.cc1 {color: #569CD6;}
.cc2 {color: #d4d4a3;}
.cc3 {color: #9adafb;}
.cc4 {color: #91a587;}

.hide-me[aria-expanded="true"] {
	opacity: 0;
	left: 0px;
    padding: 0px;
    width: 0px;
	height: 0px;
    margin-bottom: 0px;
	transition: 0.4s;
}

a.hide-me {
    opacity: 1;
	left: -15px;
    padding: 7px 20px;
    width: 410px;
    display: block;
    position: relative;
    margin-bottom: 10px;
	transition: 0.4s;
}

a.hide-me:hover {
    background-color: rgb(208 214 217 / 5%);
	transition: 0.4s;
	color: #1F98E9!important;
}
