@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;900&display=swap');

:root {
    --font-main: 'Outfit', sans-serif; 
    --color-black: #000;
    --color-white: #fff;
    --color-green-row: #22B378;
    --color-blue: #146ACE;
    --color-gray: #6A6A6A;
    --color-gray-2: #788BA1;
    --border-spider: #e2e4e7;
}

body {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-main);
    background: #FCFCFC;
}

/*ul:before, ul:after{ content:''; display:table;}*/
ul:after {
    clear: both;
}

li {
    list-style: none;
}

a {
    color: unset;
}

a:hover {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3 {
    font-family: var(--font-main);
}

p {
    margin-bottom: 10px;
    font-size: 13px;
}

ul {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.prem-2 {
    padding: 2rem;
}

.form-control,
input[type=text],
input[type=email],
input[type=tel],
input[type=file],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
    padding: 0.4rem 0.75rem;
    border-radius: 5px;
    border-color: #DFE2E9;
}

.form-control:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
    border-color: var(--color-blue);

}

.longEnough {
    overflow: auto;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--color-blue) transparent;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}


::-webkit-scrollbar-track {
    background: #DFE2E9;
}


::-webkit-scrollbar-thumb {
    background: var(--color-gray);
    border-radius: 3px;
}


::-webkit-scrollbar-thumb:hover {
    background: var(--color-gray);
}





/*header main*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-blue);
}

.topbar .top-navbar {
    min-height: 53px;
    padding: 0px;
    align-items: unset;
}


.navbar-header {
    background-color: var(--color-white);
    width: 200px;
    flex-shrink: 0;
    padding: 18px 0 10px 0;
    text-align: center;
    border-right: 1px solid #E9E9E9;
    transition: 300ms ease-in-out;
}

.navbar-header .nav-brand {
    display: block;
}

.navbar-header .nav-brand img {
    width: 47px;
}

.topbar .navbar-collapse {
    padding: 9px 25px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #FCFCFC;
    height: 80px;
}


.topbar .navbar-collapse h1 {
    font-size: 16px;
    font-family: var(--font-main);
    font-weight: 600;
    margin-bottom: 0;
}

.topbar .navbar-collapse h5 {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-gray-2);
    margin-top: 5px;
}

button.btn.btn-save, .btn-main{
    font-size: 13px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 5px;
    padding: 0.45rem 1rem;
    border: solid 1px var(--color-blue);
} 
button.btn.btn-save:hover, .btn-main:hover, .btn-main:focus, .btn-main:active{
    background-color: transparent;
    color: var(--color-blue);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    background: #DFE2E9 !important;
}

.fixed-header {
    position: fixed;
    width: 100%;
    /* z-index: 99; */
    z-index: 1;
}

.left-sidebar {
    background-color: var(--color-white);
    height: 100%;
    position: fixed;
    width: 200px;
    top: 0px;
    z-index: 999;
    border-right: 1px solid #E9E9E9;
}


.left-pr-bar {
    padding: 10px;
}



.scroll-sidebar {
    overflow-y: auto;
    height: calc(100% - 135px);
    scrollbar-width: none;
}


.my-profile {
    padding: 10px;
}

.my-profile a{
    display: inline-block;
}
.my-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #333;
    object-fit: cover;
}

/* width */
.scroll-sidebar::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.scroll-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-sidebar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.scroll-sidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.drop-leftmenu {
    color: var(--color-white);
    margin-bottom: 0px;
}

.drop-leftmenu ul.scroll-employ li a {
    font-size: 12px;
    display: block;
    padding: 6px 8px;
    margin-bottom: 2px;
    border-radius: 5px;
}

.drop-leftmenu ul.scroll-employ li a:hover,
.active-project {
    background-color: var(--color-dark);
}

.drop-main {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 8px 11px !important;
    border-radius: 6px;
    font-size: 13px;
    color: #a5a7aa;
    font-weight: 400;
}

