/*============================FONTS===============================*/


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* font-family: 'IBM Plex Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


/*==========================Common=============================*/

*,
html {
    padding: 0;
    margin: 0;
    font-size: 100%;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear {
    clear: both;
}

.clear:after {
    content: '';
    clear: both;
    position: relative;
    width: 100%;
    display: table;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    background: var(--whiteCommom);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

section {
    padding: 70px 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

form textarea:focus,
form input:focus,
form select:focus {
    outline: none;
    border: none;
}

form input:focus-visible {
    outline-style: inherit;
    outline-width: 0px;
}

form input::-webkit-inner-spin-button,
form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

:root {
    --f1-shade: #f1f1f1;
    --f7-shade: #f7f7f7;
    --font-size: 0.80rem;
    --lil-font: 0.78rem;
    --dark-blue: #073c6d;
    --trans-thmblue: #0e86f610;
    --trans-thmgreen: #57c5462e;
    --theme-blue: #0e86f6;
    --mid-blue: #2b7dbc;
    --theme-green: #629b58;
    --green: #46a536;
    --graytxt: #5c5d60;
    --Ibmfont: 'IBM Plex Sans', sans-serif;
    --main-bg: #f2f4f9;
    --main-black: #000;
    --light-gray: #efefef;
    --light-border: #e9edf4;
    --light-border2: #e9ecef;
    --border: rgba(0, 0, 0, .4);
    --lightest-blue: #2b7dbc2e;
    --mainhd: #32325d;
    --shadowCommon: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    --th-bg: #f6f9fc;
    --th-color: #8898aa;
    --whiteCommom: #fff;
    --robotofont: 'Roboto', sans-serif;
    --td-color: #525f7f;
    --lightest-green: #e5efe4;
    /* --lgb: #95c28e; */
    --lgb: #72bae6;
    --ylw-grad: linear-gradient(60deg, #ffa726, #fb8c00);
    --pnk-grad: linear-gradient(60deg, #ec407a, #d81b60);
    --grn-grad: linear-gradient(60deg, #66bb6a, #43a047);
    --sky-grad: linear-gradient(60deg, #26c6da, #00acc1);
    --blueglass: linear-gradient(60deg, #6d7be3, #5565d6);
    --bluedark-grand: linear-gradient(60deg, #7373bb, #38387d);
    --yellowfead-grand: linear-gradient(60deg, #f8c291, #dd9551);
    --lightgreen-grand: linear-gradient(60deg, #78e08f, #4dbf65);
    --ylw-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    --pnk-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
    --grn-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    --sky-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    --blueshadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(85, 101, 214, 0.4);
    --yellowlight-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(248, 194, 145, 0.4);
    --bluedark-shdow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(115, 115, 187, 0.4);
    --danger-fade: #ff798636;
}


/* *************************
dashboard*
****************************************** */

.side-fixed-nav {
    position: relative;
    background: var(--dark-blue);
    width: 65px;
    height: 100vh;
    text-align: center;
}

.side-fixed-nav ul {
    padding: 10px 0;
}

.side-fixed-nav ul li {
    text-align: center;
    margin: 0 0 5px;
}

.side-fixed-nav ul a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.side-fixed-nav ul a img {
    max-width: 18px;
}

.side-fixed-nav ul li.active {
    border-left: 3px solid var(--whiteCommom);
}

.side-fixed-nav ul li.active a,
.side-fixed-nav ul li a:hover {
    background: rgba(255, 255, 255, .28);
}

.side-menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 20px;
}

.side-collapsi-nav {
    width: 270px;
    background: var(--whiteCommom);
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    /* white-space: nowrap; */
    height: 100vh;
}

.admin-short-logo {
    display: inline-block;
    padding: 6px 0 0px;
    width: 65px;
    overflow: hidden;
    /* background: #c4e3ff; */
}

.admin-real-logo {
    text-align: center;
    min-height: 65px;
    font-weight: 500;
    font-size: 31px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--light-border);
    padding: 0px 15px;
    justify-content: center;
    color: var(--theme-green);
}

.admin-real-logo:hover {
    color: var(--theme-green);
}

.admin-real-logo .icon {
    margin-right: 16px;
    padding: 6px 0 8px;
}

.admin-short-logo img {
    width: 55px;
}

.admin-real-logo img {
    max-width: 73px;
}

.admin-panel-holdr {
    display: flex;
}

.admin-main-panel {
    background: var(--main-bg);
    height: 100vh;
    width: calc(100% - 335px);
    position: relative;
    transition: 00.5s ease-in-out;
    overflow: auto;
}

.main-menu {
    font-family: 'Roboto', sans-serif;
    height: calc(100vh - 110px);
    overflow: hidden;
    overflow-y: auto;
    /* padding-top: 12px; */
}

.main-menu li {
    padding: 0 15px 0px 15px;
    margin: 0 0 3px;
    transition: 00.5s ease-in-out;
}

.main-menu li a {
    color: #606060;
    font-size: 0.86rem;
    line-height: 20px;
    /* display: block; */
    /* align-items: center; */
    display: flex;
    padding: 10px 12px;
    font-weight: 500;
    position: relative;
}

.main-menu li a .ico {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
    color: var(--theme-green);
}

.main-menu li.active>a,
.main-menu li a:hover {
    border-radius: 3px;
    background: var(--light-gray);
    color: #606060;
}

.main-menu li.active>a .ico {
    color: #606060;
}

.main-menu li.active {
    border-right: 3px solid var(--theme-blue);
}

.main-menu li.menu-title {
    padding: 12px 15px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: var(--font-size);
    text-transform: uppercase;
    color: var(--graytxt);
    font-weight: 500;
    /* font-family: var(--Ibmfont); */
    margin: 0;
}

.main-menu li.haschild.change {
    background: var(--light-gray);
}

.main-menu li.haschild>a::after {
    content: "\f2fb";
    right: 5px;
    position: absolute;
    height: 18px;
    width: 18px;
    line-height: 19px;
    font-family: "Material-Design-Iconic-Font";
    top: 10px;
    text-align: center;
    /* transition: 0.5s ease-in-out; */
    font-size: 18px;
}

.main-menu li.haschild>a.move::after {
    content: "\f2f9";
}

.main-menu li.haschild>ul li {
    padding: 2px 0;
    margin: 0;
}

.main-menu li .ico img {
    max-width: 16px;
}

.main-menu li.haschild>ul li.active {
    border: none;
}

.main-menu li.haschild>ul li a {
    border-left: 2px solid transparent;
    font-size: var(--font-size);
    color: var(--mid-blue);
}

.main-menu li.haschild>ul li.active>a,
.main-menu li.haschild>ul li a:hover {
    background: var(--light-gray);
    border-left: 2px solid var(--mid-blue);
}

.main-menu li.haschild>ul {
    display: none;
    margin-left: 10px;
}

.main-menu li.haschild>ul li ul li a {
    font-size: var(--lil-font);
}

.main-menu li.haschild>ul li ul {
    margin-left: 25px;
}

.main-menu li.haschild>ul li a .ico {
    margin-right: 8px;
}

.main-menu li.haschild>ul li>ul li a {
    color: var(--theme-green);
}

.main-menu li.haschild>ul li>ul li.active>a,
.main-menu li.haschild>ul li>ul li a:hover {
    background: var(--light-gray);
    border-left: 2px solid var(--theme-green);
}


/* width */

.side-collapsi-nav .main-menu::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}


/* Track */

.side-collapsi-nav .main-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}


/* Handle */

.side-collapsi-nav .main-menu::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 20px;
}

.dash-btn {
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 10px;
    padding: 5px;
    border-radius: 4px;
    background: var(--whiteCommom);
    /* box-shadow: 0 2px 20px 1px rgba(0,0,0,.2); */
    transition: 0.5s ease-in-out;
}

.dash-btn img {
    width: 30px;
}

.admin-main-panel.expand,
.admin-main-panel.expand .admin-top-panel {
    width: calc(100% - 65px);
}

.side-collapsi-nav.collapsed {
    width: 0;
}

.dash-btn:hover,
.dash-btn.closebtn {
    background: var(--lightest-blue);
    box-shadow: none;
}

.side-collapsi-nav.collapsed a {
    text-indent: -9999px;
}

.admin-top-panel {
    height: 65px;
    border-left: 1px solid var(--light-border);
    border-bottom: 1px solid var(--light-border);
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: calc(100% - 325px);
    z-index: 999;
    transition: 0.5s ease-in-out;
    box-shadow: 5px 2px 40px -1px rgba(0, 0, 0, .1);
    background: var(--main-bg);
}

.admin-options-holdr {
    display: flex;
    padding: 6px 50px 6px 0px;
    align-items: center;
    /* width: 36%; */
}

.admin-options-holdr a {
    display: inline-block;
}

.expandiwindow img,
.user-name img {
    max-width: 20px;
}

.user-name {
    width: 45px;
    height: 45px;
    line-height: 37px;
    text-align: center;
    background: #e4e4e4e4;
    border-radius: 100%;
    border: 3px solid var(--whiteCommom);
    box-shadow: var(--shadowCommon);
    position: relative;
}

.user-holdr {
    padding-right: 10px;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #ddd;
    position: relative;
}

.user-dropdown {
    position: absolute;
}

.welcome-msg p {
    margin: 0;
    font-size: 0.97rem;
    font-weight: 500;
    font-family: var(--Ibmfont);
    color: var(--main-black);
}

.notiimg img {
    max-width: 30px;
}

.welcome-msg .usercode {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    display: block;
    width: 100%;
}

.welcome-msg {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #ddd;
}

.user-dropdown {
    position: absolute;
    width: 200px;
    background: var(--whiteCommom);
    border-radius: 10px;
    box-shadow: 0 2px 30px -1px rgba(0, 0, 0, .15);
    top: 58px;
    /* overflow: hidden; */
    transition: 0.3s ease-in-out;
    height: auto;
    display: none;
}

.user-dropdown.closedrpdwn {
    display: block;
}

.user-ico-arrow {
    position: absolute;
    font-size: 45px;
    top: -28px;
    left: 12px;
    color: #c5c5c5;
}

.title-h4 {
    color: var(--graytxt);
    background: #307cc336;
    border-bottom: 3px solid;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.up-profile-holdr figure {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #e4e4e4e4;
    border-radius: 100%;
    border: 4px solid var(--whiteCommom);
    box-shadow: 0 0 0 1px #aaa;
}

.up-profile-holdr figure img {
    border-radius: 100%;
    width: 100%;
}

.up-profile-holdr {
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.profile-name {
    /* width: 60%; */
}

.profile-name h5 {
    font-size: 16px;
    font-weight: 600;
}

.profile-user-code {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.edit-profile {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    background: #307dc3;
    color: var(--whiteCommom);
    border-radius: 100%;
    font-size: 16px;
    margin-left: 10px;
}

.employee-details {
    font-family: 'Roboto', sans-serif;
}

.employee-details ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}

.employee-details ul li .hd {
    color: #aaa;
    font-size: 14px;
}

.employee-details ul li .vlu {
    color: var(--main-black);
    font-weight: 600;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.profile-editors ul li a {
    font-family: 'Roboto', sans-serif;
    color: var(--main-black);
    padding: 6px 18px;
    display: inline-block;
    font-size: var(--font-size);
    width: 100%;
    font-weight: 500;
}

.profile-editors ul li a:hover {
    background: var(--light-gray);
}

.profile-editors ul li a .ico {
    display: inline-block;
    /* width: 30px; */
    /* height: 30px; */
    /* line-height: 30px; */
    color: var(--black);
    /* background: #eee; */
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
}


/* .profile-editors ul li:first-child a .ico{
    color: rgb(255, 0, 132);
    background: #ff00841a;
}
.profile-editors ul li:nth-child(2) a .ico{
    background: #307cc323;
    color: #307dc3;
}
.profile-editors ul li:nth-child(3) a .ico{
    color: #ff3d3d;
    background: #ff3d3d26;
}
.profile-editors ul li:nth-child(4) a .ico{
    color: #03af00;
    background: #03af0026;
} */

.logout {
    /* border-top: 1px solid #ddd; */
}

.profile-editors ul li.logout a .ico {
    color: #ff3d3d;
}

.edit-profile:hover {
    background: #141d1e;
    color: var(--whiteCommom);
}

.notiimg {
    position: relative;
}

.noti-nos {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    right: -2px;
    top: -5px;
    background: #f00;
    color: var(--whiteCommom);
    font-size: 12px;
}

.targets-hding-hldr {
    background: var(--whiteCommom);
    margin: 30px 0 0;
    padding: 20px 18px;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadowCommon);
}

.targets-hd-left figure {
    margin: 0px 10px 0 0;
    text-align: center;
}

.targets-hd-left img {
    max-width: 20px;
}

.targets-hd-left {
    display: flex;
}

h2.title {
    font-size: 22px;
    margin: 0 0 14px;
    font-weight: 600;
    color: var(--mainhd);
}

h2.title span {
    font-size: 22px;
    color: var(--main-black);
}

.target-hding-info p {
    margin: 0;
    color: #777;
    font-weight: 600;
    font-size: 18px;
}

.target-hd-right {
    display: flex;
    align-items: center;
}

.target-hd-btn {
    background: var(--theme-green);
    color: var(--whiteCommom);
    display: inline-block;
    padding: 8px 15px;
    margin: 0 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.target-hd-btn.srch-btn {
    background: var(--theme-blue);
}

.target-hd-btn.trsh-btn {
    background: red;
}

.target-hd-btn .ico {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.target-hd-btn:hover {
    box-shadow: 0 0 0 1px var(--theme-green);
    color: var(--theme-green);
    background: transparent;
}

.target-hd-btn.srch-btn:hover {
    box-shadow: 0 0 0 1px var(--theme-blue);
    color: var(--theme-blue);
}

.target-hd-btn.trsh-btn:hover {
    box-shadow: 0 0 0 1px #f00;
    color: #f00;
}

.active-dot {
    position: absolute;
    width: 13px;
    height: 13px;
    background: #11d511;
    border-radius: 100%;
    bottom: -2px;
    border: 3px solid var(--whiteCommom);
}

.dashboard-main {
    padding: 65px 40px 45px;
    position: relative;
}

.breadcrumb {
    margin: 0;
    font-size: 13px;
    line-height: 1;
}

.breadcrumb .breadcrumb-item a {
    color: #aaa;
    display: flex;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--main-black);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--graytxt);
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
}

.breadcrumb .breadcrumb-item a img {
    max-width: 16px;
}

.breadcrumb .breadcrumb-item a .ico {
    display: inline-block;
    margin: -4px 6px 0 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}


/* ****************************
table design
*********************************** */

.common-table {
    background: var(--whiteCommom);
    box-shadow: var(--shadowCommon);
    overflow: hidden;
    border-radius: .375rem;
    margin: 30px 0 0;
}

.table-hd {
    padding: 15px 18px;
    margin: 0;
    font-size: 1.0625rem;
    font-family: var(--robotofont);
    /* border-bottom: 1px solid var(--light-border2); */
    background: var(--lgb);
    color: var(--whiteCommom);
    border-radius: .375rem .375rem 0 0;
}

.common-table table {
    margin: 0;
}

.common-table th {
    padding: 8px 12px;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--light-border2);
    background: var(--th-bg);
    color: var(--main-black);
    white-space: nowrap;
}

.common-table td {
    border-bottom: 1px solid var(--light-border2);
    padding: 6px 10px;
    color: var(--td-color);
    font-size: var(--font-size);
    line-height: 1.5;
    /* white-space: nowrap; */
    min-height: 50px;
    vertical-align: middle;
}

.common-table td:last-child {
    min-width: 100px;
}

.common-table.book-reg-table td:nth-child(9) {
    min-width: 200px;
}

.common-table .cmn-ico {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border: 1px solid var(--lgb);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: var(--green);
    margin: 0 2px;
    background: var(--lightest-green);
}

.common-table .cmn-ico.delete-ico {
    color: red;
    background: rgb(255 238 238);
    border: 1px solid #ff9595;
}

.common-table tr:nth-child(odd) td {
    background: var(--trans-thmblue);
}


/* width */

.common-table .table-responsive::-webkit-scrollbar {
    height: 5px;
}


/* Track */

.common-table .table-responsive::-webkit-scrollbar-track {
    background: var(--light-gray);
}


/* Handle */

.common-table .table-responsive::-webkit-scrollbar-thumb {
    background: var(--bs-gray-500);
}

.under-tbl-info {
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
}

.under-tbl-info p {
    font-size: var(--font-size);
    margin: 0;
    color: var(--graytxt);
}

.pagination-holdr ul {
    display: flex;
}

.pagination-holdr ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%!important;
    width: 36px;
    height: 36px;
    font-size: .875rem;
    color: var(--bs-gray-600);
    border: 1px solid var(--bs-gray-300);
}

.pagination-holdr ul li a.active {
    background: var(--theme-blue);
    color: var(--whiteCommom);
    border: 1px solid var(--theme-blue);
}

.pagination-holdr ul li a.active {
    pointer-events: none;
}

.pagination-holdr ul li a:hover {
    background: var(--light-gray);
}

.entri-holdr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: var(--lgb);
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.entri-holdr .entries {
    /* position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%); */
    color: #fff;
    font-size: var(--font-size);
    font-weight: 500;
}

.entri-holdr .entries select:focus,
.entri-holdr .entries:focus-visible,
.entri-holdr .entries:focus-within {
    outline: none;
}

.entri-holdr .entries select {
    color: #fff;
    background: var(--lgb);
    border: 1px solid var(--whiteCommom);
    margin: 0 5px;
    width: 50px;
    padding: 0.2em 0;
    border-radius: 2px;
}

.common-table.announcement-table td:nth-child(4) {
    min-width: 100px;
}

.common-table.announcement-table td:nth-child(3) {
    min-width: 200px;
}
.table-btns a.exprt{
    color: #fff;
    font-size: var(--font-size);
    font-weight: 500;
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #fff;
    border-radius: 2px;
}
.table-btns{
    position: relative;
}

.table-btns a:hover{
    color: var(--lgb);
    background: var(--whiteCommom);
}
.table-btns a.dwnld{
    color: var(--lgb);
    background: var(--whiteCommom);
}
.table-btns a.dwnld:hover{
    color: var(--whiteCommom);
    background: var(--lgb);
}
.exprt-drpdwn{
    position: absolute;
    right: 0;
    background: var(--whiteCommom);
    font-size: var(--font-size);
    font-weight: 500;
    border-radius: 2px;
    width: 150px;
    box-shadow: var(--shadowCommon);
    overflow: hidden;
    display: none;
}
.exprt-drpdwn a{
    display: block;
    padding: 0 10px;
    color: var(--lgb);
}
.exprt-drpdwn a:hover{
    color: var(--whiteCommom);
    background: var(--mid-blue);
}
.common-form .row > div input[type=submit].clr{
    margin-left: 0;
    background: var(--graytxt);
}
.common-form .row > div input[type=submit].clr:hover{
    background: var(--bs-gray-600);
}

/* *****************************
form-design
******************************** */

.common-form {
    background: var(--whiteCommom);
    box-shadow: var(--shadowCommon);
    /* overflow: hidden; */
    border-radius: .375rem;
    margin: 30px 0 0;
}

.common-form form {
    padding: 20px 18px 1px;
}

.common-form .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    position: relative;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.common-form .row>div label.lvl {
    width: 100%;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--td-color);
    margin: 0 0 10px;
    word-break: break-all;
}

.common-form.lvl-side .row>div label.lvl,
.common-form .row>div.ava-holdr label.lvl {
    margin: 0;
    width: 22%;
}

.common-form .row>div input,
.common-form .row>div textarea,
.common-form .row>div select {
    display: block;
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0.25rem;
    min-height: 45px;
    color: var(--th-color);
    border: 1px solid var(--bs-gray-300);
}

.common-form .row>div textarea {
    min-height: 100px;
}

.common-form.lvl-side .row>div input,
.common-form.lvl-side .row>div textarea,
.common-form.lvl-side .row>div select {
    width: 75%;
}

.swicth-drp-down {
    width: 75%;
    display: flex;
    align-items: center;
    align-self: center;
    color: var(--th-color);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
}

.swicth-drp-down label {
    width: 50px;
    height: 20px;
    background: var(--bs-gray-300);
    border-radius: 50px;
    position: relative;
    transition: 0.5s ease-in-out;
    margin: 0px;
}

.swicth-drp-down .chk-holdr {
    margin: 0 10px;
    display: flex;
}

.swicth-drp-down label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 100%;
    left: inherit;
    right: 2px;
    background: var(--whiteCommom);
    border: 2px solid var(--bs-gray-500);
    transition: 0.5s ease-in-out;
}

.swicth-drp-down input:checked+label {
    background: var(--lgb);
}

.swicth-drp-down input:checked+label::before {
    right: inherit;
    left: 2px;
    border: 2px solid var(--theme-green);
}

.swicth-drp-down.radio-box label {
    width: 20px;
    background: var(--whiteCommom) !important;
    border: 2px solid var(--bs-gray-500) !important;
}

.swicth-drp-down.radio-box input:checked+label {
    border: 2px solid var(--lgb) !important;
}

.swicth-drp-down.radio-box label::before {
    right: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--whiteCommom) !important;
    border-color: var(--whiteCommom) !important;
}

.swicth-drp-down.radio-box input:checked+label::before {
    right: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--theme-green) !important;
    border-color: var(--whiteCommom) !important;
}

.common-form .row > div .swicth-drp-down input {
    display: none;
    transition: 0.5s ease-in-out;
}

.common-form .row > div input::-webkit-input-placeholder {
    /* Edge */
    color: var(--th-color);
}

.common-form .row > div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--th-color);
}

