@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --sidemargin: 48px;
    --topmargin: 66px;
    --themeColor: #2075BC;
    --bgColor: #ffffff;
    --activeNav: #06518F;
    --border-radius: 5px;
    --shadow: -1px 4px 4px rgba(0, 0, 0, 0.25);

}

body {
    accent-color: rgba(116, 117, 123, 1);
}

.text-primary {
    color: var(--themeColor);
}



.vshadow {
    box-shadow: var(--shadow) !important;
}

.bdr-r {
    border-radius: var(--border-radius);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control,
.form-select {
    border: none;
    border-bottom: 1px solid;

}

.form-control:focus,
.form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none;
}


body {
    background: #EAEAEA;
    font-family: "Montserrat" !important;
}


h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
span,
p {
    font-family: "Montserrat" !important;
    margin-bottom: 0;
}

#topbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 2px;
    background: var(--bgColor);
    height: var(--topmargin);
    z-index: 30;
    border-bottom: 1px solid #f0f0f0;

}

#topbar .logo {
    width: 200px;
}

.assignbtn {
    padding-inline: 0.75rem;
    padding-block: 0.375rem;
    border-radius: var(--border-radius);
    color: white;
    background-color: var(--themeColor);
    display: flex;
}


.belldiv {
    background: var(--themeColor);
    width: 35px;
    height: 35px;
    box-shadow: var(--shadow);
}

.profilediv {
    width: 35px;
    height: 35px;
    box-shadow: var(--shadow);
}

.profilediv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


#profile-box {
    width: 220px;
    /* height: 239px; */
    display: none;
    position: fixed;
    top: 47px;
    right: 14px;
}

.profilediv:hover #profile-box {
    display: block;
}

#profile-box .content {
    border-radius: var(--border-radius);
    background: var(--bgColor);
}

#log-btn #log-div {
    display: none;
}

#log-btn:hover #log-div {
    display: block;
}

#alert {
    position: fixed;
    top: 63px;
    z-index: 50;
    right: 0;
}




#sidebar {
    position: fixed;
    height: 100vh;
    top: var(--topmargin);
    left: 0;
    width: var(--sidemargin);
    background: var(--themeColor);
    padding-inline: 7px;
    padding-block: 20px;
}

#sidebar .nav li a {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;

}

.tooltip {
    inset: 0px auto auto 5px !important;
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--themeColor);
    border-radius: var(--bs-tooltip-border-radius);
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -2px;
    top: -5px;
    border-width: calc(var(--bs-tooltip-arrow-width)* .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)* .5) 0;
    border-right-color: var(--themeColor);
}

.active {
    background-color: var(--activeNav);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.active path {
    fill: #FAFF00;
}


.searchbox {
    border: 1px solid var(--themeColor);
}

.searchbox svg path {
    fill: var(--themeColor);
}

.searchinput {
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    width: 250px;
    font-weight: 500;
}

.searchinput::placeholder {
    color: var(--themeColor);
    opacity: 1;
    /* Firefox */
}

.searchinput::-ms-input-placeholder {
    /* Edge 12-18 */
    color: var(--themeColor);
}

.searchinput:focus {
    outline: none;
}

#filter-box {
    position: absolute;
    top: 55px;
    width: 459px;
    left: -60px;
}

.btn-primary {
    background-color: var(--themeColor);
}

.bg-primary {
    background-color: var(--themeColor) !important;
}
.btn-light {
    background-color: rgba(72, 73, 77, 0.15) !important;
}
.note-editable {
    background-color: white;
}

blockquote {
    border-left: 5px solid #f86466;
    background: white;
    margin: 10px 0;
    padding: 10px !important;
}

.note-toolbar{
    background-color: white !important;
}

/* pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px !important;
    overflow-x: auto;
}

code {
    background-color: #f5f5f5;
    padding: 2px 4px !important;
    font-size: 90%;
    color: #c7254e;
    border-radius: 4px;
} */

.dropdown-toggle::after {
    content: none;
}
.custinfo p,
.custinfo span {
    font-size: 14px;
}













#main-content {
    margin-left: calc(15px + var(--sidemargin));
    margin-top: calc(15px + var(--topmargin));
    margin-right: 24px;
}

