.nav-items {
    color: black;
    text-decoration: none !important;
    font-weight: bold;
}

.nav-items:hover {
    color: darkgray;
    text-decoration: none;
}

.head-img {
    border-radius: 50%;
    border: 1px solid #3175EC;
    ;
    width: 30px !important;
    height: 30px !important;
}

.fa-search {
    font-size: 20px;
}

.user_name {
    font-size: 13px;
}

.icon {
    vertical-align: sub !important;
}

.second-section {
    background-color: #3175EC;
    ;
}

.inline {
    border-radius: 0px;
    height: 60px;
    display: inherit;
}

#select {
    border-radius: 5px 0px 0px 5px;
    width: 120px;
}

#btn {
    border: none;
    border-radius: 0px 5px 5px 0px;
    width: 120px;
    background-color: #73A6FF;
}

#btn:hover {
    background-color: #5d98ff;
}

#search {
    width: 380px !important;
    border: none;
}

.p-5 {
    padding: 2rem !important
}

.alert-button {
    outline: none !important;
    border: none;
    border-radius: 30px;
    background-color: #11D186;
    color: white;
    height: 45px;
    padding-left: 20px;
    width: 150px;
    text-align: left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
}

.alert-button:hover {
    background-color: #12c07d;
}

#sorting {
    border: none !important;
    width: 50%;
    border-radius: 25px;
    padding: 0px 10px 0px 10px;
    height: 45px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
    box-shadow: 2px 2px 5px 0px rgba(166, 166, 166, 1);
}

#sort {
    vertical-align: sub;
    margin-top: 15px;
    display: block;
    margin-right: 10px;
}

.card,
.card-header,
.footer,
.foot {
    background-color: white;
}

.container-fluid {
    background-color: F9F9FF;
    /* margin-left: 1rem !important; */
}

.text-right {
    padding-left: 10rem;
}

.sidebar-label {
    color: black;
    margin: 0 auto;
    font-weight: bold;
}

.fa-plus-circle {
    font-size: 21px
}

.padding {
    padding: 1.25rem;
}

.card-bodys {
    padding: 0px !important;
}

.list {
    border-bottom: 1px solid lightgrey;
}

.item {
    padding: 20px 15px;
}

.star {
    font-size: 20px;
    color: grey !important;
    cursor: pointer;
}

.sorting {
    justify-content: flex-end;
}

.items>p {
    color: #73A6FF;
    font-weight: bold;
    font-size: 18px;
}

.fa-plus-circle {
    color: grey;
}

.fa-calender {
    position: absolute;
    min-width: 50px;
}

#input_container {
    position: relative;
    /* direction: rtl; */
}

#input,
#inputs {
    margin: 0;
    padding-right: 30px;
    width: 100%;
}

#input_img {
    position: absolute;
    bottom: 2px;
    right: 5px;
    width: 24px;
    height: 24px;
}

.nav-sidebar .nav-link p {
    display: block;
}

.dd_1 {
    display: block;
    padding-top: 8px;
}

.dd_2 {
    display: block;
    padding-top: 0px;
}

.ul_1 {
    z-index: 999;
    border-radius: 5px 5px 5px 5px !important;
    width: 165px;
}

.wrapper-dropdown-3 .dropdown:before {
    left: 13px !important;
}

ul_1:after {
    left: 13px;
}

.wrapper-dropdown-3 .dropdown:after {
    left: 15px;
}

#dd {
    width: 120px;
    height: 60px;
    border: none;
    border-radius: 5px 0px 0px 5px;
    border-right: solid 1px #ccc;
}

.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox!important;
    display: inline-block !important;
    float: right;
}

.lc {
    font-size: 13px;
    padding-top: 4px;
}

ul.navbar-nav.ml-auto.custom-nav {
    padding-top: 6px;
}

@media (min-width: 320px) and (max-width: 575px) {
    #search {
        width: 200px !important;
        border: none;
    }
    .footer-class {
        padding-left: 0px !important;
        float: left !important;
    }
    .sorting {
        justify-content: left !important;
        margin-top: 20px;
        /* display: inline-block !important; */
    }
    #main-page {
        margin-top: 3rem;
    }
    .dd {
        height: 60px !important;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    #select,
    #btn {
        width: 100px !important;
    }
    #search {
        width: 200px !important;
        border: none;
    }
    .footer-class {
        padding-left: 10px !important;
        float: left !important;
    }
    #main-page {
        margin-top: 3rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-item {
        margin-right: 5px !important;
    }
    #main-page {
        margin-top: 3rem;
    }
}

@media (min-width:991px) and (max-width: 1100px) {
    #search {
        width: 290px !important;
    }
}

@media (min-width:1101px) and (max-width: 1260px) {
    #select,
    #btn {
        width: 120px !important;
    }
    #search {
        width: 320px !important;
        border: none;
    }
    .dropdown-menu {
        min-width: 70px;
    }
}

@media screen and (min-width: 1261px) {
    .dropdown-menu {
        min-width: 70px;
    }
}

#search_form {
    justify-content: center;
}