.common-form .row > div input::placeholder {
    color: var(--th-color);
}

.common-form .row > div textarea::-webkit-input-placeholder {
    /* Edge */
    color: var(--th-color);
}

.common-form .row > div textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--th-color);
}

.common-form .row > div textarea::placeholder {
    color: var(--th-color);
}

.common-form .required {
    color: red;
}

.common-form .row > div input[type=submit] {
    background: var(--theme-green);
    color: var(--whiteCommom);
    display: table;
    padding: 8px 15px;
    margin-left: auto;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: 100%;
    max-width: 150px;
    transition: 0.5s ease-in-out;
}

.common-form .row > div input[type=submit].prev {
    margin-left: 0;
}

.common-form .row > div input[type=submit]:hover {
    background: var(--green);
}


/* ***********************
dashboards
**************************** */

.dashboard-panels-holdr {
    margin: 60px 0 0;
}

.dashboard-panels-holdr .col {
    margin: 0 0 40px;
}

.dash-main-box {
    box-shadow: var(--shadowCommon);
    background: var(--whiteCommom);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 18px;
}

.vi-de {
    width: 100%;
    display: block;
    color: var(--bs-gray-500);
    font-size: var(--font-size);
    padding: 8px 0 10px;
    border-top: 1px solid var(--light-border2);
    margin: 14px 0 0;
    position: relative;
}