.drop-main span {
    position: absolute;
    border-radius: 50%;
    color: var(--color-white);
    background-color: var(--color-blue);
    width: 15px;
    height: 15px;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    left: 5px;
    top: 5px;
    border: solid 1px #fff;
}

.drop-main:hover {
    color: var(--color-white);
    background-color: var(--color-blue);
}

.active-left {
    color: var(--color-white) !important;
    background-color: var(--color-blue);
    transition: 0s;
}

.leftmenuicon {
    width: 16px;
    transition: 0s;
}

.active-left .leftmenuicon {
    filter: brightness(0) invert(1);
}

.drop-main:hover .leftmenuicon {
    filter: brightness(0) invert(1);
}


/*left menu bar end */

/* main section design css */

.page-wrapper {
    padding-top: 80px;
    padding-left: 200px;
    height: 100%;
    transition: all 300ms ease-in-out;
}

.container-fluid {
    padding: 25px;
    min-height: 80vh;
}

.content-nave {
    margin-bottom: 40px;
}

.content-nave .nav-pills {
    border-bottom: solid 1px #EDEDF2;
}

.content-nave .nav-pills .nav-link {
    padding: 8px 0;
    margin: 0 18px;
    font-size: 13px;
    color: #788BA1;
    border-bottom: solid 2px transparent;
    font-weight: 500;
    position: relative;
}

.content-nave .nav-pills .nav-link img {
    margin-right: 5px;
    height: 18px;
}

.content-nave .nav-pills .nav-link.active {
    background: transparent;
    border-bottom: solid 2px var(--color-blue);
    color: var(--color-blue);
}

.lable-title {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 18px !important;
    margin-right: 5px !important;
    position: relative;
    color: #202327 !important;
}

.lable-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #E9E9E9;
}





.inner-tabevew {
    padding: 18px 18px 18px 18px;
    background: var(--color-white);
    border: solid 1px #EDEDF2;
    position: relative;
}



.voter-img {
    flex-shrink: 0;
}

.voter-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.voter-content {
    padding-left: 15px;
}

.g-1 {
    grid-row-gap: 10px;
}
input#site_logo {
    height: 34px;
    padding: 4px 10px;
}
.voterprovile-box {
    display: flex;
    border: 1px solid #DFE2E9;
    border-radius: 4px;
    padding: 10px;
    height: 100%;
}

.voter-img {
    flex-shrink: 0;
}

.voter-img img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 50%;
}

.voter-content {
    /* padding-left: 5px;
    width: 100%; */

    padding-left: 5px;
    width: 100%;
    /* height: 95px;
    overflow-y: auto; */
}

.voter-content h3 {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
}

.voter-content h4 {
    font-size: 12px;
    font-weight: 400;
    color: #788BA1;
}

.voter-content h5 {
    font-size: 12px;
    font-weight: 400;
    color: #202327;
    margin-bottom: 5px;
    word-break: break-all;
}

.slider-voterprovile {
    overflow-y: auto;
    max-height: 220px;
    scrollbar-width: none;
}
/* .tab-pane .inner-tabevew .slider-voterprovile{height: auto;} */
/* width */
.slider-voterprovile::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/* Track */
.slider-voterprovile::-webkit-scrollbar-track {
    background: #DFE2E9;
}

/* Handle */
.slider-voterprovile::-webkit-scrollbar-thumb {
    background: var(--color-gray);
}

/* Handle on hover */
.slider-voterprovile::-webkit-scrollbar-thumb:hover {
    background: var(--color-gray);
}

.serch-bar .form-group input {
    padding: 6px 10px;
    border-color: #DFE2E9;
    padding-left: 30px;
    border-radius: 4px;
}

.serch-bar .form-group {
    position: relative;
}

.serch-bar .form-group .serch-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}



.down-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background: var(--color-blue);
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    color: var(--color-white);
}

.down-btn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.down-btn .fa-angle-up {
    position: relative;
    top: -2px;
}


