@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.logoIcon img {
    width: 200px;
}

.navbar-bg {
    background-color: rgba(64, 169, 244, 0.08);
}

.headerNavs li {
    margin-right: 30px;
}

.headerNavs a {
    color: #40A9F4 !important;
}

li.active a {
    color: #333333 !important;
    /* border-bottom: 2px solid #000000; */
}

.userImage img {
    width: 30px;
}

.userImage p {
    color: #40A9F4;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 6px;
    margin-left: 10px;
}

.userImage span i {
    font-size: 20px;
    text-align: center;
    color: #40A9F4;
    vertical-align: middle;
}


/* .user-profile .userImage img {
    width: 30px;
    margin-top: 5px;
} */


/* .user-profile .userName p {
    color: #40A9F4;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 6px;
} */


/* .user-profile .userName span i {
    font-size: 20px;
    text-align: center;
    color: #40A9F4;
    vertical-align: middle;
} */

.navbar {
    padding: 0 1rem !important;
}

.profile-dropdown {
    left: unset !important;
    right: -11px;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 20px rgb(64 169 244 / 20%);
    border: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}


/* .dropdown-item:focus, .dropdown-item:hover {
    background: rgba(64, 169, 244, 0.15) !important;
} */

.bell-icon {
    width: 26px;
}

.top-head-dropdown .dropdown-menu {
    width: 450px;
    /* height: 300px; */
    overflow: auto;
}

.top-head-dropdown .dropdown-menu-right {
    left: auto !important;
}

.dropdown-menu-right .dropdown-item {
    white-space: normal;
}

.dropdown-menu-right .dropdown-item .width-65 {
    width: 65%;
}

.dropdown-menu-right .dropdown-item .width-35 {
    width: 35%;
}

.b-bottom {
    border-bottom: 1px solid #f4f4f4;
}

.modal .modal-dialog.modal-width {
    max-width: 1200px;
    margin: 1.75rem 8rem auto;
}

.has-search .form-control {
    padding-left: 2.375rem;
    border-radius: 20px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    /* width: 2.375rem; */
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.nav-tabs .nav-link.active {
    border-bottom: 0.1875rem solid #40A9F4 !important;
    background-color: transparent !important;
    color: #40A9F4 !important;
    border-left: unset !important;
    border-top: unset !important;
    border-right: unset !important;
}

.nav-tabs .nav-link:hover {
    border: none;
}

.choose_imageBtn {
    background-color: #40A9F4;
    color: #ffffff;
    border-radius: 20px;
    font-size: 14px;
    padding: 2px 20px 5px 20px;
}

.modal-header {
    background-color: #40A9F4;
}

.modal-content {
    border: none !important;
}

.bg-teal-dark2 img {
    border: 4px solid #40A9F4;
    -webkit-filter: brightness(0.8);
    border-radius: 12px;
    /* background-color: #BFE0F6; */
    /* box-shadow: 0 0 28px rgba(0,0,0,.08); */
}

.bg-teal-dark2 {
    border: 4px solid #40A9F4;
    -webkit-filter: brightness(0.8);
    border-radius: 12px;
    /* background-color: #BFE0F6; */
    /* box-shadow: 0 0 28px rgba(0,0,0,.08); */
}

::-webkit-scrollbar {
    width: 6px;
    scroll-behavior: smooth;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#d8d8d8, #5c7291);
    border-radius: 3px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.apps-dropdown {
    padding: unset;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(64, 169, 244, 0.2);
    border-radius: 10px;
    width: 24rem;
    /* max-height: 360px; */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
}

.dropdown-menu.apps-dropdown .dropdown-item {
    white-space: normal;
    padding-right: 20px;
    background-color: #FFF;
}

.dropBox:hover {
    background: #F1F9FF;
}

.dropBox {
    background: #FFF;
    border-radius: 10px;
    flex-direction: column;
}
.appsBox{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.apps-dropdown {
    width: 384px;
}
.dropBox h5 {
    font-size: 11px;
    font-weight: 500;
    color: #40A9F4;
    line-height: 1.5;
    margin-bottom: 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center !IMPORTANT;
}

.dropBox p {
    font-size: 10.4px;
    color: #A0A0A0;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 13px;
}

.dropBox img {
    border-radius: 3px;
    object-fit: contain;
    min-height: 54px;
    max-height: 55px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 9px;
}

.launch button {
    width: 65px;
    height: 25px;
    background: #40A9F4;
    border-radius: 5px;
    font-size: 0.77rem;
    color: #FFFFFF;
    border: 1px solid #40A9F4;
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-side {
    background-color: #FFFFFF;
    border-radius: 10px;
}

.dropdown-menu.apps-dropdown input {
    width: 70%;
    margin: 12px;
    margin-left: 15%;
    border-radius: 22px;
    color: #A0A0A0;
}

::placeholder {
    color: #A0A0A0;
    font-size: 0.8rem;
}

.sort {
    position: absolute;
    right: 16px;
    top: 30px;
    cursor: pointer;
}

.dropdown-menu.apps-dropdown {
    left: -254px !important;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}

.all-apps {
    color: #40A9F4;
    font-weight: 500;
    font-size: 14px;
}

.all-appsIcon img {
    width: 24px;
}

.dropdown-menu-right .button {
    background-color: #40A9F4;
    color: #ffffff;
    font-size: 12px;
}

.b-bottom .button {
    background: #40A9F4;
    border: 1px solid #40A9F4;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    line-height: 15px;
    margin-left: 7px;
}

.dropBox .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropBox .left-side img {
    width: 38px;
}

.black-font {
    font-size: 0.89em;
    color: #212529;
}
.appsBox{
    height: 525px;
    overflow: hidden;
    overflow-y: scroll;
}
.carretTransition {

    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.transitionstyle {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    font-size: 19px;
    color: #A0a0a0;
}
.transitionstyle:hover{
    text-decoration: none !important;
    color: #A0A0A0 !important;  
}

.removeTextStyle {
    text-decoration: none !important;
    color: #A0A0A0 !important;
    white-space: nowrap !important;
}
.removeTextStyle:hover{
    color: #A0A0A0 !important;
    text-decoration: none !important;
}

.removeTextStyle:focus {
    box-shadow: none !important;
}
#collapseOne a{
    color: #A0a0a0 !important;
}
a:hover{
    color: #A0a0a0 !important;
    text-decoration: none !important;
}

/* .divpositionstyle{
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    cursor: pointer;
    margin: 0px 3px 7px 3px;
} */
.side-nav .categories>li:not(.active):hover i, .side-nav .categories>li:not(.active):hover a {
    color: #A0A0A0;
}