@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html,
body {
    font-family: 'Roboto', sans-serif;
}

.navtop {
    margin-top: 20px;
}

.margin {
    margin-top: 37px;
}

.tab-content {
    padding: 1rem 1rem 1rem 2rem;
    margin-top: 0px;
    width: 99%;
}

.project-tab {
    margin: auto;
    padding: 4rem 37.5rem 0rem 25rem;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab .nav-link {
    border: 2px solid #f3101000;
    border-top: #000000;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid !important;
    background-color: #f3f3f399;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.nav {
    margin-bottom: 0;
    list-style: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #524c4c;
    border-color: black transparent #f3f3f3;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 35px;
}

.nav-pills>li>a {
    border-radius: 1px;
}

.row-centered {
    text-align-last: center;
    margin-top: 20px;
}

.col-centered {
    display: inline-block;
}

.bn-selectt {
    color: #333;
    background-color: #eee;
    border-color: #cbc7c7db;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee5c;
    opacity: 1;
}

.slc {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #50363630;
    border-radius: 1px;
    height: 37px;
}

.selectwid {
    width: 80px;
    border-radius: 5px;
    font-size: 10.5px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align-last: left;
}

/*.branch {
    background-image: url('../icon_branch.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

.bitly {
    background-image: url(bit_icon.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
}*/

.btncolor {
    background-color: #555;
    color: white;
}

.btn-default {
    color: #f5f5f5;
    background-color: #4b4b4b;
    border-color: #ccc;
}

.btn-default:hover {
    color: #f5f5f5;
    background-color: #555555;
    border-color: #adadad;
}

.btn-banter {
    color: #f5f5f5;
    background-color: #4b4b4b;
    border-color: #ccc;
}

.btn-banter:hover {
    color: #f5f5f5;
    background-color: #555555;
    border-color: #adadad;
}

.btn-banter:active {
    /*Clicked and held*/
    background-color: #555555;
    box-shadow: inset 1px 1px 12px 4px rgb(145 145 145);
}

.btn-banter:hover,
.btn-banter:focus,
.btn-banter.focus {
    color: #fff;
    text-decoration: none;
    background: #686868;
    border-color: white;
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 10px 10px 20px 11px rgb(0 0 0 / 13%);
    box-shadow: inset 1px 2px 20px 0px rgb(0 0 0 / 39%);
}

.btn-default.active,
.btn-default:active {
    color: #fbfbfb;
    background-color: #555555;
    border-color: #adadad;
}

.btn-default.focus,
.btn-default:focus {
    color: #fff;
    background-color: #555555;
    border-color: #8c8c8c;
    box-shadow: inset 1px 2px 20px 0px rgb(0 0 0 / 39%);
}

.form-control {
    display: block;
    width: 100%;
    height: 37px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bias-input-group .input-group-addon+.input-group-btn>.btn {
    border-radius: 0;
}

.bias-input-group .input-group-addon+.input-group-btn+.input-group-addon {
    border-right: 0;
    border-left: 0;
}

li.nav-item {
    width: 220px;
}

.panels {
    min-width: 670px !important;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(28 27 27 / 22%);
    border-radius: 0.5rem;
    padding: 0.25rem 0rem 2rem 0rem;
    box-shadow: 0 1px 6px 0px rgb(243 243 243);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 10px;
}

.border {
    border-radius: 5px;
}

.input-group-addon:first-child {}

.modal-dialog .modal-login {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, .27);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0);
    box-shadow: 1px 3px 8px 0 #0000009c
}

.modal-login {
    color: #636363;
    width: 350px;
    margin: 30px auto
}

.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none
}

.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center
}

.modal-login h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700
}

h4.modal-title:hover {
    color: #727272a6
}

.modal-login.form-group {
    position: relative
}

.modal-login i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px
}

.modal-login.form-control {
    padding-left: 40px
}

.modal-login.form-control:focus {
    border-color: #00ce81
}

.modal-login .form-control,
.modal-login .btn {
    min-height: 40px
}

.modal-login .hint-text {
    text-align: center;
    padding-top: 10px
}

.modal-login .close {
    position: absolute;
    top: -5px;
    right: -5px
}

.modal-login .btn {
    background: #00ce81;
    border: none;
    line-height: normal
}

.modal-login.btn:hover,
.modal-login.btn:focus {
    background: #00bf78
}

.modal-login .modal-footer {
    background: #ecf0f1;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 20px 20px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: center
}

.modal-login.modal-footer a {
    color: #999
}

.center {
    margin-top: 50px;
}

.modal-header {
    padding-bottom: 5px;
}

.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child>button {
    border-right: 0;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

.modal {
    /* bug fix - custom overlay */
    background-color: rgba(10, 10, 10, 0.45);
}

.toggle.btn {
    min-width: 100px;
    min-height: 34px;
}

.copyright {
    margin-right: -81%;
    padding-top: 5px;
    margin-bottom: -25px;
    font-size: 9px;
    font-family: monospace;
}

.kotak {
    border: 1px solid;
    border-color: black;
    border-radius: 2px;
    background-color: #f3f3f317;
    width: 90px;
    margin-left: 48%;
}