.titletable {
    font-weight: 600;
}

.voters-table .voters-table-top {
    padding: 18px 18px 18px 18px;
    background: var(--color-white);
    border: solid 1px #EDEDF2;
    border-bottom: 0;
}

.show-items input {
    width: 55px;
    text-align: center;
}
.show-items .bootstrap-select>.dropdown-toggle{
    height: 33px;
    border-radius: 4px;
    padding: 6px 10px !important;
    border-radius: 4px;
}


button.btn.filter-btn {
    padding: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #DFE2E9;
    border-radius: 5px;
    color: #788BA1;
}

button.btn.filter-btn i {
    outline: 1px #000;
    font-size: 14px;
}



.table-main .table {
    background-color: var(--color-white);
    font-size: 12px;
    border: solid 1px #EDEDF2;
}

.table-main .table thead th {
    border-bottom-width: 1px;
    background-color: #F3F4F7;
    border-color: #E4E5E9;
    color: #788BA1;
    font-weight: 500;
    white-space: nowrap;
}

.table-main .table td {
    vertical-align: middle;
    color: #1D232A;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
}

.table th,
.table td {
    vertical-align: middle;
}

.name-tab {
    display: flex;
    align-items: center;
}

.name-tab .tab-user {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.name-tab .tab-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.nam-text {
    padding-left: 15px;

}

.cs-drop {
    position: relative;
    text-align: center;
    width: 100%;
}

.cs-drop a.btn {
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    height: auto;
    line-height: 10px;
    padding: 0;
}

.cs-drop a.btn i {
    color: #A6ABB1;
}

.cs-drop .dropdown-menu {
    font-size: 13px;
    min-width: 7rem;
    padding: 0;
}

.cs-drop .dropdown-menu a {
    padding: 7px 15px;
    font-size: 12px;
    display: flex; align-items: center;

}
.cs-drop .dropdown-menu a:hover{
    background-color: var(--color-blue);
    color: var(--color-white);
}
.cs-drop .dropdown-menu a:hover img{
    filter: brightness(0) invert(1);
}
.cs-drop .dropdown-menu a img {
    margin-right: 10px;
}

.tage-main {
    display: flex;
    flex-wrap: wrap;
}

.tags-box {
    padding: 5px 10px;
    margin: 3px;
    background: #000;
    border-radius: 17px;
    color: #fff;
    font-size: 10px;
    /* border: 1px solid #000; */
}
.tags-box + span{margin: auto 0;}
.tag-blue {
    background-color: var(--color-blue);
}

.tag-orange {
    background-color: #E56E1E;
}
.tag-green{
    background-color: #B5CB44;
}


.login-box {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 55px 30px;
    border-radius: 8px;
    border: 1px solid #DFE2E9;
    text-align: center;
}

.login-box .loginlogo {
    height: 47px;
    margin-bottom: 18px;
}

.login-box h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

.login-box .form-group {
    margin-bottom: 20px;
}

.login-box .form-group input {
    background: #EFF1F5;
    border-radius: 4px;
    height: 40px;
    font-size: 13px;
}

.login-box button {
    width: 100%;
    height: 40px;
    background-color: var(--color-blue);
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.forgot-text {
    color: var(--color-blue);
    font-weight: 500;
}

.login-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.bg-white {
    background-color: var(--color-white);
}

.profile-main {
    border: 1px solid #EDEDF2;
}

.profile-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDF2;
}

.profile-images {
    width: 180px;
    height: 160px;
    flex-shrink: 0;
}

.profile-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.profile-content {
    width: 100%;
    padding: 18px;
}

.profile-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.profile-content p {
    color: #788BA1;
    margin-bottom: 0;
    font-size: 12px;
}

.profile-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.profile-content ul li {
    padding-right: 45px;
    margin-bottom: 10px;
}

.profile-content ul li h5 {
    font-size: 12px;
    font-weight: 400;
    color: #788BA1;
    margin-bottom: 5px;
}

.profile-content ul li h4 {
    font-size: 12px;
    font-weight: 500;
}

.profile-content ul li h4 a {
    margin-left: 10px;
}


.category-pading {
    padding: 30px 25px;
}


/*custome select box*/

/* .dropdown.bootstrap-select{
    width: 100% !important;
} */

.catagory-div .dropdown.bootstrap-select {
    width: 60px !important;
    background: transparent;
}

.bootstrap-select>.dropdown-toggle {
    padding: 8px 10px !important;
    font-size: 12px;
    border: solid 1px #E4E5E9;
    height: 36px;
}

.catagory-div .bootstrap-select>.dropdown-toggle {
    border-color: transparent;
    /* background-color: transparent; */
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active {
    outline: none !important;
    padding: 0;
    margin: 0;
    border: solid 1px var(--color-green-dark);
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    padding: 0;
    margin: 0;
    animation: rotateMenu 500ms ease-in-out forwards;
    transform-origin: top center;
    top: 36px !important;
}

.bootstrap-select .dropdown-menu ul li a {
    font-size: 12px;
    padding: 8px 10px;
}


@-moz-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@-o-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}




.serchbar-custom .bootstrap-select>.dropdown-toggle {
    padding: 0 !important;
    border: 0;
    height: auto;
    background: transparent;
}

.serchbar-custom .bootstrap-select .dropdown-menu {
    top: 28px !important;
    left: -13px !important;
    right: -13px !important;
}

/*custome select box End*/



.maltyple-tag .choices__inner{
    border: 0;
    padding: 0;
    min-height: auto;
    background: transparent;
}

.maltyple-tag .choices__inner input[type=text]{
    margin-bottom: 0;
    width: 100px !important;
    border: 0;
    display: inline-block;
    background: #f8f9fa;
    border-radius: 4px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.table th.text-secondary, .table td.text-secondary{
    color: var(--color-gray-2) !important;
}
.table th span, .table td span{
    color: var(--color-black);
    font-size: 13px;
    font-weight: 500;
}
.table th span img, .table td span img{
    margin-left: 15px;
}
.vewmore a{
    text-decoration: underline;
    color: var(--color-blue);
    font-weight: 500;
}

.modal-header{
    background: #F1F3F5;
    padding: 1rem 1.5rem;
}
.modal-title {
    font-size: 14px;
    font-weight: 600;
}

.modal-header .close{
    padding: 0.8rem 1rem;
    outline: none;
}
.modal-header .close span {
    font-weight: 100;
    width: 30px;
    height: 30px;
    background: #cfcfcf;
    display: block;
    border-radius: 50%;
    line-height: 28px;
}

.modal-body{
    padding: 20px;
}
.modal-body .form-group{
    margin-bottom: 15px;
}
.modal-body .form-group label{
    margin-bottom: 4px;
    font-weight: 500;
}
.modal-body .form-group input{
    height: 40px;
    background: #EFF1F5;
    border-radius: 0;
    font-size: 13px;
}
.modal-body .form-group select{
    height: 40px;
    background: #EFF1F5;
    border-radius: 0;
    font-size: 13px;
}
.modal-body .form-group textarea{
    background: #EFF1F5;
    border-radius: 0;
    font-size: 13px;
    height: 100px;
}
.modal-body button{
    height: 40px;
    font-size: 13px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue) !important;
    border: 0;
    border-radius: 4px;
    width: 100%;
}
.modal-body button:hover, .modal-body button:focus, .modal-body button:active{
    color:  var(--color-blue);
    background-color: #fff;
    border-color:  var(--color-blue) !important;
}
.select2-container--default .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
}

