﻿/*using font
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;*/

div#spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(spinner.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

a {
    cursor: pointer;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    /*background: rgba(243,226,252,0.45);*/
    height: 100vh;
}

body {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 24px !important;
    color: #000 !important;
    background-color: rgba(243,226,252,0.45) !important;
    overflow-x: hidden;
}

    body .btn-link.focus, body .btn-link:focus, body .btn-link:hover {
        text-decoration: none !important;
    }

    body .btn.active.focus, body .btn.active:focus, body .btn.focus,
    body .btn:active.focus, body .btn:active:focus, body .btn:focus {
        outline: 0px auto -webkit-focus-ring-color !important;
        outline-offset: 0px !important;
        box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
    }

.header {
    position: fixed;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    background-color: #F7E8FF;
}

.center-head {
    font-size: 32px;
    color: #5E0C72;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
}

footer.footer {
    background: #F7E8FF;
    z-index: 8;
    font-size: 16px;
    color: #000 !important;
    font-weight: 500;
    transition: all 0.3s;
    position: fixed;
}

.footer a {
    color: #5E0C72;
}

    .footer a:hover {
        color: #B760CC;
        text-decoration: none;
    }

.leftsidebar {
    position: fixed;
    left: 0;
    top: 0px;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    z-index: 5;
    padding-top: 91px;
    width: 255px;
    background: #5E0C72;
}

    .leftsidebar::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .leftsidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .leftsidebar::-webkit-scrollbar-thumb {
        background-color: rgba(243,226,252,0.45);
        outline: 1px solid rgba(243,226,252,0.45);
        border-radius: 5px;
    }


.modal .modal-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.modal .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #5E0C72;
    outline: 1px solid #5E0C72;
    border-radius: 5px;
}

.main-dashboard-area {
    padding-left: 255px;
    /*z-index: 4;*/
    flex: 1;
    flex-direction: column;
    display: flex;
    height: auto;
    overflow-y: auto;
    margin-top: -2px;
    /*background: rgba(243,226,252,0.45);*/
}

.homeland-area {
    height: calc(100vh - 151px);
}

#horizontal-input.homeland-page {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    height: 100%;
    z-index: 4;
    padding: 0px;
}

.header-logo span {
    font-weight: bold;
    margin-left: 10px;
    font-size: 18px;
}

.header-logo img {
    width: 190px;
    margin-left: 10px;
    margin-right:55px;
}

.header-menu {
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .header-menu > div {
        position: relative;
        padding: 23px 0px;
    }

        .header-menu > div.head-login {
            position: relative;
        }

            .header-menu > div.head-login a span:after {
                content: '\f107';
                font-family: FontAwesome;
                position: absolute;
                top: 8px;
                right: 0;
                font-size: 16px;
                color: #B760CC;
                transition: all 0.3s;
            }

    .header-menu a {
        display: inline-block;
        width: auto;
        padding: 0;
        margin: 0 0px 0 15px;
        background-color: transparent;
        color: #B760CC;
        border: 0px none;
        text-transform: uppercase;
        transition: all 0.3s;
        font-size: 20px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
        transition: all 0.3s;
    }

.notify-num {
    position: absolute;
    top: -12px;
    right: -9px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}

.header-menu a .fa {
    margin-right: 0px;
    /* padding: 10px; */
    border: 2px solid #B760CC;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 23px;
    color: #B760CC;
}

.header-menu a:hover {
    background: transparent;
    color: #5E0C72;
    text-decoration: none;
}

    .header-menu a:hover .fa {
        color: #5E0C72;
        border-color: #5E0C72;
    }

.header-menu > div.head-login a:hover span:after {
    color: #5E0C72;
}

.header-menu a span {
    margin-left: 10px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.2;
}

.head-login > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.user-login-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.login-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 8;
    min-width: 230px;
    display: none;
    transition: all 0.3s ease-in-out;
}

.header-menu .head-login:hover .login-dropdown {
    display: block;
}