.vi-de::after {
    content: "\f301";
    font-family: "Material-Design-Iconic-Font";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    line-height: 20px;
}

.vi-de:hover {
    color: var(--green);
}

.dash-main-box figure {
    margin: -25px 0 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 3px;
    background: #ddd;
}

.dash-main-box figure img {
    max-width: 40px;
}

.dashboard-panels-holdr .col:first-child .dash-main-box figure {
    background: var(--ylw-grad);
    box-shadow: var(--ylw-shdow);
}

.dashboard-panels-holdr .col:nth-child(2) .dash-main-box figure {
    background: var(--pnk-grad);
    box-shadow: var(--pnk-shdow);
}

.dashboard-panels-holdr .col:nth-child(3) .dash-main-box figure {
    background: var(--grn-grad);
    box-shadow: var(--grn-shdow);
}

.dashboard-panels-holdr .col:nth-child(3) .dash-main-box figure {
    background: var(--sky-grad);
    box-shadow: var(--sky-shdow);
}

.dashboard-panels-holdr .col:nth-child(4) .dash-main-box figure {
    background: var(--blueglass);
    box-shadow: var(--blueshadow);
}

.dashboard-panels-holdr .col:nth-child(5) .dash-main-box figure {
    background: var(--lightgreen-grand);
    box-shadow: var(--grn-shdow);
}