.custom-referred{
    background-color: var(--color-white);
}
.custom-referred ul.nav{
    padding-top: 20px;
    border-left: 1px solid #DFE2E9;
    border-right: 1px solid #DFE2E9;
}

.cs-dropdown{
    position: absolute;
    right: 18px;
    top: 10px;
}
.cs-dropdown > a{
    line-height: 0;
    color: #A6ABB1;
    padding: 0;
}
.cs-dropdown .dropdown-menu{
    padding: 0;
    min-width: 65px;
    left: unset !important;
    right: -40px;
}
.cs-dropdown .dropdown-menu br{display: none;}
.cs-dropdown .dropdown-menu a{
    font-size: 13px;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
}
.cs-dropdown .dropdown-menu a:hover{
    background-color: var(--color-blue);
    color: var(--color-white);
}
.cs-dropdown .dropdown-menu a i{
    margin-right: 0px;
    width: 12px;
}

.btn-blue{
    background-color: var(--color-blue);
    height: 40px;
    border-radius: 4px;
    font-size: 13px;
    color: var(--color-white);
    padding: 0.5rem 1.2rem;
}
.btn-blue:hover{
    background-color: var(--color-gray);
    color: var(--color-white);
}

.choices__list--multiple .choices__item{
    background-color: var(--color-blue);
    border: 0;
}