.header-menu .login-dropdown ul {
    background: #F7E8FF;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}

    .header-menu .login-dropdown ul li {
        border-bottom: 1px solid #ccc;
        padding: 7px 15px;
        list-style: outside none;
        line-height: 1.2;
    }

        .header-menu .login-dropdown ul li a {
            color: #000;
            font-size: 17px;
            margin: 0;
            text-transform: capitalize;
            transition: all 0.3s;
        }

            .header-menu .login-dropdown ul li a .fa {
                width: auto;
                height: auto;
                border: 0px none;
                font-size: 16px;
                color: #000;
                margin: 0 13px 0 0px;
                transition: all 0.3s;
            }

            .header-menu .login-dropdown ul li a:hover, .header-menu .login-dropdown ul li a:hover .fa {
                color: #B760CC;
            }

.menu-nav-text span {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 18px;
}
/*.navigation-tabs-main .nav {
	flex-direction: column;
	width: auto;
	background: #ddd;
	padding: 20px 30px;
	text-align: center;
}*/
.navigation-tabs-main .nav.policies-nav {
    flex-direction: column;
    float: none;
    margin: 0;
    padding: 0px;
    /*height: 100%;
	overflow: hidden !important;
	overflow-anchor: none;
	touch-action: auto;*/ /*
	text-align: left;
	/*	min-width:280px;
	flex:0 0 280px;*/
}

.nav.policies-nav li {
    width: 100%;
    clear: both;
    display: block;
}

    .nav.policies-nav li a.nav-link {
        font-size: 17px;
        text-decoration: none;
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        position: relative;
        background: #5E0C72;
        transition: all 0.3s;
    }

        .nav.policies-nav li a.nav-link > span {
            word-break: break-word;
            padding-right: 30px;
        }

        .nav.policies-nav li a.nav-link .fa {
            padding-right: 0px;
            font-size: 16px;
            width: 25px;
            text-align: left;
        }

    .nav.policies-nav li .dropdown-toggle::after {
        display: inline-block;
        margin: 0;
        vertical-align: .255em;
        content: "\f101";
        border-top: 0px none;
        border-right: 0px solid transparent;
        border-bottom: 0;
        border-left: 0px solid transparent;
        font-family: 'FontAwesome';
        position: absolute;
        top: 9px;
        right: 20px;
        font-weight: 400;
        transition: all 0.3s;
    }

    .nav.policies-nav li.open .dropdown-toggle::after, .nav.policies-nav li.show .dropdown-toggle::after {
        content: "\f103";
    }

    .nav.policies-nav li .dropdown-menu {
        position: static;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
        min-width: 10rem;
        padding: 5px 0px;
        margin: 0;
        font-size: 16px;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #F7E8FF;
        background-clip: padding-box;
        border: 0px none;
        border-radius: 0;
        transition: all 0.3s;
    }

    .nav.policies-nav li.open .dropdown-menu, .nav.policies-nav li.show .dropdown-menu {
        display: block;
        position: static !important;
        top: 100% !important;
        left: 0 !important;
        transform: translate3d(0px, 0px, 0px ) !important;
    }

    .nav.policies-nav li .dropdown-menu li a {
        padding: 8px 10px 8px 45px;
        color: #5E0C72;
        border-bottom: 1px solid rgba(94,12,114,0.2);
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.3s;
        line-height: 1.3;
    }

    .nav.policies-nav li .dropdown-menu li:last-child a,
    .nav.policies-nav li:last-child a.nav-link {
        border-bottom: 0px none;
    }

    .nav.policies-nav li .dropdown-menu li a:hover,
    .nav.policies-nav li .dropdown-menu li a.active {
        color: #B760CC;
        text-decoration: none;
    }

    .nav.policies-nav li.dropdown.open a.nav-link,
    .nav.policies-nav li:hover a.nav-link {
        text-decoration: none;
        color: #5E0C72;
        background: rgba(247,232,255,0.9);
    }

    .nav.policies-nav li a.nav-link > img {
        width: 30px;
        height: auto;
    }

.navigation-tabs-main .tab-content {
    width: 100%;
    /*padding: 0px 40px;
		height: 100%;
	*/
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.navigation-tabs-main .tab-pane {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.policies-list-type {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.policies-list {
    text-align: center;
    padding: 20px 25px 25px;
    margin: 10px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 15%);
    transition: all 0.5s;
    transform: scale(1);
    width: 150px;
}

    .policies-list:hover {
        background: #5E0C72;
        transform: scale(1.1);
    }

    .policies-list .fa {
        font-size: 25px;
        margin: 0 auto 10px;
    }

    .policies-list h4 {
        line-height: 1;
        margin: 0px;
    }

        .policies-list h4 a {
            color: #b959c7;
            font-size: 16px;
            font-weight: bold;
            text-transform: capitalize;
            text-decoration: none;
            line-height: 1;
            margin-top: 15px;
            display: inline-block;
            transition: all 0.3s;
            font-weight: 900;
        }

    .policies-list:hover h4 a {
        color: #fff;
    }
/*.policies-list h4 a:hover{color: #000;}*/

.admin-list-type {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.admin-list {
    text-align: center;
    padding: 0px 15px;
    margin: 15px 0px;
}

    .admin-list .fa {
        font-size: 25px;
        margin: 0 auto 10px;
    }

    .admin-list h4 {
        line-height: 1;
    }

        .admin-list h4 a {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            text-transform: capitalize;
            text-decoration: none;
            line-height: 1;
        }

            .admin-list h4 a:hover {
                color: #b959c7;
            }


/*login page css*/
body.login-page {
    padding: 0px;
    font-family: 'Lato', sans-serif !important;
    background: rgba(255,233,254,0.45) !important;
}

.login-page form input.form-control {
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 8px ​15px !important;
}

.login-page form input[type="text"].form-control, .login-page form input[type="password"].form-control {
    padding: 8px 15px !important;
}

.login-page form .form-group {
    margin-bottom: 25px;
}

    .login-page form .form-group:last-child {
        margin-bottom: 10px;
    }

.login-page form label {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

    .login-page form label.check-label {
        margin: 6px 0px 0 5px;
        line-height: 1;
    }

a.goto-forgot {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

    a.goto-forgot:hover {
        color: #5E0C72;
    }

.login-page .button-common.btn {
    font-size: 18px;
    text-transform: uppercase;
    background: #5E0C72 !important;
    color: #fff !important;
    border-radius: 20px !important;
    border: 0px none !important;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: inline-block;
    min-width: 250px;
    margin: 40px auto 0px;
    display: block;
    padding: 11px 20px !important;
    transition: all 0.3s;
    line-height: 1.2;
}

    .login-page .button-common.btn:hover, .login-page .button-common.btn:focus {
        -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
        -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
        box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
        background-color: #000 !important;
    }

body .page-link:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

.field-validation-error {
    color: red;
}

.navbar {
    background: #ffffff;
}

    .navbar .navbar-brand {
        font-size: 20px;
        text-shadow: none;
        padding: 5px 0px;
        height: 145px;
        margin: 0 auto;
    }

        .navbar .navbar-brand img {
            max-height: 100%;
            width: 265px;
            margin-top: 15px;
            margin-right: 15px;
        }

.login-page:before,
.error-page:before,
/*#main-content {
    background: rgba(255,233,254,0.45) !important;
}*/
.login-page .navbar {
    padding: 0px;
    background: rgba(255,233,254,0.45) !important;
}

.login-page .login-wrapper {
    padding: 40px 0px 50px;
    display: inline-block;
    width: 100%;
    background: rgba(255,233,254,0.45) !important;
    height: calc(100vh - 145px);
}

    .login-page .login-wrapper form {
        max-width: 635px;
        width: auto;
        border-radius: 25px;
        background: #fff;
        box-shadow: 5px 5px 14px 0 rgb(0 0 0 / 15%);
        padding: 50px 50px 30px;
    }

.login-wrapper form h3 {
    line-height: 1.3;
    text-align: center;
    margin: 0 0 40px;
}

    .login-wrapper form h3 span {
        display: inline-block;
        position: relative;
        color: #000;
        font-family: 'Lato', sans-serif !important;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
        width: 75%;
    }

        .login-wrapper form h3 span:before, .login-wrapper form h3 span:after {
            content: "";
            position: absolute;
            height: 6px;
            border-bottom: 2px solid #B760CC;
            border-top: 2px solid #B760CC;
            top: 50%;
            width: 80px;
            transform: translateY(-50%);
        }

        .login-wrapper form h3 span:before {
            right: 100%;
            margin-right: 0px;
        }

        .login-wrapper form h3 span:after {
            left: 100%;
            margin-left: 0px;
        }

/*.login-wrapper form h3 {
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	position: relative;
	margin: 0 0 40px;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700;
	font-size: 24px;
}*/

/*.login-wrapper form h3:before {
	content: '';
	position: absolute;
	top: 53%;
	right: 88%;
	transform: translateY(-50%);
	border: 1px solid #B760CC;
	width: 80px;
	border-bottom: 1px solid #B760CC;
	height: 6px;
	background: transparent;
	border-left: 0px none;
	border-right: 0px none;
}
.login-wrapper form h3:after {
	content: '';
	position: absolute;
	top: 53%;
	left: 88%;
	transform: translateY(-50%);
	border: 1px solid #B760CC;
	width: 80px;
	border-bottom: 1px solid #B760CC;
	height: 6px;
	background: transparent;
	border-left: 0px none;
	border-right: 0px none;
}*/
/*.btn {
	background-color: #f8f9fa !important;
	color: #212529 !important;
	filter: none;
	border: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0 !important;
	border: 1px solid black !important;
}*/
.form-control {
    height: auto;
}

.remember {
    height: 16px;
    width: 16px;
    display: inline;
    margin: 0px !important;
}

.login-page form button {
    margin-top: 0px;
}

/*horizontal table css*/
.heading-area {
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
    border-radius: 15px;
    margin: 5px 0px 15px;
    overflow: hidden;
    padding: 10px 0px;
}

.menus-head-title {
    line-height: 1.3;
    text-align: center;
}

    .menus-head-title span {
        display: inline-block;
        position: relative;
        color: #5E0C72;
        font-family: 'Lato', sans-serif !important;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
    }

        .menus-head-title span:before, .menus-head-title span:after {
            content: "";
            position: absolute;
            height: 6px;
            border-bottom: 2px solid #B760CC;
            border-top: 2px solid #B760CC;
            top: 50%;
            width: 60px;
            transform: translateY(-50%);
        }

        .menus-head-title span:before {
            right: 100%;
            margin-right: 12px;
        }

        .menus-head-title span:after {
            left: 100%;
            margin-left: 12px;
        }

.breadcrumb-wrap .breadcrumb {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    background: transparent;
    text-align: center;
}

.breadcrumb > li {
    display: inline-block;
}

body .breadcrumb > li a, body .breadcrumb > li {
    color: #5E0C72;
    opacity: 1;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

    body .breadcrumb > li.active, body .breadcrumb > li a:hover {
        opacity: 1;
        color: #B760CC;
        text-transform: none;
        text-decoration: none;
    }

    body .breadcrumb > li + li:before {
        content: "/";
        padding: 0 5px 0 0;
        opacity: 1;
        color: #5E0C72;
    }

.card.horizontal-tab {
    /*background: #fff;
	box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
	border-radius: 15px;
	overflow: hidden;
	padding: 15px 30px 30px;*/
    margin: 0px 0px 30px;
    border: 0px none;
    background: transparent;
}

.horizontal-tab form {
    background: #fff;
    box-shadow: 0px 10px 15px 1px rgb(0 0 0 / 15%);
    padding: 20px 30px 20px;
    border-radius: 15px;
    border: 2px solid #5E0C72;
    margin-top: 1px;
}

.horizontal-tab .card-header {
    background: transparent;
    padding: 0px;
    border-bottom: 0px none;
}

.navigation-tabs-main .horizontal-tab .nav.nav-tabs {
    background: transparent;
    border-bottom: 0px none;
    padding: 10px 0px 0px;
}

.horizontal-tab .form-control:focus, body .form-control:focus, .form-group .form-control:focus {
    background-color: #fff;
    border-color: rgba(0,0,0,0.5);
    outline: 0;
    outline-offset: 0px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

*:focus {
    background-color: transparent;
    border-color: rgba(0,0,0,0.5);
    outline: 0;
    outline-offset: 0px;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 0%);
}

.horizontal-tab .nav-tabs .nav-item {
    margin: 5px 5px 0 5px;
}

.horizontal-tab .nav-tabs .nav-link {
    background: /*#F7E8FF*/ #fff;
    color: #5E0C72;
    border: 0px none;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
}

    .horizontal-tab .nav-tabs .nav-link.active:after {
        content: '';
        position: absolute;
        border: 1px solid #fff;
        width: 100%;
        bottom: -3px;
        left: 0;
        right: 0;
    }
    /*.horizontal-tab .nav-tabs .nav-link.active:after{border-color:#7f2295;}*/
    .horizontal-tab .nav-tabs .nav-link.active, .horizontal-tab .nav-tabs .nav-link:hover {
        background: #5E0C72;
        color: #F7E8FF;
        border-radius: 15px 15px 0 0;
    }

.horizontal-tab .col-form-label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 100%;
}

.navigation-tabs-main .modal .col-form-label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding: 0px;
    text-align: left;
}

.navigation-tabs-main .modal-title {
    color: #5E0C72;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif !important;
}

.horizontal-tab .col-form-label.form-check-label {
    align-items: center;
    display: flex;
    flex-direction: row;
}

    .horizontal-tab .col-form-label.form-check-label span, .modal .col-form-label.form-check-label span {
        margin-left: 15px;
    }

.horizontal-tab .col-form-label i {
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.horizontal-tab .col-form-label.form-check-label span i, .form-group i {
    padding-left: 0px;
    color: #999;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.mt-20 {
    margin-top: 25px;
}

.horizontal-tab .form-group {
    margin-bottom: 10px;
}

.horizontal-tab .form-control, .navigation-tabs-main .modal-body .form-control,
.form-group .form-control, .note-editor, .dataTables_wrapper .dataTables_filter .form-control {
    height: auto;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    color: #000;
    font-weight: 500;
    border-radius: 6px;
}

.tab-text-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s;
}

    .tab-text-link:hover {
        color: #5E0C72;
        text-decoration: none;
    }

p:empty {
    display: none;
}
/*.horizontal-tab input[type="checkbox"].form-control {
    margin-top: 10px;
    width: auto;
	display: inline-block;
	margin-right: 10px;
}*/
/*.horizontal-tab label.col-form-label.form-check-label {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}*/
.navigation-tabs-main {
    background: rgba(243,226,252,0.45) !important;
    padding-top: 91px;
    padding-bottom: 60px;
    height: 100%;
}

    .navigation-tabs-main.homeland-nav {
        padding-bottom: 0px;
        height: auto;
    }

.horizontal-tab #tblSupplementaryPricing_wrapper select.form-control {
    background: transparent url("../img/select-down-arrow.png") no-repeat right 6px center
}

.dataTables_empty {
    text-align: center !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    align-items: center;
}

div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers {
    margin-bottom: 30px;
    margin-top: 9px;
}

div.dataTables_wrapper div.dataTables_paginate .pagination li.active a.page-link,
div.dataTables_wrapper div.dataTables_paginate .pagination li:hover a.page-link {
    border-radius: 50%;
    background: #5E0C72;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate .pagination li {
    margin: 0px 5px;
}

    div.dataTables_wrapper div.dataTables_paginate .pagination li a.page-link {
        border: 0px none;
        padding: 0px;
        border-radius: 50%;
        line-height: 1.2;
        color: #B760CC;
        font-weight: 600;
        font-size: 16px;
        background: transparent;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination li.previous a.page-link,
    div.dataTables_wrapper div.dataTables_paginate .pagination li.next a.page-link {
        background: transparent;
        width: auto;
        height: auto;
        line-height: 1.2;
        border-radius: 0px;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination li.previous:hover a.page-link,
    div.dataTables_wrapper div.dataTables_paginate .pagination li.next:hover a.page-link {
        color: #5E0C72;
        background: transparent;
        width: auto;
        height: auto;
        line-height: 1.2;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination li.disabled a.page-link,
    div.dataTables_wrapper div.dataTables_paginate .pagination li.disabled:hover a.page-link {
        color: #999;
    }

.main-cover-area {
    padding-top: 91px;
}

#horizontal-input {
    /*background: rgba(243,226,252,0.45);*/
    padding: 20px 15px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    z-index: 4;
}

    #horizontal-input::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #horizontal-input::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #horizontal-input::-webkit-scrollbar-thumb {
        background-color: #5E0C72;
        outline: 1px solid #5E0C72;
        border-radius: 5px;
    }



.table-responsive {
    /*background: rgba(243,226,252,0.45);*/

    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

    .table-responsive::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .table-responsive::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #5E0C72;
        outline: 1px solid rgba(243,226,252,0.45);
        border-radius: 5px;
    }

.horizontal-tab select.form-control, select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../img/select-down-arrow.png") no-repeat right 15px center;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.horizontal-tab .card-body, .multicheckbox-card .card-body {
    padding: 0px;
}

.btn.button-common, .button-common {
    background: #5E0C72;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding: 11px 10px 12px;
    min-width: 180px;
    text-transform: uppercase;
    border: 0px none;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
    clear: both;
    display: inline-block;
    margin: 10px 5px 0px;
    cursor: pointer;
}

    .btn.button-common.exit-btn {
        background-color: #938f8f;
    }

        .btn.button-common:hover, .button-common:hover, .btn.button-common.exit-btn:hover {
            background: #000;
            color: #fff;
            -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
            -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
            box-shadow: 0px 0px 0px 0 rgba(0,0,0,.4);
        }

body input[type="checkbox"] {
    margin-top: -2px;
}

input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    content: "";
    background: #fff;
    border-radius: 0px;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px 0 0;
}

input[type="checkbox"]:checked:before {
    border: 1px solid #5E0C72;
    background-color: #5E0C72;
    content: "\f00c";
}

input[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

.horizontal-tab .col-form-label.form-radio-label span {
    margin-left: 15px;
}

input[type="radio"] {
    position: relative;
    top: -1px;
}

    input[type="radio"]:before {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #5E0C72;
        content: "";
        background: #fff;
        border-radius: 50%;
        font-family: 'FontAwesome';
        font-size: 14px;
        line-height: 1.3;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin: 0px 0 0;
    }

    input[type="radio"]:checked:before {
        border: 1px solid #5E0C72;
        background-color: #5E0C72;
        content: "";
        width: 12px;
        height: 12px;
        top: 62%;
        transform: translate(-50%,-50%);
        left: 62%;
        position: absolute;
    }

    input[type="radio"]:checked:after {
        border: 1px solid #5E0C72;
        background-color: transparent;
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        top: -1px;
        left: -1px;
        display: inline-block;
        border-radius: 50%;
    }

    input[type="radio"]:disabled:after {
        -webkit-filter: opacity(0.4);
    }

.col-form-label.form-select-col span {
    width: 70px;
    display: inline-block;
}

.col-form-label.form-select-col select {
    width: calc(100% - 80px);
    display: inline-block;
}
/*.main-dashboard-area #btnbranch {
	transform: translate(0%, 0%);
}
.main-dashboard-area #btnbranch > a{margin-top:0px;margin-left:0px;}*/
.modal-popup-main {
    z-index: 9811;
}

    .modal-popup-main .modal {
        padding-right: 0px !important;
        z-index: 981;
    }

.navigation-tabs-main .modal {
    padding: 0px 15px !important;
}

    .navigation-tabs-main .modal.show {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        cursor: pointer;
    }

.modal .modal-content {
    max-height: 85vh;
}

.navigation-tabs-main .modal .modal-content {
    width: 750px !important;
    overflow-y: auto;
    margin: 0 auto;
    height: auto;
}
.navigation-tabs-main .modal .modal-content-1 {
    width: 850px;
    overflow-y: hidden; 
    margin: 0 auto;
    height: auto;
    background-color:#fff;
}
.navigation-tabs-main .modal .modal-content-2 {
    width: 60%;
    overflow-y: hidden;
    margin: 0 auto;
    height: 100%;
    background-color: #fff;
}
    /*.navigation-tabs-main .modal .modal-footer {
        padding: 0px;
    }*/
    .navigation-tabs-main .modal .card-body {
        padding: 0px;
    }

.navigation-tabs-main .modal .modal-dialog {
    max-width: initial;
    width: 100%;
}
/*.modal-open .main-dashboard-area{z-index:991;}*/
/*.modal-open #horizontal-input {
	z-index: 4;
}*/
/*.modal-open .modal-backdrop {
	z-index:881;
}*/

table.table.dashboard-table thead th {
    background: #5E0C72;
    color: #fff;
    border: 0px none;
    padding: 5px 10px;
    font-size: 16px;
    vertical-align: middle;
}

table.table.dashboard-table tbody td {
    padding: 6px 10px;
}

    table.table.dashboard-table tbody td:last-child, table.table.dashboard-table thead th:last-child {
        width: 160px !important;
    }

table.dashboard-table tbody tr:nth-child(even)  {
    background: #f2daff;
}
/*#F7E8FF*/
table.table.dashboard-table {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}

.card.multicheckbox-card {
    border: 0px none;
    border-radius: 0px;
    background: transparent;
}

.multicheckbox-card label.col-form-label {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.multicheckbox-card .form-group input {
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
    padding: 5px 15px !important;
    width: 30%;
}

.multicheckbox-card .uprofile.form-group input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.5)
}

table.table.dashboard-table tbody td, table.table.dashboard-table thead th {
    text-align: center;
    border-left: 1px solid #eccbfd;
}

    table.table.dashboard-table tbody td a {
        color: #5E0C72;
    }

        table.table.dashboard-table tbody td a:hover {
            color: #B760CC;
            text-decoration: none;
        }

    table.table.dashboard-table tbody td:first-child, table.table.dashboard-table thead th:first-child {
        text-align: left;
        border-left: 0px solid #eccbfd;
    }

/*accordion css*/
.grouping-accordion .card {
    border: 0px none;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 15px;
}

.grouping-accordion .card-header button.btn-link h5 {
    text-align: left;
    margin: 0px;
    color: #5E0C72;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    line-height: 1.2;
}

.grouping-accordion .card-header button.btn-link:hover h5 {
    text-decoration: none;
}

.grouping-accordion .card-header button.btn-link {
    border: 0px none;
    background: #F7E8FF;
    border: 1px solid #5E0C72;
    border-bottom: 1px solid #F7E8FF;
    border-radius: 10px 10px 0 0;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}

    .grouping-accordion .card-header button.btn-link.collapsed {
        border-radius: 10px;
        border: 1px solid #F7E8FF;
    }

    .grouping-accordion .card-header button.btn-link:after {
        content: '\f139';
        position: absolute;
        font-family: FontAwesome;
        font-size: 22px;
        color: #5E0C72;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .grouping-accordion .card-header button.btn-link.collapsed:after {
        content: '\f13a';
    }

.card.condition-accordion .collapse:not(.show) {
    display: none !important;
}

.card.condition-accordion .collapse.show {
    display: block !important;
}

.horizontal-tab .grouping-accordion .card-body {
    padding: 15px 10px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #5E0C72;
    border-top: 1px solid #fff !important;
    margin: 0px;
}

.common-heading {
    background: #F7E8FF;
    padding: 15px 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    line-height: 1.2;
    text-align: center;
}
    /*.grouping-accordion .card-header button.btn-link h5 {
    line-height: 1.2;
    text-align: left;
    margin:0px;
}*/

    .common-heading span {
        display: inline-block;
        position: relative;
        color: #5E0C72;
        font-family: 'Lato', sans-serif !important;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        margin: 0px;
        text-decoration: none;
    }

        .common-heading span:before, .common-heading span:after {
            content: "";
            position: absolute;
            height: 6px;
            border-bottom: 2px solid #B760CC;
            border-top: 2px solid #B760CC;
            top: 50%;
            width: 60px;
            transform: translateY(-50%);
        }

        .common-heading span:before {
            right: 100%;
            margin-right: 12px;
        }

        .common-heading span:after {
            left: 100%;
            margin-left: 12px;
        }

table.formtable.dataTable {
    width: 100%;
}

.inline-label-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #999;
    font-size: 16px;
    line-height: 1.3;
}

    .inline-label-text label.col-form-label {
        width: auto;
        display: inline-block;
        line-height: 1.3;
        padding: 0 0px 0 10px;
        color: #999;
        font-size: 16px;
    }

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: inherit !important;
    transform: translateY(-57%);
    top: 50%;
}

body div.dataTables_wrapper div.dataTables_length select {
    width: 90px;
}
/*mobile menu css start*/
.humburger-mob-menu {
    display: none;
}

    .humburger-mob-menu .navbar-toggler {
        padding: 0px;
        margin-left: 15px;
    }

    .humburger-mob-menu .fa-bars {
        color: #b760cc;
        font-size: 23px;
    }

    .humburger-mob-menu:hover .fa-bars {
        color: #5e0c72;
    }

.head-logo-title {
    display: none;
}
.horizontal-tab .grouping-accordion .card-body.custom-padding {
    padding: 0px 35px;
}
/*mobile menu css end*/
@media only screen and (min-width : 1280px) {
    table.table.dashboard-table {
        width: 100% !important;
    }
}

@media only screen and (min-width : 1680px) {
    .center-head {
        font-size: 21px;
    }
}

@media only screen and (max-width : 1199px) {
    .center-head {
        font-size: 24px;
    }

    .header-menu a span {
        font-size: 14px;
    }

    .horizontal-tab .nav-tabs .nav-link {
        font-size: 14px;
        padding: 2px 6px;
    }

        .horizontal-tab .nav-tabs .nav-link.active, .horizontal-tab .nav-tabs .nav-link:hover {
            border-radius: 10px 10px 0 0
        }

    .horizontal-tab .nav-tabs .nav-item {
        margin: 5px 3px 0 3px;
    }

    .modal .modal-content {
        max-height: 95vh;
    }
}

@media only screen and (max-width : 991px) {
    .navigation-tabs-main .modal .modal-content {
        width: 100% !important;
    }

    .center-head {
        font-size: 20px;
    }

    .header-menu a span {
        display: none;
    }

    body {
        font-size: 15px;
    }

    div.dataTables_wrapper div.dataTables_paginate.paging_simple_numbers {
        margin-bottom: 10px;
    }

    .menus-head-title span {
        font-size: 20px;
    }

    .grouping-accordion .card-header button.btn-link h5 {
        font-size: 16px;
        padding-right: 40px;
    }

    .grouping-accordion .card-header button.btn-link {
        padding: 12px 15px;
    }

    .header-logo img {
        width: 150px;
    }

    .header-menu a .fa {
        width: 32px;
        height: 32px;
        line-height: 28px;
        font-size: 19px;
    }

    .humburger-mob-menu {
        display: inline-block;
    }

    .leftsidebar {
        position: fixed;
        left: -100%;
        top: 0;
        width: 0px;
        z-index: 911;
        padding: 0px;
        -webkit-transition: right 0.3s ease-out;
        transition: right 0.3s ease-out;
    }

        .leftsidebar.show {
            width: 300px;
            left: 0;
            -webkit-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
        }

        .leftsidebar.collapsing {
            transition: unset;
            height: unset !important;
        }

    .homeland-area {
        height: calc(100vh - 135px);
    }

    .main-dashboard-area {
        padding-left: 0px;
    }

    .navigation-tabs-main {
        padding-top: 72px;
        padding-bottom: 60px;
    }

    .header-menu > div {
        padding: 15px 0px;
    }
}


@media only screen and (max-width : 767px) {
    body {
        font-size: 14px;
    }

        body .container {
            max-width: 100%;
        }

    .header-logo span {
        font-size: 16px;
    }

    .navigation-tabs-main .tab-content {
        padding: 0px 10px;
    }

    .header-logo img {
        width: 130px;
    }

    .navbar .navbar-brand img {
        width: 225px;
    }

    .login-page .login-wrapper {
        padding: 15px 20px 40px;
    }

    .login-wrapper form h3 span:after {
        left: 0;
        width: 110px;
        top: inherit;
        bottom: -15px;
        transform: translateY(0%);
        right: 0px;
        margin: 0 auto;
    }

    .login-wrapper form h3 span:before {
        right: 86%;
        display: none;
    }

    .login-wrapper form h3 span {
        font-size: 22px;
        width: 100%;
    }

    .menus-head-title span {
        font-size: 20px;
    }

        .menus-head-title span:before, .menus-head-title span:after {
            width: 40px;
        }

    .horizontal-tab input[type="checkbox"].form-control {
        margin-top: 0px;
    }


    .navigation-tabs-main .modal .col-form-label {
        text-align: left;
        width: 100%;
    }



    .navigation-tabs-main .modal.show {
        align-items: center;
        justify-content: flex-start;
    }


    .header-logo img {
        margin-left: 0px;
    }

    .center-head {
        font-size: 18px;
    }

    .header-menu a {
        margin: 0px;
    }

    .main-dashboard-area div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
        padding-left: 15px;
    }

    .main-dashboard-area div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
        padding-right: 15px;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination li.active a.page-link,
    div.dataTables_wrapper div.dataTables_paginate .pagination li:hover a.page-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    div.dataTables_wrapper div.dataTables_paginate .pagination li {
        margin: 0px 3px;
    }

    .mt-20 {
        margin-top: 0px;
    }

    #horizontal-input {
        padding: 10px 15px;
    }

    body input[type="checkbox"] {
        margin-top: 4px;
    }

    .horizontal-tab .col-form-label.form-check-label {
        align-items: flex-start;
    }
    /*.form-group p{line-height:1;}*/
    /*.header-menu {
            padding-right: 0px;
        }*/
    .horizontal-tab .grouping-accordion .card-body.custom-padding {
        padding: 0px 25px;
    }
}