.dashboard-panels-holdr .col:nth-child(6) .dash-main-box figure {
    background: var(--yellowfead-grand);
    box-shadow: var(--yellowlight-shdow);
}

.dashboard-panels-holdr .col:nth-child(7) .dash-main-box figure {
    background: var(--bluedark-grand);
    box-shadow: var(--bluedark-shdow);
}

.dashboard-panels-holdr .col:last-child .dash-main-box figure {
    background: var(--grn-grad);
    box-shadow: var(--grn-shdow);
}

.dash-taks {
    padding-top: 15px;
}

h5.dash-tl {
    font-weight: 300;
    color: var(--bs-gray-500);
    font-size: 16px;
    font-family: var(--robotofont);
    margin-bottom: 5px;
}

.write-tsk {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
}


/* *************************
custom select box
******************************* */

.choose-drp {
    border-radius: 0 0 5px 5px;
    background: var(--whiteCommom);
    box-shadow: var(--shadowCommon);
    width: 90%;
    position: absolute;
    top: 76px;
    z-index: 2;
    display: none;
    overflow: hidden;
}

.choose-drp.open {
    display: block;
}

.select-srch-fld {
    width: 100%;
}

.choose-op {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0.25rem;
    min-height: 45px;
    color: var(--th-color);
    border: 1px solid var(--bs-gray-300);
}

.common-form .row > div .choose-drp .choose-srch input {
    width: 100%;
    min-height: inherit;
    padding: 5px;
    background: #fff url(../images/loupe.png) no-repeat calc(100% - 10px) center;
    background-size: 16px;
}

.choose-srch {
    padding: 6px;
}

.choose-drp ul li {
    font-size: var(--font-size);
    color: var(--graytxt);
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.choose-drp ul li:hover {
    background: var(--f7-shade);
}

.common-form.my-tasks-frm .col {
    align-items: flex-end;
}

.choose-drp ul {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}


/* width */

.choose-drp ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}


/* Track */

.choose-drp ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}


/* Handle */

.choose-drp ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 20px;
}

.common-form.book-reg-frm-srch form {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}


/* width */

.common-form.book-reg-frm-srch form::-webkit-scrollbar {
    width: 6px;
    border-radius: 20px;
}


/* Track */

.common-form.book-reg-frm-srch form::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}


/* Handle */

.common-form.book-reg-frm-srch form::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 20px;
}

.common-form.add-member-frms .col textarea {
    height: 50px;
    min-height: inherit;
}


/* **************************
blank page section
***************************** */

.error-blnk-section {
    background: var(--whiteCommom);
    box-shadow: var(--shadowCommon);
    overflow: hidden;
    border-radius: 0.375rem;
    margin: 30px 0 0;
    position: relative;
    min-height: 300px;
}

.error-blnk-holdr {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px 18px;
}

h2.no-tsk {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--light-border2);
    color: var(--bs-gray-500);
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.no-tsk .icon {
    color: red;
    font-size: 40px;
    margin-right: 10px;
}

.error-blnk-holdr p {
    font-size: 1.2rem;
    font-weight: 300;
}


/* ******************common-txtbox************************* */

.common-txt-box li {
    padding: 15px 18px;
    font-size: var(--font-size);
    color: var(--td-color);
    position: relative;
    padding-left: 35px;
}

.common-txt-box li:nth-child(odd) {
    background: var(--trans-thmblue);
}

.common-txt-box li::before {
    content: "";
    position: absolute;
    top: 20px;
    background: url(../images/send.png) no-repeat 0 center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    left: 12px;
}


/* ******************others************************* */