.close-div {
    display: none;
}

button.btn.down-btn.btn-roted i {
    transform: rotate(180deg);
    top: 2px;
}





.leftbar-main, .rightbar-main{
    border: 1px solid #DFE2E9;
    background-color: var(--color-white);
    min-height: 500px;
}

.leftbar-main .nav-pills {
    margin: 10px;
}
.leftbar-main .nav-pills .nav-link {
    border-radius: 4px;
    margin-bottom: 5px;
    color: var(--color-gray-2);
    font-size: 13px;
}

.leftbar-main .nav-pills .nav-link:hover{
    background-color: #F3F4F7;
    color: var(--color-gray);
}
.leftbar-main .nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active{
    background-color: var(--color-blue);
    color: var(--color-white);
}

.setting-catagory-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: solid 1px #DFE2E9;
}
.setting-catagory-title h2{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.setting-catagory-details{
    padding: 15px;
}

.setting-catagory-details .table th, .setting-catagory-details .table td{
    padding: 7px 14px;
}

.cstaminput input{
    background-color: #EFF1F5;
}

.spider-hade-img {
    width: 100%;
    position: relative;
    text-align: center;
}

.spider-hade-img img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
}

.spider-hade-img::before{
    content: "By";
    position: absolute;
    width: 40px;
    border-bottom: solid 1.5px #333;
    top: 28%;
    left: -15px;
    font-size: 12px;
}
.spider-hade-img::after{
    content: "To";
    position: absolute;
    width: 40px;
    border-bottom: solid 1.5px #333;
    top: 28%;
    right: -15px;
    font-size: 12px;
}


/* .left-panel  sm */


.left-panel{
    width: 300px;
    position: relative;
}

.left-panel .user-dive{
    border: 1px solid #DFE2E9;
    border-radius: 4px;
    padding: 5px 15px;
    background-color: var(--color-white);
    font-weight: 500;
    box-shadow: 0px 1px 1px #00000029;
    cursor: pointer;
    height: 45px;
    display: flex;
    align-items: center;
    position: relative;
}
.left-panel .user-dive::before{
    content: "";
}

.left-panel .user-dive[aria-expanded="false"]::after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f067";
    right: 15px;
    font-weight: 500;
    color: var(--color-blue);
}

.left-panel .user-dive[aria-expanded="true"]::after{
    position: absolute;
    font-family: FontAwesome;
    content: "\f068";
    right: 15px;
    font-weight: 500;
    color: var(--color-blue);
}



.left-panel .user-dive img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.left-panel .comon-sub{
    padding-bottom: 15px;
    position: relative;
}
.left-panel .pt-top{
    padding-top: 15px;
}

.left-panel .custom-padding{
    padding: 40px 15px 15px 30px;
    padding-right: 0;
    position: relative;
}

.left-panel .custom-padding .comon-sub:last-child{
    padding-bottom: 0px;
}

