.brand {
    font-family: fantasy;
    font-size: 33px !important;
    text-align: center;
    margin: 20px 0;
    /* Create a gradient text color */
    background: linear-gradient(to right, #ff9933, #ffffff, #138808);
    -webkit-background-clip: text;
    /* for Safari */
    background-clip: text;
    color: transparent;
    /* Hide original text */
}

a, a:hover{
    list-style: none;
    text-decoration: none;
}

.login-screen {
    margin-top: 9%;
}

.login-outer {
    max-width: 343px;
    margin: 9px auto;
    display: block;
}

.login-screen .login-lft-1 {
    position: relative;
    z-index: 9;
    border-radius: 0;
    background-color: #2b4e44c2;
    border-bottom-right-radius: 85px;
}

/* .login-right-1 {
    background-image: url('../img/partnership.png');
    background-size: cover;
    background-position: center;
} */

/* .login-right-1 .content-inner {
    z-index: 1;
}

.login-right-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    z-index: 1;

} */


/* toggle css */
/* Default styling for the switch */
.changStatus {
    position: relative;
    display: inline-block;
    width: 63px;
    /* Adjust width as needed */
    height: 20px;
    /* Adjust height as needed */
    margin: 0;
}

/* Track of the switch */
.changStatus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #df3030;
    /* Default background color */
    border-radius: 20px;
    /* Makes it round */
    transition: background-color 0.3s;
}

/* Indicator of the switch */
.changStatus::after {
    content: attr(data-passive-text);
    /* Display passive text */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    /* Adjust position as needed */
    color: #fff;
    /* Text color */
    font-size: 12px;
    /* Font size */
    font-weight: bold;
    /* Font weight */
}

/* Checked state */
.changStatus:checked::before {
    background-color: #0A0;
    /* Active color */
}

/* Checked state indicator */
.changStatus:checked::after {
    content: attr(data-active-text);
    /* Display active text */
    left: 5px;
    /* Adjust position as needed */
    color: #fff;
    /* Text color */
    font-size: 12px;
    /* Font size */
    font-weight: bold;
    /* Font weight */
}

.pagination {
    padding-left: 14px;
}


/* //notification */
.unread {
    color: #4182f8;
    font-weight: bold;
}

.read,
.read:hover {
    color: #8d8282;
    font-weight: bold;
}


.list-group .list-group-item.active {
    background-color: #3498db;
    border-color: white;
    color: #2ecc71;
}

.list-group .list-group-item.active a {
    color: #ffffff;
}

.header .dropdown-inbox img {
    position: absolute;
    width: 53px;
    height: 50px;
}




/* chat start  */

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

.settings-tray {
    /* background: #2c3e50; */
    padding: 10px 15px;
}

.settings-tray .no-gutters {
    padding: 0;
}

.settings-tray--right {
    float: right;
}

.settings-tray--right i {
    margin-top: 10px;
    font-size: 25px;
    color: grey;
    margin-left: 14px;
    transition: 0.3s;
}

.settings-tray--right i:hover {
    color: #74b9ff;
    cursor: pointer;
}

/* For Webkit browsers (Chrome, Safari, Edge) */
.chat-sidebar {
    max-height: 579px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #2c3e50;
}

/* Track (part of the scrollbar) */
.chat-sidebar::-webkit-scrollbar {
    width: 8px;
    /* Adjust the width of the scrollbar */
}

/* Handle (the draggable part of the scrollbar) */
.chat-sidebar::-webkit-scrollbar-thumb {
    background: #3498db;
    /* Color of the scrollbar handle */
    border-radius: 10px;
    /* Rounded corners for the scrollbar handle */
}

/* Handle on hover */
.chat-sidebar::-webkit-scrollbar-thumb:hover {
    background: #2980b9;
    /* Darker color when the scrollbar handle is hovered */
}

/* Track background (part of the scrollbar that the handle moves along) */
.chat-sidebar::-webkit-scrollbar-track {
    background: #2c3e50;
    /* Background color of the scrollbar track */
    border-radius: 10px;
    /* Rounded corners for the scrollbar track */
}