.book-loc-frm.common-form {
    height: 800px;
    position: relative;
}

.last-sec {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100%;
}

.book-loc-frm .last-sec .col {
    margin: 0;
}

.notify-pg,
.admin-top-panel .admin-short-logo {
    display: none;
}

.blackpanel {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1233;
    display: none;
}

.common-form .row > div input.search-box {
    background: url(../images/loupe.png) no-repeat 10px center;
    padding-left: 45px;
    background-size: 20px;
}


/* /* **************
user table
****************************** */

.user-list-table td:first-child p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.user-list-table td:first-child span.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--theme-blue);
    text-align: center;
    color: var(--whiteCommom);
    font-weight: bold;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.user-list-table td:first-child span.desg {
    display: block;
    font-size: var(--lil-font);
    color: var(--bs-gray-500);
    line-height: 1.5;
}

.user-role-list-table td p {
    margin: 0 0 .5rem;
}

.user-role-list-table td p:last-child {
    margin: 0;
}

.user-role-list-table td:nth-child(2) p,
.user-role-list-table td:nth-child(3) p {
    color: var(--bs-success);
    font-weight: 600;
    background: var(--trans-thmgreen);
    text-align: center;
    padding: 4px;
    border-radius: 0.375rem;
}

.user-role-list-table td:nth-child(4) p {
    color: var(--bs-danger);
    font-weight: 600;
    background: var(--danger-fade);
    text-align: center;
    padding: 4px;
    border-radius: 0.375rem;
}

.check-holdr {
    display: inline-block;
    vertical-align: middle;
}

.common-table th .check-holdr {
    vertical-align: -webkit-baseline-middle;
}

.check-holdr label {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid var(--green);
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.check-holdr label::before {
    content: '\f26b';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--theme-green);
    line-height: 16px;
    opacity: 0;
}

.check-holdr input[type=checkbox]:checked+label::before {
    opacity: 1;
}

.check-holdr input[type=checkbox] {
    display: none;
}

.User-srch.common-form .row > div {
    align-items: flex-end;
}


/* ********************
tab design
********************* */

.tagnets-main-tab .tab-menu ul {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
}
/* width */
.tagnets-main-tab .tab-menu ul::-webkit-scrollbar {
    height: 3px;
  }
  
  /* Track */
  .tagnets-main-tab .tab-menu ul::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .tagnets-main-tab .tab-menu ul::-webkit-scrollbar-thumb {
    background: var(--bs-gray-500);
  }
  
.tagnets-main-tab .tab-menu li a {
    display: inline-block;
    padding: 8px 12px;
    color: var(--th-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

.tagnets-main-tab .tab-menu li a.active {
    border-bottom: 3px solid #53b4ff;
    color: var(--whiteCommom);
    background: #fff;
    border-radius: 10px 10px 0 0;
    background: var(--mid-blue);
    box-shadow: var(--shadowCommon);
}

.tagnets-main-tab .tab-main-box {
    padding: 30px 25px;
    background: #fff;
    box-shadow: var(--shadowCommon);
    border-radius: 0 0 10px 10px;
}

.tab-main-box .tab-box {
    display: none;
}

.tagnets-main-tab {
    margin: 30px 0 0;
}

.tab-main-box .common-form {
    margin-top: 0;
    box-shadow: none;
}

.tab-main-box .common-form form {
    border: 1px solid var(--light-border);
    border-top: 0;
}

h4.titleh4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--td-color);
    margin: 0 0 1rem;
}

.upload-ico {
    display: inline-block;
}

.upload-ico img {
    max-width: 60px;
}

.upload-btn {
    border-radius: 50px;
    background: var(--mid-blue);
    color: var(--whiteCommom);
    padding: 5px 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
}

.upload-btn:hover {
    background: var(--theme-blue);
    color: #fff;
}

#fileName {
    margin: 0 0 10px;
}

.form-upload-hldr p {
    margin: 10px 0 0;
    color: #878585;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.upload-more {
    font-size: 20px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

.upload-attactments-holdr {
    width: 100%;
}

.upload-attactments-holdr input:not(:last-child) {
    margin: 0;
}


/* .partnership-frm .row{
    align-items: flex-end;
} */

.common-form .row .col .upload-attactments-holdr .upload-lvl {
    background: var(--f7-shade);
    border: 2px dashed var(--bs-gray-500);
    border-radius: 30px;
    text-align: center;
    padding: 10px 20px 20px;
    width: 100%;
}

.upload-attactments-holdr p {
    font-size: var(--lil-font);
    color: var(--graytxt);
    margin: 0;
}

.common-form .row .form-upload-hldr input {
    display: none;
}

.previous-file .ico {
    display: inline-block;
    max-width: 20px;
}
.previous-file figure{
    margin: 0;
    padding: 10px;
    border: 1px solid var(--bs-gray-400);
    background: #fff;
}
.previous-file figure img{
    width: 100px;
}
.previous-file .choosed-filenm {
    font-size: var(--lil-font);
}

.previous-file .ico img {
    width: 100%;
}

.previous-files-hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 75%; */
    /* background: #f4f4f4; */
    /* padding: 5px 5px 5px 5px; */
    border-radius: 5px;
    /* box-shadow: 0 2px 4px -1px rgba(0,0,0,.3); */
}

.pre-file-chose-dlt-hldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
}

.pre-file-chose-dlt-hldr:last-child {
    margin: 0;
}