.table-vishal {
    border-radius: var(--border-radius);
    overflow: hidden;
    color: black;
    font-weight: 700;
}

#main-table::-webkit-scrollbar,
#graph::-webkit-scrollbar {
    height: 8px;
    width: 4px;
    background: #fff;
}

#main-table::-webkit-scrollbar-thumb,
#graph::-webkit-scrollbar-thumb {
    background: #dedede;
    -webkit-border-radius: 1px;
    /* -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75); */
}

.table-vishal thead tr th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-vishal thead tr th {
    border-bottom: 2px solid #D9D9D9;

}

.table-vishal thead tr th,
.table-vishal tbody tr td {
    font-size: 12px;

}

.table-vishal tbody tr td .statusbox {
    width: 120px;
    border-radius: var(--border-radius);
    text-align: center;

}



.T_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.T_check input:checked~.T_check__checkmark:after {
    opacity: 1;
}

.T_check:hover input~.T_check__checkmark {
    background-color: #eee;
}

.T_check:hover input~.T_check__body {
    color: #f7cb15;
}

.T_check .T_check__checkmark {
    height: 22px;
    width: 22px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 11px;
}

.T_check .T_check__checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}


.T_check {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, -50%);
    display: none;
}

tr:hover .T_check {
    display: block;
}

/* Show the checkbox if it is checked */


.T_check:has(input:checked) {
    display: block;
}


/* ==============================status================================ */

.open {
    background: rgba(72, 73, 77, 0.15);
}

.saledone,
.saledone svg path {
    background: rgba(3, 171, 0, 0.15);
    color: rgba(3, 171, 0, 1);
    border-radius: var(--border-radius);
}


.vulnerable,
.vulnerable svg path {
    color: #D9245C;
    stroke: #D9245C;
    background-color: rgba(217, 36, 92, 0.15);
    border-radius: var(--border-radius);
}

.lifesupport,
.lifesupport svg path {
    color: #6F42C1;
    background: rgba(111, 66, 193, 0.15);
    stroke: #6F42C1;
    border-radius: var(--border-radius);
}

.callback,
.callback svg path {
    color: #00BF87;
    background: rgba(0, 191, 135, 0.15);
    stroke: #00BF87;
    border-radius: var(--border-radius);
}

.noanswer,
.noanswer svg path {
    color: #007BFF;
    background: rgba(0, 123, 255, 0.15);
    stroke: #007BFF;
    border-radius: var(--border-radius);
}

.closed,
.closed svg path {
    color: #FD7E14;
    background: rgba(253, 126, 20, 0.15);
    stroke: #FD7E14;
    border-radius: var(--border-radius);
}





/* ======================status end ===================== */




#loadMoreBtn {
    position: absolute;
    right: 28px;
    border-radius: 25%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18px;
    font-size: 21px !important;
}





#Createlead p {
    font-size: 14px;
}


.step-indicator .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #EFF0F6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.bar {
    background: #eff0f6;
    width: 98px;
    height: 6px;
}

.circle.completed+.bar {
    background: linear-gradient(to right, #007bff 50%, #eff0f6 50%);
    width: 98px;
    height: 6px;
}

.circle.completed+.bar:has(+ .completed) {
    background: #007bff;
    width: 98px;
    height: 6px;
}

.circle.completed {
    background-color: #007bff;
    color: white;
}

.red-border {
    border: 1px solid red !important;
    border-radius: 5px;
}



.status_btn {
    font-size: 14px !important;
}

@media only screen and (max-width: 1399px) {

    :root {
        --sidemargin: 48px;
        --topmargin: 60px;
        --themeColor: #2075BC;
        --bgColor: #ffffff;
        --activeNav: #06518F;
        --border-radius: 5px;
        --shadow: -1px 4px 4px rgba(0, 0, 0, 0.25);

    }

    .status_btn {
        font-size: 12px !important;
    }

    .table-vishal thead tr th,
    .table-vishal tbody tr td {
        font-size: 10px;

    }

    .btn_Cticket,
    .btn_Cticket,
    .searchinput {
        font-size: 12px;
    }

    #topbar .logo {
        width: 175px;
    }



}