.search-box {
    background: #32465a;
    color: #fff;
    padding: 10px 13px;
}


.chat-box {
    height: 440px;
    /* Fixed height for chat box */
    overflow-y: scroll;
    /* Enable vertical scrolling */
    overflow-x: hidden;
    /* Disable horizontal scrolling */
    padding: 10px;
    display: flex;
    flex-direction: column;
    /* Ensure messages are stacked vertically */
    background-color: #E6EAEA;
}

input::placeholder {
    color: #e3e3e3;
    font-weight: 300;
    margin-left: 20px;
}

input:focus {
    outline: none;
}

.friend-drawer {
    padding: 10px 15px;
    display: flex;
    /* color: #ffff; */
    vertical-align: baseline;
    /* background: #eee; */
    transition: 0.3s ease;
}

.friend-drawer--grey {}

.friend-drawer .text {
    margin-left: 12px;
    width: 70%;
}

.friend-drawer .text h6 {
    margin-top: 6px;
    margin-bottom: 0;
    color: #ffffff;
}

.friend-drawer .text p {
    margin: 0;
    color: #ffffff;
}

.friend-drawer .time {
    color: grey;
}

.friend-drawer--onhover:hover {
    background: #021324;
    cursor: pointer;
}

.friend-drawer--onhover:hover p,
.friend-drawer--onhover:hover h6,
.friend-drawer--onhover:hover .time {
    color: #fff !important;
}


.lastMessage {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.openrequestNotification {
    display: -webkit-box;
    /* Use flexbox layout model */
    -webkit-line-clamp: 2;
    /* Limit the text to 2 lines */
    -webkit-box-orient: vertical;
    /* Specify vertical orientation */
    overflow: hidden;
    /* Hide the overflow text */
    text-overflow: ellipsis;
    /* Add ellipsis for overflowed text */
    white-space: normal;
    /* Allow text wrapping */
}

.chatNotificatioMsg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-bubble {
    padding: 10px 14px;
    background: #435f7a;
    margin: 9px 6px;
    color: #fff;
    border-radius: 9px;
    position: relative;
    animation: fadeIn 1s ease-in;
}

.chat-bubble:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom: 0;
    margin-top: -10px;
}

.chat-bubble--left:after {
    left: 0;
    border-right-color: #435f7a;
    border-left: 0;
    margin-left: -20px;
}

.chat-bubble--right:after {
    right: 0;
    border-left-color: #fffefe;
    border-right: 0;
    margin-right: -20px;
}

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

    100% {
        opacity: 1;
    }
}

.right .chat-bubble {
    color: #ffffff;
}

.chat-box-tray {
    margin: 3px 10px;
    display: flex;
    align-items: baseline;
    align-items: center;
    /* margin-top: 19px; */
    bottom: 0;
}

.chat-box-tray input {
    margin: 0 10px;
    padding: 6px 2px;
}

.chat-box-tray i {
    color: grey;
    font-size: 25px;
    vertical-align: middle;
}
.chatAjaxForm {
    width: 97%;
    margin-left: 10px;
}

/*end chat start  */
.form-bg {
    background-color: #e1dfdf;
}

.activeChat {
    background-color: #000000;
    color: #ffffff;
    border-right: 5px solid #05918a;
}

.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: #2980b9;
    z-index: 1;
}

.bg-dark {
    background-color: #084e8b !important;
}

.navbar-brand h1 {
    font-family: system-ui;
    font-size: 24px !important;
    text-align: center;
    margin: 20px 0;
    background: linear-gradient(to right, #ff9933, #ffffff, #138808);
    -webkit-background-clip: text;
    background-clip: text;
    color: #ffffffb8;
    text-transform: uppercase;
}

.list-heading {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    padding: 17px 0;
    margin: 0;
    color: white;
}

/* searchbox */

#searchForm {
    background-color: #4C5A65;
    padding: 20px 20px 20px;
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

#searchForm fieldset {
    margin: 0 auto;
    border: none;
    width: 438px;
}