.file-view-delt {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.upload-pre-attactments-holdr {
    width: 50%;
}
.common-form .row>div .upload-pre-attactments-holdr {
    width: 100%;
    margin-top: 6px;
}
.row.bg-clr {
    background: var(--f1-shade);
    padding: 20px 10px 0;
    margin: 0 0 1rem;
    border-radius: 10px;
}

.cmn-icon {
    font-size: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #307cc328;
    color: #307dc3;
    border-radius: 100%;
    border: 1px solid #307dc3ab;
    display: inline-block;
}

.cmn-icon:not(:last-child) {
    margin-right: 10px;
}

.common-form .row>div .choose-file input {
    display: none;
}

.common-form .row>div .choose-file input:checked+label {
    background: #307cc316;
}

.common-form .row>div .choose-file label::before {
    content: "\f26b";
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Material-Design-Iconic-Font';
    opacity: 0;
}

.common-form .row>div .choose-file input:checked+label::before {
    opacity: 1;
}

.choose-file {
    display: flex;
    margin-left: 10px;
}

.common-form .row>div .choose-file label {
    width: 15px;
    height: 15px;
    border: 1px solid #2d70af;
    background: #fff;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.type-doc {
    width: 100%;
    margin: 0 0 18px;
}

.row.bg-clr input {
    background: #fff;
}


/* ****************************
end of inner pages
******************************** */


/* manage user table */

.manageusertable {
    width: 100%;
    margin: 25px 0 0 0;
}

.manageusertable tr td,
.manageusertable tr th {
    padding: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.manageusertable tr th {
    background: var(--dark-blue);
    color: var(--f1-shade);
    font-size: 15px;
}

.manageusertable tr:nth-child(even) td {
    background: var(--f7-shade);
}

.manageusertable tr th:first-child,
.manageusertable tr td:first-child {
    width: 70px;
    text-align: center;
}

.edit,
.delete {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    background: var(--green);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--f1-shade);
}

.delete {
    background: var(--bs-danger);
    margin-left: 5px;
}

.edit:hover,
.delete:hover {
    color: var(--f1-shade);
}


/* manage user table end */


/* thaird party search */

.thardpartysearch .col input.search-box {
    background: #fff;
    padding-left: 0.625rem;
}

.thardpartysearch .col input[type='submit'] {
    max-width: 100%;
}

.branch-wrpe {
    border: 1px solid var(--light-border);
    border-top: 0;
    padding: 20px 18px 0;
}

.branch-have {
    margin: 0 0 15px 0;
    width: 100%;
}

.branch-have span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.branch-have input {
    display: none;
}

.branch-have .custom-radio {
    display: inline-block;
    margin: 0 0 0 5px;
}

.branch-have .custom-radio label {
    display: inline-block;
    width: 60px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #fff;
    border: 1px solid var(--bs-success);
    color: var(--bs-success);
    padding: 2px;
    font-weight: 500;
    cursor: pointer;
}

.branch-have .custom-radio label[for='no'],
.branch-have .custom-radio label[for='no_1'],
.branch-have .custom-radio label[for='no_2'],
.branch-have .custom-radio label[for='no_3']  {
    border: 1px solid var(--theme-blue);
    color: var(--theme-blue);
}

.branch-have .custom-radio input[type='radio']:checked+label[for='yes'] {
    border: 1px solid var(--bs-success);
    color: #fff;
    background: var(--bs-success);
}

.branch-have .custom-radio input[type='radio']:checked+label[for='no'] {
    border: 1px solid var(--theme-blue);
    color: #fff;
    background: var(--theme-blue);
}

.eithr-select p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.eithr-select p a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--blueglass);
    color: var(--f1-shade);
    margin-left: 10px;
    font-weight: normal;
}

.either-visablearea,
.partner-visablearea,
.branch-visblarea {
    opacity: 0.5;
    position: relative;
}

.either-visablearea::after,
.partner-visablearea:after,
.branch-visblarea:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    cursor: no-drop;
}

.either-visablearea.show,
.partner-visablearea.show,
.branch-visblarea.show {
    opacity: 1;
}

.either-visablearea.show:after,
.partner-visablearea.show:after,
.branch-visblarea.show:after {
    display: none;
}

.banrnch-havve {
    display: none;
}

.banrnch-havve.yes {
    display: block;
}

.banrnch-havve :is(input,
select,
textarea):focus {
    outline: none;
}

.agree-list-wrp {
    padding: 15px 6px;
}

.agree-list-wrp .form-group {
    display: flex;
    margin: 0 0 15px 0;
}

.agree-list-wrp input {
    width: 17px;
    height: 25px;
    margin: 0 6px 0 0;
}

.agree-list-wrp p {
    margin: 0;
    font-size: 15px;
}

.addmore-partner {
    display: table;
    padding: 7px 9px;
    background: var(--grn-grad);
    margin-left: auto;
    margin-bottom: 18px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
}

.addmore-partner:hover {
    color: #fff;
}

.partneradd,
.branchadd {
    display: none;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.partneradd.show,
.branchadd.show {
    display: block;
}

.removearea,
.removearea:hover {
    display: table;
    font-size: 25px;
    margin-left: auto;
    margin-bottom: 10px;
    color: var(--bs-danger);
}

.upload-btn-row .col:last-child {
    width: 40%;
}
.at-will-hldr{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.common-form .row>div .at-will-hldr label.lvl{
    margin: 0;
    margin-right: 10px;
    width: auto;
}
.common-form .row>div .at-will-hldr input{
    width: 22px;
    height: 22px;
    line-height: 22px;
    min-height: inherit;
}
.dont-show{
    display: none !important;
}
#ui-datepicker-div{
    display: block;
}

  .date-picker {
    width: 100%;
    z-index: 1;
    height: auto;
    max-height: 50px;
    background: white;
    position: relative;
    transition: all 0.3s 0s ease-in-out;
  }
  .date-picker .input {
    width: 100%;
    height: 50px;
    font-size: 0;
    cursor: pointer;
  }
  .date-picker .input .result, .date-picker .input button {
    display: inline-block;
    vertical-align: top;
  }
  .date-picker .input .result {
    display: block;
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0.25rem;
    min-height: 45px;
    color: var(--th-color);
    border: 1px solid var(--bs-gray-300);
  }
  
  .date-picker .calendar {
    position: absolute;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
  }

  .date-picker.open {
    overflow: hidden;
  }

  .addmore-partner.signature-mew{
    margin: 0;
  }

.tabl-upper-btns-hldr > div:not(:last-child){
    margin-right: 40px;
}

/* third party search end */

/* inside tab */
.inside-tab-menu ul {
    display: flex;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.inside-tab-menu ul li a {
    display: inline-block;
    padding: 0 0 5px;
    margin: 0 20px 0px 0;
    color: var(--th-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: 0.5s;
}
.inside-tab-menu ul li a.inside-active {
    color: var(--theme-green);
}
.inside-tab-box{
    display: none;
}

.inside-tab-menu ul li a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: var(--theme-green);
    bottom: -1px;
    left: 0;
    transition: 0.5s;
}
.inside-tab-menu ul li a.inside-active::after {
    width: 40%;
}

.common-form .row.text-field-row > div{
    flex: 0 0 auto;
    justify-content: flex-start;
}
.common-form .row.text-field-row>div label.lvl,
.common-form .row>div .state-option.branch-have label.lvl{
    width: auto;
    margin: 0 10px 0px 0;
}
.common-form .row.text-field-row>div input, .common-form .row.text-field-row>div textarea, .common-form .row.text-field-row>div select{
    width: auto;
    /* flex: 1; */
    display: inline-block;
    min-width: 180px;
}
.common-form .row.text-field-row>div input + label.lvl{
    margin: 0 0px 0px 10px;
}
.common-form .row.text-field-row>div input + label.lvl + input{
    margin: 0 0px 0px 10px;
}

.common-form .row.text-field-row>div input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    min-width: inherit;
    width: 16px;
    height: 16px;
    min-height: inherit;
    margin: 0 8px;
}
.common-form .row > div .branch-have input{
    display: none;
}
.branch-have .custom-radio input[type='radio']:checked+label[for='yes_1'],
.branch-have .custom-radio input[type='radio']:checked+label[for='yes_2'],
.branch-have .custom-radio input[type='radio']:checked+label[for='yes_3'] {
    border: 1px solid var(--bs-success);
    color: #fff;
    background: var(--bs-success);
}

.branch-have .custom-radio input[type='radio']:checked+label[for='no_1'],
.branch-have .custom-radio input[type='radio']:checked+label[for='no_2'],
.branch-have .custom-radio input[type='radio']:checked+label[for='no_3'] {
    border: 1px solid var(--theme-blue);
    color: #fff;
    background: var(--theme-blue);
}
.state-option.branch-have span {
    font-size: .875rem;
    font-weight: 600;
    margin-right: 0px;
}
.state-reasons,.deed-poss,.state-reasons2 {
    width: 100%;
}
.state-reasons,.deed-poss,.state-reasons2 {
    display: none;
}

.state-reasons.yes,.deed-poss.yes,.state-reasons2.yes {
    display: block;
}
.common-form .row.text-field-row p{
    font-size: 0.80rem;
    margin: 0;
    color: var(--td-color);
}
.common-form .row.text-field-row>div p input{
    margin: 0px 8px;
    border: 0;
    border-bottom: 1px solid var(--bs-gray-300);
    padding: 0;
    min-height: inherit;
}
.common-form .row>div label .no,
.common-form .row>div p .no{
    font-size: 0.875rem;
    font-weight: 600;
}
.show-hide-top-panel-btn{
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--dark-blue);
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    font-weight: 600;
    box-shadow: var(--shadowCommon);
}
.show-hide-top-panel-btn:hover{
    background: var(--graytxt);
    color: #fff;
}
.show-hide-top-panel-hldr{
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 75px;
}