@media only screen and (max-width : 640px) {
    .homeland-area, .main-dashboard-area {
        height: auto;
    }

    .navigation-tabs-main {
        height: auto;
    }

    .menus-head-title span {
        font-size: 18px;
    }

    body .breadcrumb > li a, body .breadcrumb > li {
        font-size: 13px;
    }

    .horizontal-tab form {
        padding: 10px;
    }
}

@media only screen and (max-width : 575px) {
    .navigation-tabs-main .nav {
        /*flex-direction: row;
			padding: 20px 15px;
			width: 100%;
			margin-bottom: 30px;
			align-items: center;
			justify-content: center;*/
    }

    .navigation-tabs-main .tab-content {
        align-items: flex-start;
        padding: 20px 0px;
    }

    .horizontal-tab .nav-tabs .nav-link {
        font-size: 14px;
        padding: 3px 9px;
    }
    /*.navigation-tabs-main .nav.policies-nav {
            height: auto !important;
            flex-direction: row;
            padding: 20px 15px;
            width: 100%;
            margin-bottom: 30px;
            align-items: center;
            justify-content: center;
        }*/
    .nav.policies-nav li.nav-item {
        width: 100%;
    }

    .nav.policies-nav li a.nav-link {
        padding: 10px 20px;
    }

    .header-logo {
        margin: 0 0 10px;
        text-align: center;
    }

    .head-logo-title {
        display: block;
        font-size: 14px;
        color: #5e0c72;
        font-weight: 600;
        margin-left: 10px;
        line-height: 1.1;
    }

    .center-head {
        display: none;
    }

    .leftsidebar.show {
        width: 275px;
    }

    .header-menu {
        margin: 0;
        padding-right: 10px;
    }

    /*.header-menu a {
                margin: 0 0px 10px;
            }*/

    .header-logo span {
        display: block;
    }

    .navigation-tabs-main {
        padding-top: 77px;
        padding-bottom: 20px;
    }



    .login-page .login-wrapper form {
        padding: 50px 30px 30px;
    }

    .login-wrapper form h3 span {
        font-size: 20px;
    }

    .card.horizontal-tab {
        padding: 5px 0px 20px;
        margin: 0px 0px 15px;
    }

    .heading-area {
        margin: 5px 0px 5px;
    }

    #horizontal-input {
        height: auto;
        overflow-y: auto;
    }

        #horizontal-input.homeland-page {
            padding: 0 15px;
        }

    .navigation-tabs-main .modal .modal-body {
        padding: 10px 0px;
    }

    .center-head {
        font-size: 18px;
    }

    .header-logo img {
        width: 110px;
    }
}