#searchInputContainer {
    /* This div contains the transparent search box */
    width: 420px;
    height: 36px;
    background: url("../img/searchBox.png") no-repeat;
    float: left;
    margin-right: 12px;
}

#s {
    /* The search text box. */
    border: none;
    color: #888888;
    background: url("../img/searchBox.png") no-repeat;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-right: 12px;
    outline: medium none;
    padding: 0 0 0 35px;
    text-shadow: 1px 1px 0 white;
    width: 341px;
}



#submitButton {
    background: url('../img/buttons.png') no-repeat;
    width: 83px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#submitButton:hover {
    background-position: left bottom;
}

.top-keyword a {
    float: left;
    background-color: #007cdd;
    color: #fff;
    padding: 0px 16px;
    margin: 4px 5px;
    border-radius: 12px;
    box-shadow: 1px 2px 3px black;
    text-shadow: 1px 1px 1px #280303;
}

.profile-circle {
    border: 1px solid #ebdede;
    box-shadow: 0px 1px 6px 0px #000000;
}

.invalid-feedback {
    font-size: 100%;
}

/* Hide the number input arrows in modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

/* Hide the number input arrows in modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

.primary-btn,
.primary-btn:hover {
    color: #ffffff;
    background-color: #ef8a22;
    border-color: #c5aa9c;
}

.btn-view,
.btn-view:hover {
    color: #ffffff;
    background-color: #2970c4;
    border-color: #2970c4;
}

.falg {
    position: absolute;
    border: 1px solid #e5e5e5;
    background-size: cover;
    padding: 5px;
    background-image: url(../../assets/img/web-flag-strip-bg.jpg);
    background-color: #8b5d08;
    width: 100%;
    bottom: 0;
}
.color-t{
    color: #fa7906;
}
.rounded{
    border-radius: 22px !important;
}
.footer {
    background-image: url(../img/bg-noise.png);
    background-color: #084e8b;
}

.content-wrapper {
    background-image: url(../img/bg-d.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.btn:disabled {
    cursor: not-allowed;
}

.zoomeffect {
    transition: transform 0.3s ease;
}

.zoomeffect:hover {
    cursor: pointer;
    z-index: 9936;
    transform: scale(1.1);
    /* Adjust the scale as needed */
}

.data-table thead,.data-table2 thead,.data-table3 thead {
    background-color: #4CAF50;
    color: #ffffff;
}.data-table tbody {
    font-weight: bold;
    font-size: 15px;
}
.custom_action
{
    width: 156px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .col,
.no-gutters [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.mr-5 {
    margin-right: 1.25rem; /* Equivalent to 20px */
}
/* General list-group styling */
.list-group {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

/* List group items */
.list-group-item {
    background-color: #f9f9f9; /* Light background */
    border: none;
    padding: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* Hover effect for list group items */
.list-group-item:hover {
    background-color: #e9ecef; /* Slightly darker background on hover */
    color: #0056b3; /* Optional: accent color for text */
}

/* Active item styling */
.list-group-item.active {
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    font-weight: bold;
    border: none;
}

/* Divider between items */
.list-group-divider .list-group-item {
    border-top: 1px solid #ddd;
    padding: 5px;
}

/* Icon alignment */
.list-group-item i {
    margin-right: 10px;
     /* font-size: 1.2rem;  Adjust icon size */
    color: #6c757d; /* Default icon color */
}
.badge-dark{
    background-color: darkslategray;

}
.border-radius{
    border-radius: 10px;
    padding: 0px 5px;
}
.badge-dark i,.badge-success i{
    color: #fff;
}
/* Badge styling */
.list-group-item .badge {
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 12px;
}

/* Adjust spacing */
.list-group-item:last-child {
    border-bottom: none; /* No border for the last item */
}

/* Responsive design tweaks */
@media (max-width: 576px) {
    .list-group-item {
        padding: 10px;
        font-size: 0.9rem;
    }

    .list-group-item i {
        font-size: 1rem;
    }
}
.img-100{
    width: 100px;
}