/* end inside tab */

.date-non-edit{
    pointer-events: none;
}
.date-non-edit input,.date-non-edit select{
    color: var(--bs-gray-500) !important;
}
.status-flow-bar ul{
    display: flex;
    width: 50%;
    justify-content: space-between;
    overflow: hidden;
}
.status-flow-bar li{
    position: relative;
    z-index: 1;
    text-align: center;
}
.status-flow-bar li .prgress{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto 5px;
    border: 2px solid var(--bs-gray-300);
}
.status-flow-bar li:not(:last-child)::after{
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    transform: translate(0%,0%);
    width: 95px;
    height: 3px;
    background: var(--bs-gray-300);
    z-index: -1;

}
.prgrs-txt{
    display: block;
    font-size: var(--lil-font);
    color: var(--th-color);
}
.status-flow-bar li .prgress i{
    position: absolute;
    top: 50%;
    left: 50%;
    color: var(--bs-gray-300);
    transform: translate(-50%,-50%);
    font-size: 23px;
    z-index: 1;
    opacity: 1;
    
}
.status-flow-bar li.progress-done .prgress{
    background: linear-gradient(225deg, #47bd8c, #73d774, #7adb70);
    width: 34px;
    height: 34px;
    border: 0;
}
.status-flow-bar li.progress-done .prgress i{
    color: #fff;
}
.status-flow-bar li.progress-done::after{
    background: #67ce7d;
}
.status-flow-bar{
    width: 100%;
    padding: 30px 0;
}
.status-flow-bar li.half-progress .prgress{
    border: 2px solid #73d774;
    background: #fff;
}
.status-flow-bar li.half-progress .prgress i{
    color: #73d774;
}

/* partner tab */
.partner-tab-menu ul {
    display: flex;
    margin: 0 0 20px;
}
.partner-tab-menu ul li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    color: var(--th-color);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: 0.5s;
    background: var(--trans-thmblue);
    color: var(--theme-blue);
    border: 1px solid var(--lgb);
    min-width: 100px;
    text-align: center;
}
.partner-tab-menu ul li{
    margin: 0 20px 0px 0;
}
.partner-tab-menu ul li a.active-partner {
    color: #fff;
    background: var(--bs-success);
    border: 1px solid var(--bs-success);
}
.partner-tab-box{
    display: none;
}

/* loader */
.loader-hldr{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #000000af;
    /*display: none;*/
}
.loader-hldr.show{
    display: block;
}
.loader1 {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 }
 .loader1 span {
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
    width:15px;
    height:15px;
    margin:3px 2px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
 }
 .loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(0, 183, 194,0.6);
 }
 .loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(0, 183, 194,0.8);
 }
 .loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
   background:rgba(0, 183, 194,1);
 }
 .loader1 span:nth-child(4) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(0, 183, 194,0.8);
   
 }
 .loader1 span:nth-child(5) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(0, 183, 194,0.4);
 }
 
 @keyframes loader1 {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
 }
 @-webkit-keyframes loader1 {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
 }
 

/* ****************************
responsive
******************************** */