.left-panel .to-buy-bg{
    background: #F5F6F9;
}
.left-panel::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #707070;
    right: -41px;
    top: 20px;
}

.left-panel > .comon-sub::before{
    content: "";
    width: 25px;
    height: 2px;
    background: #707070;
    position: absolute;
    z-index: 9;
    right: -40px;
    top: 20px;
}





.left-panel > .comon-sub:last-child{
    padding-bottom: 0px;
}

.left-panel > .comon-sub:last-child::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fcfcfc;
    right: -41px;
    top: 22px;
    z-index: 98;

}

.custom-padding > .comon-sub:last-child::after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 22px;
    left: -15px;
    border-bottom: dashed 1px #a7a7a7;
}

.custom-padding::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: dashed 1px #a7a7a7;
    top: 0px;
    left: 14px;
}

.custom-padding > .comon-sub:last-child::before {
    content: "";
    width: 2px;
    height: calc(100% - 8px);
    border-left: solid 1px #fcfcfc;
    position: absolute;
    left: -16px;
    bottom: -23px;
    z-index: 9;
    top: 23px;
}

.custom-padding::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    border-left: dashed 1px #a7a7a7;
    top: 0px;
    left: 45px;
}

.edit-main li{
    margin: 0 10px;
}

.custom-switch {
    scale: 0.75;
}

.delete-btn{
    background-color: #DFE2E9 !important;
    color: var(--color-black) !important;
    border: solid 1px #DFE2E9 !important;
}
.delete-btn:hover{
    background-color: var(--color-gray) !important;
    color: var(--color-white) !important;
    border: solid 1px var(--color-gray) !important;
}

.profile-imagesdiv {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile-imagesdiv .pr-images{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border: solid 1px var(--color-blue);
    border-radius: 50%;
    flex-shrink: 0;
}
.profile-imagesdiv .pr-images img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: solid 3px #fcfcfc;
    object-fit: cover;
}

.profile-edite-from .form-group input{
    height: 40px;
    background: #EFF1F5;
    border-radius: 0;
    font-size: 13px;
}

.change-pass{
    border: solid 1px var(--color-blue) !important;
    background-color: transparent !important;
    color: var(--color-blue) !important;
}
.change-pass:hover{
    background-color: var(--color-blue) !important;
    color: var(--color-white) !important;
}
.profile-edite-from  button.py-2 {
    padding: 0.7rem 1rem !important;
}

.custom-upload{
    width: 150px;
    cursor: pointer;
}
.custom-upload .custom-file-label{
    font-size: 13px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 5px;
    padding: 0.45rem 1rem;
    border: solid 1px var(--color-blue);
    margin-bottom: 0;
    height: auto;
    cursor: pointer;
}
.custom-upload input{
    padding: 4px;
    cursor: pointer;
}
.custom-upload .custom-file-label::after{
    display: none;
}

