/* Global Styles */
:root {
    --primary-color: #f9826c;
    --dark-color: #24292e;
    --light-color: #f4f4f4;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
   font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.border {
    border: 1px solid red;
}

/* Nav */

div.nav-wrapper {
    border-bottom: 1px solid black;
    background: #24292e;
    color: white;
    padding: 0 30px;

}

.bell {
    position: relative;
    padding: 0 8px;
}

.bell span {
    position: absolute;
    background: blue;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    top: 16px;
    right: 4px;
}
.main-nav {
    list-style-type: none;
    display: none;
}
@media screen and (max-width: 955px) {

    .navbar {
        display: flex;
        padding: 10px 0;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .input-icons {
        width: 100%;

    }
    .navbar .logo i {
        font-size: 30px;
    }
    .navbar .bell  {
        order: -1;
        padding: 17px 7px;
        font-size: 16px;
    }
    .navbar .fake  {
        pointer-events: none;

    }
}


.navbar-toggle {
    position: absolute;
    top: 10px;
    left: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.active {
    display: block;
}

div.nav-wrapper {
    font-size: 14px !important;
}

@media screen and (min-width: 955px) {

    .logo,
    .notification {
        display: flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    .notification.small {
        padding: 0 8px;
    }

    .space i {
        padding: 0 3px;
    }

    .notification i {
        font-size: 16px;
    }

    .logo i {
        font-size: 40px;
    }


    .navbar {
        display: flex;
    }

    .navbar .main-nav .wrappers input[type=text],
    .dropdown input[type=text] {
        padding: 10px 10px;
        color: white;
        height: 30px;
        background: #24292e;
        border: 1px solid #586069;
        border-radius: 7px;
        width: 280px;
        position: relative;
        font-size: 14px;
    }
    .navbar .main-nav .wrappers {
        position: relative;
    }

    .navbar .main-nav .wrappers span {
        position: absolute;
        top: 50%;
        right: -1%;
        transform: translate(-50%, -50%);
        border: 1px solid #586069;
        padding: 1px 7px;
        font-size: 14px;
        line-height: 19px;
        border-radius: 5px;
    }

    .navbar div:nth-of-type(2) {
        flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
    }

    .search-nav {
        flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
    }

    .main-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
    }
    .main-nav ul li a {
        display: block;
        color: white;
        text-align: center;
        padding: 20px 16px;
        text-decoration: none;
        font-weight: 400;
    }


    .main-nav li {
        margin: 0;
    }
    .navbar-toggle {
        display: none;
    }
}

.dropdown input[type=text] {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    background: #fff;
    height: 30px;
    color: #000;
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #e1e4e8;
}
.dropdown input[type=text]:focus {
    box-shadow: 0 0 3pt 2pt #0366d6;
    border: 1px solid #000;
    border-radius: 7px;
}


/* Tabs */
.tabs {
    padding-top: 1rem;
    border-bottom: 1px solid #e1e4e8;
    border-right: none;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: start;
    position: sticky;
    top: 0;
    background: white;
}

.tabs .container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;

}

.tabs p,
.tabs i {
    font-size: 14px;
    color: #586069;
    padding-top: 0.5rem;
}

.tabs i {
    margin-right: 10px;
}

.tabs .container > div {
    padding: 0.2rem 15px 1.0rem;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    cursor: pointer;
}

.tab-border {
    border-bottom: var(--primary-color) 2px solid;
}

/* Tab Content */
.tab-content {
    padding: 0;
    background: #fff;
    color: #000;
}

/* Hide initial content */
#tab-1-content,
#tab-2-content,
#tab-3-content {
    display: none;
    opacity: 0;
}

.show {
    display: block !important;
    opacity: 1 !important;
    transition: all 1000 ease-in;
}

.list-grid {
    padding: 0;
    margin: 0;
}

#list-grid li {
    border-bottom: 1px solid #e1e4e8;
    text-align: left;
    list-style-type: none;

}

.dropdown {
    /*border: 1px solid black;*/
    padding: 20px 0;
    border-bottom: 1px solid #e1e4e8;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;

}

.dropdown.inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.item-wrapper {
    align-items: center;
    padding: 40px 0;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: space-between;
}
.item-wrapper div div:nth-of-type(1) {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 2px;
}
.item-wrapper div div:nth-of-type(1) p {
    font-size: 14px;
    word-wrap: break-word;
    width: 500px;
    font-weight: 300;
    color: #586069;
}

.item-wrapper .title a {
    font-size: 20px;
    color: #0366d6 !important;
    text-decoration: none;
}

.item-wrapper .title a:hover {
    text-decoration: underline;
}

.item-wrapper .title {
    font-size: 20px;
    /*color: #428CE0 !important;*/
}

.item-wrapper .item-details {
    font-size: 12px;
    color: #586069;

}

.item-wrapper .item-details > span {
    margin-right: 20px;
}

.item-wrapper .item-details > span:nth-of-type(1) span {
    color: #586069;
}

.button {
    background: #F3F4F6;
    padding: 6px 15px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
}

#badge {
    background: #F3F4F6;
    padding: 4px 5px;
    border-radius: 10px;
}

.content {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
}

.side {
    padding: 20px;


}


@media screen and (min-width: 955px) {
    .content {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }


    .side {
        width: 23%;
        margin: 25px;
        padding: 0;


    }
    .main {
        width: 72%;
        margin: 20px;
    }
    .tab-content {
        width: 100%;
    }
}

.sky {
    margin-bottom: 12px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    position: relative;
    align-items: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
    /*flex-direction: row;*/
    /*border: 1px solid black;*/
}

@media screen and (min-width: 955px) {
    .sky {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }
}
.avatar {
    vertical-align: middle;
    width: 20%;
    border-radius: 50%;
}
.avatar.small {
    vertical-align: middle;
    width: 30px;
    border-radius: 50%;
    position: relative;

}

.username {
    text-align: left;
    width: 80%;
    padding-left: 20px;
}
.description p {
    padding: 0 5px;
}
.input-icons {
    position: relative;
    margin-top: 20px;
}

.input-field {
    height: 35px;
    border: 1px solid #000;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    width: 100%;
}

.input-icons i {
    position: absolute;
    pointer-events: none;
}

.icon {
    padding: 9px;
    color: black;
    min-width: 50px;
    text-align: center;
}

@media screen and (min-width: 955px) {
    .avatar {
        width: 100%;
    }

    .username {
        width: 100%;
        padding-left: 0;
    }
    .input-icons {
        position: absolute;
        top: 52%;
        left: 70%;
    }
    .icon {
        padding: 17px;
    }
    .input-field {
        width: 50px;
        border-radius: 50px;
        height: 50px;
    }

    .input-field:hover {
        width: 120px;
        padding-left: 45px;
    }

}
@media screen and (min-width: 929px) {

    .input-icons {
        position: absolute;
        top: 42%;
        left: 70%;
    }


}
@media screen and (min-width: 1021px) {

    .input-icons {
        position: absolute;
        top: 47%;
        left: 76%;
    }


}
@media screen and (min-width: 1211px) {

    .input-icons {
        position: absolute;
        top: 54%;
        left: 77%;
    }
}

 .username h2 {
    margin-bottom: 2px;
    font-size: 26px;
     font-weight: 400;
     padding: 5px;
}

 .username p {
    font-weight: 300;
    font-size: 20px;
     padding: 5px;
}

.haaa {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 955px) {

    .haaa {
        display: flex;
        flex-direction: revert;
        padding: 0 20px;
    }

}

