* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Raleway", sans-serif;
    overflow: hidden;
}


/*===================================== General start ==================================*/

/* Font Weight Class Start*/

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

/* Font Size Class Start*/
.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.xs-p-1 {
    padding: 10px;
}

.one-line-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cursor-pointer {
    cursor: pointer;
}

/* Font Size Class End*/

/* Login css start */

.auth-title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

.auth-user-image {
    width: 85px;
    height: 85px;
    border-radius: 18px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.auth-user-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.auth-form-main h2 {
    font-size: 37.53px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.auth-form-main p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

label {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

input {
    padding: 15px 20px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.form-control:focus {
    border-color: #dee2e6 !important;
    box-shadow: none !important;
}

.forgot-password {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}

.btn_primary {
    border: 0px;
    border-radius: 8px;
    padding: 13px 20px;
    background-color: #606060;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    width: 100% !important;
    display: block;
}

/* Login css end */
/* Header css start */
.sidebar-main {
    width: 100%;
    max-width: 250px;
    height: 100vh;
    border-right: 1px solid #E8E8EA;
}

.user-login-image {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
}

.user-login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
}

.login-role p {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.login-role {
    height: 50px;
    width: 100%;
    background-color: #FAFAFB;
    border: 1px solid #E8E8EA;
    border-right: 0px !important;
    text-align: center;
}

.user-login-dropdown .dropdown-item {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #3A3989 !important;
}

.user-login-dropdown .dropdown-item:hover {
    background-color: #3A3989;
    color: #fff;
}

.sidebar-menu-list ul {
    padding: 30px 0px 0px 0px;
}

/* .sidebar-menu-list ul li a {
    margin-bottom: 10px;
} */

.sidebar-menu-list ul li a {
    padding: 10px 30px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #606060;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-menu-list ul li a:hover,
.sidebar-menu-list ul li a.active {
    background-color: #3A3989;
    color: #fff;
}

.sidebar-menu-list ul li a.active svg path,
.sidebar-menu-list ul li a.active:hover svg path {
    fill: #fff;
}

.sidebar-main.collapsed {
    width: 60px;
    overflow: hidden;
}

.sidebar-main.collapsed .sidebar-title {
    display: none;
}

.sidebar-main.collapsed .admin {
    display: none;
}

.sidebar-main.collapsed .web {
    display: block !important;
}

.sidebar-main.collapsed .sidebar-menu-list span {
    display: none;
}

.sidebar-main.collapsed .sidebar-menu-list ul li a {
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

/* table tabs list */
.tabs-list {
    height: 49px;
}

.tabs-list .nav-link {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    color: #3A3989;
    border-bottom-color: #3A3989;
}

@media only screen and (max-width: 992px) and (min-width: 180px) {
    .sidebar-main {
        display: none;
    }
}

/* Header css end */

/* Application table css start */
.table-row .card {
    margin: 20px !important;
}

.table-row .card {
    border-radius: 10px;
}

.table-row .title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.table-row{
    height: calc(100vh - 100px);
    overflow: auto;
}

.search-input button {
    width: 50px;
    height: 45px;
    background-color: #3A3989;
    border: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search-input button img {
    width: 20px;
    object-fit: contain;
}

.search-input a {
    width: 50px;
    height: 45px;
    background-color: #3A3989;
    border: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search-input a img {
    width: 20px;
    object-fit: contain;
}

.add-btn {
    border: 0px;
    background-color: #3A3989;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px !important;
    padding: 0px 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.actions-buttons a,
.actions-buttons button {
    width: 40px;
    height: 40px;
    background-color: #3A3989;
    border: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-width {
    width: 80px;
}

.actions-width {
    width: 15px;
}

.number-width {
    width: 30px;
}

.userTable .form-check-input:checked {
    background-color: #3A3989;
    border-color: #c5c5c5;
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e") !important;
    width: 60px !important;
    background-color: #000;
    border-radius: 20px !important;
}

.tablebody p {
    font-size: 16px;
    font-weight: 500;
    color: #606060;
}

.wrapper {
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 200px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.wrapper .tooltip {
    background: #000;
    bottom: 100%;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transform: translateY(10px);
    transition: all .25s ease-out;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    border-radius: 5px !important;
    text-align: center;
    padding: 3px 10px;
    width: auto;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
    content: " ";
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #000 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    width: 0;
}

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
}

.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}

.table-responsive th,
.table-responsive td {
    padding-left: 15px;
    padding-right: 15px;
}

.table-responsive th {
    text-wrap: nowrap;
}

.modal-header-main {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.cancel-btn {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    padding: 13px 10px;
    border: 0px;
    width: 100%;
    border: 1px solid #3A3989;
}

.save-btn {
    background-color: #3A3989;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    padding: 13px 10px;
    border: 0px;
    width: 100%;
}

.avatar-upload,
.avatar-upload {
    position: relative;
    max-width: 205px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 205px;
    height: 192px;
    position: relative;
    background-color: #D9D9D9;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D9D9D9;
    background-position: center;
}


.dropdown-input {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    padding: 14px;
    width: 100%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.84px !important;
    font-weight: 500 !important;
}

.dropdown-input-menu {
    width: 100%;
}

.process-dropdown-menu button,
.process-dropdown {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.process-dropdown-menu button:hover {
    background-color: #3A3989 !important;
    color: #fff;
}

.back-btn {
    background-color: #3A3989 !important;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plus-arrow {
    width: 20px !important;
}

.back-btn img {
    width: 10px;
}

@media only screen and (max-width: 992px) and (min-width: 180px) {
    .tabs-list .nav-link {
        padding: 12px 40px;
    }
}

.form-check-input:focus {
    border-color: #D9D9D9;
    box-shadow: none;
}

.form-check-input {
    padding: 13px !important;
}

.slider-images {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.slider-images .preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-icons {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -7px;
    right: -7px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.delete-icons img {
    width: 15px;
}

/* Application table css end */
.fixed-header {
    height: 515px;
}

/* Process details start */
.image-select {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}


.image-select img {
    width: 100%;
    height: 100%;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-select {
    width: 200px;
    height: 200px;
    border: 2px dashed #ccc;
    position: relative;
    overflow: hidden;
}

.image-select img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edit-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.image-upload {
    display: none;
}

.edit-button {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.edit-button img {
    width: 18px;
}

.select-field option,
.select-field {
    font-size: 16px;
    font-weight: 600;
    color: #595c5f;
}

.select-field option {
    font-size: 16px;
    font-weight: 500;
    color: #595c5f;
}

.form-select:focus {
    border-color: #dee2e6 !important;
    outline: 0;
    box-shadow: none !important;
}

.table-row .card-m-0 {
    margin: 0px !important;
}

.table-row.card-list .card {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.btn-close:focus,
.btn-close {
    outline: 0;
    box-shadow: none !important;
    opacity: 1 !important;
}

/* Process details end */

/* scroll */
::-webkit-scrollbar {
    width: 10px !important;
    background-color: #ebebeb;
}
::-webkit-scrollbar-thumb {
    background-color: #3a3989;
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background-color: var(--bg) !important;
}

th,td {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}


.toggle-handle{
    background-color: #ffffff;
}

.toggle-handle:hover{
    background-color: #ffffff;
}