@media (max-width: 1199px) {
    .last-sec {
        position: relative;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }
    .book-loc-frm.common-form {
        height: auto;
    }
    .book-loc-frm .last-sec .col {
        margin: 0 0 20px;
    }
    .targets-hding-hldr {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .targets-hd-left {
        width: 100%;
        margin: 0 0 15px;
    }
    .target-hd-right {
        width: 100%;
        flex-wrap: wrap;
    }
    .target-hd-right a {
        margin: 0 15px 10px 0;
    }
    .target-hd-right a:last-child {
        margin-right: 0;
    }
    .upload-btn-row {
        justify-content: center;
    }
    .upload-btn-row .col {
        width: 100%;
    }
    .common-form .upload-btn-row .col:first-child {
        justify-content: center;
    }
    .inside-tab-menu ul li a{
        font-size: 13px;
    }
    .inside-tab-menu ul li:last-child a{
        margin-right: 0;
    }
    .common-form .row.text-field-row>div label.lvl,.common-form .row>div .state-option.branch-have label.lvl {
        margin: 0 10px 10px 0;
    }
    .status-flow-bar ul{
        width: 100%;
    }
    .common-table .table-hd {
        padding: 15px 0 15px 18px;
    }
}

@media (max-width: 1023px) {
    .admin-panel-holdr {
        position: relative;
    }
    .side-fixed-nav {
        z-index: 12345;
    }
    .side-collapsi-nav {
        position: absolute;
        z-index: 1234;
        left: -100%
    }
    .admin-main-panel,
    .admin-top-panel {
        width: calc(100% - 65px);
    }
    .dash-btn,
    .dash-btn:hover {
        left: 4%;
        transform: translate(-50%, 0);
        top: 12px;
        background: var(--lightest-blue);
        box-shadow: none;
    }
    .side-collapsi-nav.collapsed {
        width: 260px;
        left: 65px;
    }
    .dash-btn.closebtn {
        left: 41.5%;
    }
    .welcome-msg {
        padding-right: 20px;
        margin-right: 20px;
    }
    .user-holdr {
        padding-left: 20px;
        margin-left: 20px;
    }
    .side-collapsi-nav.collapsed a {
        text-indent: inherit;
    }
    .common-form .row>div{
        margin: 0 0 15px;
    }
    /* .blackpanel.hidden{
        display: block;
    } */


}

@media (max-width: 767px) {
    .admin-real-logo img {
        max-width: 55px;
    }
    .admin-real-logo {
        font-size: 25px;
    }
    .main-menu li {
        padding: 0 5px 0px 8px;
    }
    .main-menu li.menu-title {
        padding: 12px 10px;
    }
    .main-menu li a {
        padding: 7px 8px;
    }
    .main-menu li.haschild>a::after {
        top: 12px;
        right: 2px;
        height: 14px;
        width: 14px;
        line-height: 15px;
        font-size: 14px;
    }
    .side-collapsi-nav,
    .side-collapsi-nav.collapsed {
        width: 230px;
    }
    .main-menu li a .ico {
        margin-right: 8px;
    }
    .side-fixed-nav {
        position: absolute;
        left: -50%;
        transition: 0.5s ease-in-out;
    }
    .side-fixed-nav.show {
        left: 0;
    }
    .admin-main-panel,
    .admin-main-panel .admin-top-panel,
    .admin-main-panel.expand,
    .admin-main-panel.expand .admin-top-panel {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .side-fixed-nav,
    .admin-short-logo {
        width: 45px;
    }
    .admin-short-logo img {
        width: 40px;
    }
    .side-fixed-nav ul a img {
        max-width: 14px;
    }
    .side-fixed-nav ul a {
        width: 30px;
        height: 30px;
        line-height: 29px;
        border-radius: 3px;
    }
    .side-menu {
        margin-bottom: 0;
    }
    .side-fixed-nav ul li.active {
        border-left: 2px solid var(--whiteCommom);
    }
    .side-collapsi-nav.collapsed {
        left: 45px;
    }
    .dash-btn,
    .dash-btn:hover {
        left: 25px;
        background: var(--lgb);
        z-index: 123;
        padding: 2px 4px;
        top: 18px;
    }
    .dash-btn img,
    .dash-btn:hover img {
        filter: invert(1) brightness(500%);
        width: 22px;
    }
    .dash-btn.closebtn {
        left: 298px;
        top: 16px;
        background: var(--lgb);
    }
    .admin-options-holdr {
        padding: 6px 15px 6px 0px;
    }
    .welcome-msg {
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }
    .user-holdr {
        padding-left: 10px;
        margin-left: 10px;
    }
    .user-name {
        width: 35px;
        height: 35px;
        line-height: 27px;
    }
    .expandiwindow img,
    .user-name img {
        max-width: 15px;
    }
    .notiimg img {
        max-width: 25px;
    }
    .noti-nos {
        right: -5px;
    }
    .welcome-msg p {
        font-size: 0.85rem;
    }
    .dashboard-main {
        padding: 65px 15px 45px;
    }
    .dashboard-panels-holdr {
        margin: 40px 0 0;
    }
    .dashboard-panels-holdr .col {
        margin: 0 0 40px;
    }
    .dashboard-panels-holdr .col:last-child {
        margin: 0;
    }
    .notify-pg {
        display: inline-block;
    }
    .notiholdr {
        display: none;
    }
    .admin-top-panel .admin-short-logo {
        display: block;
        margin-left: 60px;
        padding: 0;
    }
    .breadcrumb .breadcrumb-item a {
        margin: 0 0 5px;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px;
    }
    .breadcrumb .breadcrumb-item a .ico {
        margin: -4px 5px 0 0;
    }
    .user-dropdown {
        left: -48px;
        top: 50px;
    }
    .user-ico-arrow {
        left: 66px;
    }
    .dash-taks {
        text-align: center;
    }
    .manageusertable {
        margin: 15px 0 0 0;
    }
    .manageusertable tr th:first-child {
        min-width: 90px;
    }
    .manageusertable tr th:nth-child(2) {
        min-width: 220px;
    }
    .manageusertable tr th:nth-child(3) {
        min-width: 170px;
    }
    .manageusertable tr th:last-child {
        min-width: 100px;
    }
    .manageusertable.manageuserrole tr th:nth-child(2) {
        min-width: 190px;
    }
    .manageusertable.manageuserrole tr th:nth-child(3) {
        min-width: 220px;
    }
    .common-form .upload-btn-row .col input[type=submit] {
        max-width: 100%;
    }
    .common-form .upload-btn-row .col:first-child {
        margin-bottom: 0;
    }
    .agree-list-wrp p {
        line-height: 21px;
    }
    .agree-list-wrp input {
        width: 25px;
        height: 20px;
    }
    .at-will-hldr{
        justify-content: start;
    }
    .tagnets-main-tab .tab-main-box{
        padding: 10px;
    }
    .inside-tab-menu ul{
        flex-wrap: wrap;
        border: 0;
    }
    .inside-tab-menu ul li{
        width: 100%;
    }
    .inside-tab-menu ul li:not(:last-child){
        margin: 0 0 10px;
    }
    .inside-tab-menu ul li a::after{
        display: none;
    }
    .inside-tab-menu ul li a{
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 4px;
        display: block;
        margin: 0;
        line-height: 1.5;
        padding: 6px 10px;
    }
    .inside-tab-menu ul li a.inside-active{
        border: 1px solid #8cce81;
    }
    .common-form .row.text-field-row>div input, .common-form .row.text-field-row>div textarea, .common-form .row.text-field-row>div select{
        width: 100%;
    }
    .common-form .row>div label.lvl{
        word-break: inherit;
    }
    .common-form .row.text-field-row>div label.lvl, .common-form .row>div .state-option.branch-have label.lvl,{
        margin: 0 0 10px;
    }
    .common-form .row.text-field-row>div input + label.lvl{
        margin: 10px 0;
    }
    .common-form .row.text-field-row>div input + label.lvl + input{
        margin: 0;
    }
    .eithr-select p{
        margin: 0;
    }
    .eithr-select p a{
        display: block;
        margin: 10px 0 0;
        text-align: center;
        max-width: 100px;
    }
    .partner-tab-menu ul {
        margin: 0 0 10px;
        flex-wrap: wrap;
    }
    .partner-tab-menu ul li{
        margin: 0 10px 10px 0;
    }
    .partner-tab-menu ul li a{
        min-width: inherit;
        font-size: 13px;
        padding: 4px 10px
    }
    .branch-have span{
        display: block;
        margin: 0 0 10px;
    }
    .common-form form,.branch-wrpe {
        padding: 15px 10px 1px;
    }
    .tab-main-box .common-form .branch-wrpe form{
        border: none;
        padding: 0;
    }
    .row.bg-clr{
        padding: 10px 1px 0;
        margin: 0 0 1rem;
        border-radius: 4px;
    }
    .pre-file-chose-dlt-hldr{
        flex-wrap: wrap;
    }
    .file-view-delt {
        width: 100%;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .upload-attactments-holdr p{
        margin: 5px 0 0;
        line-height: 1.5;
    }
    
    .common-form .row.upload-btn-row > div input[type=submit],
    .common-form .upload-btn-row .col button,
    .common-form .upload-btn-row .col a{
        margin: 0 0 15px;
    }
    .status-flow-bar ul {
        width: 50%;
        flex-wrap: wrap;
    }
    .status-flow-bar li{
        padding-bottom: 30px;
        display: flex;
        align-items: center;
    }
    .status-flow-bar li:last-child{
        padding-bottom: 0;
    }
    .status-flow-bar li .prgress{
        margin: 0 15px 0 0;
    }
    .status-flow-bar li:not(:last-child)::after{
        top: 15px;
        left: 17px;
        width: 2px;
        height: 77px;
    }
    h2.title {
        font-size: 18px;
    }
    .tabl-upper-btns-hldr{
        width: 100%;
        align-items: center;
        padding: 0 0px 14px 18px;
    }
    
}