@media only screen and (max-width : 480px) {
    .horizontal-tab .lapserow .col-form-label.form-check-label {
        margin-left: -15px;
    }

    .lapserow input[type="checkbox"] {
        margin-left: 15px;
    }

    .horizontal-tab .lapserow select.form-control {
        margin: 5px 0px;
    }
}

@media only screen and (max-width : 375px) {
    .login-page .button-common.btn {
        min-width: inherit;
        width: 100%;
        margin: 10px 0 0;
    }

    .login-wrapper form h3 span {
        font-size: 18px;
    }

    .btn.button-common, .button-common {
        min-width: auto;
        width: 100%;
        font-size: 14px;
        margin: 10px 0 0;
    }

    .menus-head-title span:before, .menus-head-title span:after {
        width: 25px;
    }

    .menus-head-title span:before {
        margin-right: 8px;
    }

    .menus-head-title span:after {
        margin-left: 8px;
    }

    .menus-head-title span {
        font-size: 16px;
    }

    body .breadcrumb > li a, body .breadcrumb > li {
        font-size: 12px;
    }

    .policies-list-type {
        flex-direction: column;
        align-items: center;
    }

    .policies-list {
        min-width: 230px;
        padding: 20px 20px 25px;
    }

}
.min-widthauto{
    min-width:auto!important;
}