.cap-img{
    display: inline-block;
    position: relative;
    flex-shrink: 0;
}
.cap-img img{
    height: 38px;
}
.add-btnn{
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 30px;
    border-radius: 5px;
    color: #333;
    border: solid 1px #333;
    background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{
    font-weight: 500;
}
.add-btn{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #cdcdcd;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.pagination-wrap nav{overflow-x: auto; text-align: center;}

.modal-body button.btn-warning {
    background: #fff !important;
    color: #146ace !important;
}
.voters-table .pagination-wrap{margin-top: 20px;} 
.voters-table .pagination-wrap .pagination{
    display: inline-flex;
}
.profilerow{flex-wrap: wrap;}
.bootstrap-select .dropdown-menu li { 
    margin-bottom: 0;
    padding-right: 0;
}
.page-link{
    color: #146ace;
}
.page-item.active .page-link{ 
    background-color: #146ace;
    border-color: #146ace;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{ 
    height: 35px;
    font-size: 26px;
    line-height: 28px;
    padding: 0 10px;
    overflow: hidden;
}
@media screen and (min-width:992px){
    .sidemenu{

        width: 40px;
    
        height: 40px;
    
        background-color: #146ace;
    
        color: #fff;
    
        position: absolute;
    
        left: 100%;
    
        text-align: center;
    
        line-height: 40px;
    
        font-size: 18px;
        cursor: pointer;
    
        top: 20px;
    
        border-radius: 0 10px 10px 0;
    
    }
    
    .left-sidebar{left: 0; transition: all 300ms ease-in-out;}
    
    .left-sidebar.sidebar-open{left: -200px;}
    
    .left-sidebar .sidemenu i::before{ 
        content: "\f00d";
    
        font-family: 'FontAwesome';
    
    }   
    .left-sidebar.sidebar-open .sidemenu i::before{
    
        content: "\f0c9";
    
        font-family: 'FontAwesome';
    
    }   
    .topbar .navbar-collapse{padding-left: 50px;}
    .sidebar-toggle-body .page-wrapper{
        padding-left: 0;
    }
    .sidebar-toggle-body .navbar-header{
        width: 0;
    }
    .sidebar-toggle-body .topbar .navbar-collapse {
        padding-left: 50px;
    }

    table.dataTable thead th, table.dataTable thead td {
        padding: 7px 22px 7px 10px !important;
    }
    table.dataTable tbody th, table.dataTable tbody td{
        padding: 7px 10px 7px 10px !important;
        font-size: 11px;
    }
    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
        bottom: 0.7em !important;
    }
}

/* ==========13/07/2023================ */
.node_root{
    width: 200px !important;
    height: 73px !important;
    border-radius: 12px !important;
}
.node_root > a{
    display: flex; flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    white-space: normal;
    line-height: normal;
}
.children__item:before, .children:before, .children__item{
    border-color: #4281cb !important;
}
.children__item:first-child, .children__item:last-child {
    border-left: 1px solid transparent !important;
}
.children_leftbranch .children__item:first-child, .children_leftbranch .children__item:last-child {
    border-right: 1px solid transparent !important;
}
.spiderimg{background-color: #fff;}

/* ===== */
@media screen and (max-width:991px){
    .node_root {
        width: 150px !important; 
    }
}
@media screen and (max-width:767px){
    .mindmap{padding: 0 30px;}
}

.accordion_cus .card{
    border-bottom: 0;
}
.accordion_cus .card:last-child{
    border-bottom: 1px;
}
.accordion_cus .card-header{
    padding: 0;
}
.accordion_cus .card-header .btn{
    padding: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #000;
    border: 0;
    position: relative;
}
.accordion_cus .card-header .btn h6{
    font-size: 13px;
    font-weight: 500;
    padding: 14px 15px;
}
.accordion_cus .card-header .btn .row > [class*="col-"]:last-child{
    border-left: solid 1px #d8d8d8;
}

.accordion_cus .card-header .btn::after, .votnamecount .hedcus:after{
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--color-blue);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.accordion_cus .card-header .btn::before, .votnamecount .hedcus:before{
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--color-blue);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}

.accordion_cus .card-header .btn[aria-expanded="true"]::after, .votnamecount .hedcus.active:after{
    transform: translateY(-50%);
}
.votnamecount .hedcus{
    position: relative;
}


.hed_cus .row > [class*="col-"]{
    border: solid 1px #d8d8d8;
    border-bottom: solid 0px #d8d8d8;
    border-right: 0;
    padding: 14px 15px;
}
.hed_cus .row > [class*="col-"]:last-child{
    border-right: solid 1px #d8d8d8;
}
.hed_cus .row > [class*="col-"] h5{
    font-size: 14px;
    font-weight: 600;
}

.customtable table.dataTable{
    margin-top: 0 !important;
}
.custom-tophed .serch-bar{
    min-width: 150px;
}
.custom-tophed{
    row-gap: 10px;
}