.transcationul {
   list-style-type:none;
}
.horizontal-tab .inner-class {
    background: #fff;
    box-shadow: 0px 10px 15px 1px rgb(0 0 0 / 15%);
    padding: 20px 30px 20px;
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #5E0C72;
    margin-top: -5px;
    border-top: 0px;
}
.horizontal-tab  .spec-label {
    font-size: 18px;
    font-weight: bold;
}
.horizontal-tab .spec-label span{
    font-size:18px;
    font-weight:bold;
}
.inline-label-text2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #999;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    width:82%;
}
.btns {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap: wrap;
}
    .btns li {
        list-style-type: none;
        display: flex;
        align-items: center;
    }
.round {
    width: 15px;
    height: 15px;
    border: 0px;
    border-radius: 100%;
    margin-right:10px;
}
.widtht65 {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    display: table;
}
.bg-grey{
    background-color:#eee;
    padding:10px;
    position:relative
}
    .bg-grey::after {
        border-top: 15px solid transparent;
        border-left: 0px solid #000;
        border-right: 15px solid #eeeeee;
        content: "";
        display: inline-block;
        height: 12px;
        left: -7px;
        position: absolute;
        top: 13px;
        width: 12px;
        transform: rotate(135deg);
    }
.scroll-height{
    max-height:350px;
    overflow-y:auto;
    min-height:100px;
}
.btn-purple {
    background-color: #5e0c72;
}
.btnligh-purple {
    background-color: #f7e8ff;
}
.accordion > .card > .card-header {
    margin-bottom: 0px!important;
}
.top-32{
    margin-top:2rem;
}
.form-group .input-border-currency {
    border: 1px solid rgba(0,0,0,0.5);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}
/*.input-group .form-control {
    background: #fff;
}*/
#NewMainMember{border:1px solid #000;padding:10px 15px;}
.inner-heading{font-weight:bold;padding:0px;}
@media print {
    body, html, #wrapper {
        height: 100%;
    }
}