/* Add here all your css styles (customizations) */

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

/* Topbar Custom */
body{
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #fff;
}
body #topbar {
    background: #faac27 !important;    
}

body #topbar a {
    color: white;
}

body #topbar a:hover {
    color: #1665b1;
    text-decoration: none;
}

body #topbar .text-lg-right {
    display: flex;
    justify-content: flex-end;
}

body #topbar .list-inline-item a:hover {
    color: #1665b1 !important;
}

body #topbar .btn:hover {
    background: #1665b1;
    border-color: #1665b1;
    color: white;
}

body #topbar .log-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
}

body #topbar .log-zone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 96px;
        height: 29px;
}

body #topbar .log-zone a i {
    font-size: 16px;
    margin-left: 10px;
}

.u-header__section:nth-child(1) {
    z-index: auto;
}


/* Menu utilisateur topbar */

#profileMenuInvoker span,
#adminMenuInvoker span {
        font-size: 14px;
    font-weight: 500;
}

#adminMenu {
    width: 200px !important;
}

#profileMenu,
#adminMenu {
    list-style: none;
    border: 1px solid #dedede;
    z-index: 999;
    border-radius: 0 !important;
}

#profileMenu li,
#adminMenu li {
    max-width: 50%;
}

#profileMenu span,
#adminMenu span {
    color: #1665b1 !important;
}

#profileMenu a:hover,
#adminMenu a:hover {
    text-decoration: none;
}

#profileMenu a:hover span,
#adminMenu a:hover span {
    color: #faac27 !important;
}


/* Menu utilisateur topbar */


/* Topbar Custom */

body header #logo-sign {
    max-width: 40%;
    margin-bottom: 30px;
}

body header nav {
    padding: 0 !important;
}

body header nav .navbar-brand {
    padding: 0;
}

body header nav .navbar-brand #logo-nav {
    max-width: 40%;
    margin-top: 10px;
    margin-bottom: 10px;
}

body header nav .nav-item .nav-link {
    color: #797979 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body header nav .nav-item .nav-link:hover {
    color: #0065b1 !important;
}
body header nav .nav-item .dropdown-item .nav-link:hover {
    color: #fff !important;
}

body header nav .nav-item.active a{
color: #0065b1 !important;
}

/*.navbar-nav .dropdown-item:focus a, 
.navbar-nav .dropdown-item:hover a{
         color: #fff !important;
}*/

body form input {
    border-left: none !important;
}

body .u-btn-primary {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

body .u-btn-primary:hover {
    background: #01508c;
    border-color: #01508c;
}

body #contacts-section img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

body #contacts-section a {
    color: #cccccc;
}

body #dropDown2_23Invoker {
    color: #faac27 !important;
}

body #dropDown2_23Invoker:hover {
    color: #1665b1 !important;
}

body #dropDown2_24Invoker {
    color: #faac27 !important;
}

body #dropDown2_24Invoker:hover {
    color: #1665b1 !important;
}

body #dropDown2_25Invoker {
    color: #faac27 !important;
}

body #dropDown2_25Invoker:hover {
    color: #1665b1 !important;
}

body .form-check input {
    background: #faac27 !important;
}

body .g-color-main {
    color: #faac27 !important;
}
body .b-color-main {
    color: #222 !important;
    display: block;
    font-size: 14px;
    padding: 5px 0px;
	font-weight: 500;
}
body .alert-danger,
body .alert-success {
    margin-top: 20px;
}

.hs-admin-search {
    color: #a0a2a5 !important
}

body #sideNavMenu {
    min-height: auto !important
}

body .container-admin {
    max-width: 90%;
    margin: 0 auto;
}




body .add-edit-button:hover {
    text-decoration: none;
}


/* Group Management Section */

body .group-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

body .group-single {
    display: flex;
    align-items: center;
    background: lightgray;
    background: #eeeeee;
    border-radius: 30px;
}

body .group-single i {
    background: #1665b1;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body .group-single p {
    background: #eeee;
    padding: 10px;
    padding-left: 5px;
    border-radius: 20px;
}

body .plus-group {
    margin: 0 auto 20px;
}

body .add-title-icon {
    display: flex;
    align-items: center;
}

.chosen-drop {
    left: 0 !important;
}

.chosen-single span {
    color: #ccc;
}


/* Group Management Section */

body .form-add-edit input {
    border-left: 1px solid #d1d1d1 !important;
}

body .dropdown-menu {
    border-color: #1665b1 !important;
}

.g-color-primary {
    color: #1665b1 !important;
}
.b-color-primary {
    color: #222 !important;
}

.u-go-to-v1 {
    background: #faac27 !important;
    color: white !important;
}

.u-go-to-v1:hover {
    background: #1665b1 !important;
}

.tabs-user {
    border-color: #1665b1 !important;
}

.tabs-user .active {
    background-color: #1665b1 !important;
}

.form-drop select {
    border-right: 0;
}

.form-drop .input-group-append span {
    border: 1px solid #eee;
    border-left: none;
}

body .form-group {
    margin-bottom: .5rem;
}

body .form-select-access {
    border-radius: .25rem 0 0 .25rem !important;
}

body .icon-form-access {
    border-radius: 0 .25rem .25rem 0 !important;
}

body .icon-form-access i {
    font-size: 30px;
    color: #1665b1;
}

.directory-resume .btn {
    max-width: 30%;
    padding: 10px !important;
    border: none !important;
    border-radius: .25rem !important;
    color: #ffffff;
    background: #faac27;
    transition: all .2s;
}

.directory-resume .btn:hover {
    background: #1665b1;
}

#fileAttachment {
    cursor: pointer;
    color: #1665b1;
}



.menu-left a:hover {
    text-decoration: none;
    color: #1665b1 !important;
}


.add-edit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faac27;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 50%;
    color: white;
    transition: all .3s;
}

.add-edit-button:hover {
    background: #1665b1;
    color: white;
}

.add-edit-button i {
    display: initial;
    width: auto;
    height: auto;
    background: none;
    margin-left: 0;
    font-size: initial;
    transition: initial;
}

.add-edit-button i::before {
    font-size: 18px;
}

.add-edit-button i:hover {
    background: none;
}



.u-btn-primary {
    background-color: #0065b1;
}

.list-group-item.active {
    background-color: #faac27;
    border-color: #faac27;
}

@media (min-width: 768px) {
    .u-nav-v1-1.u-nav-primary .nav-link.active {
        color: #000000;
        font-weight: 600;
        background-color: #fff;
        border-bottom: 2px solid #faac27; 
    }
}

.u-nav-v1-1.u-nav-primary .nav-link.active {
        color: #000000;
        font-weight: 600;
        background-color: #fff;
        border-bottom: 2px solid #faac27; 
    }

.g-brd-primary {
    border-color: #faac27 !important;
}


/* header menu */

.u-header__section--admin-light [data-dropdown-target] i {
    color: #fff;
}

b,
strong {
    font-weight: bold !important;
}

.btn-primary {
    background-color: #faac27;
    border-color: #faac27;
}

.u-btn-secondary {
    background-color: #aaa !important;
    border-color: #aaa !important;
    color: #666 !important;
}

.u-btn-secondary:hover {
    background-color: #666 !important;
    border-color: #333 !important;
    color: #fff !important;
}

::selection {
    background: #faac27;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #faac27;
    /* Gecko Browsers */
}

::placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
    color: #ccc !important;
}

.u-header__section--admin-light [aria-labelledby] i {
    color: #1665b1;
}

.u-header__section--admin-light [aria-labelledby] a:hover i {
    color: #faac27;
}

.g-color-secondary--hover:hover {
    color: #faac27 !important;
}

.u-select-v1 .chosen-results>li.highlighted {
    background: rgba(250, 172, 39, .5);
    border-bottom-color: rgba(250, 172, 39, .5)
}

.u-select-v1 .chosen-results>li.result-selected {
    background: rgba(250, 172, 39, .5);
    border-bottom-color: rgba(250, 172, 39, .5)
}

.form-control:focus {
    border-color: #ccc;
}

.input-group input::placeholder,
.form-group input::placeholder,
.form-control::placeholder {
    color: #ccc;
}

.border-fix-left {
    border-left: 1px solid #eee !important;
}

#roleTable #roleTable a:hover {
    text-decoration: none;
}

.fix-cursor {
    cursor: text !important;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-actions a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faac27;
    border-radius: 50%;
}

.admin-link a {
    color: #faac27 !important;
    height: 100%;
    background: white;
    border-radius: 20px;
}

.admin-link [data-dropdown-target] i {
    color: #000;
}

.admin-link ul li a:hover {
    background: #fff;
    border-radius: 0px !important;
}

.admin-link a:hover {
    background: #1665b1;
}

.meta-text {
    color: #ccc;
}

.btn-mini {
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.download-mini {
    width: 30px;
    height: 30px;
    background: #faac27;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-left: 10px;
    color: white;
}

.download-mini:hover {
    background: #1665b1;
    color: white;
}

.mini-flag {
    max-width: 20px;
}

/* ===================== responsive =============== */

@media only screen and (max-width: 991px){
  #profileMenuInvoker span, #adminMenuInvoker span {
    font-size: 12px;
}

}

@media only screen and (max-width: 575px){
  .footermenu-width {
    max-width: 100%;
    width: 100%;
}
.letestpost {
    padding-top: 20px;
    margin-right: 20px;
}
body #contacts-section img {
    margin: 24px auto 0px;
}
.group-grid-main-heading .breadcrumb {
    top: -36px;
}
body #topbar .log-zone a{
      min-width: 70px;
}

}
.menu-left{padding:0px 20px}
.menu-left  .group-grid-list-icon{vertical-align: -1px;}
.menu-left h2{
    padding: 15px 0px 15px 34px;}

.styled-checkbox1 input {
    position: absolute;
    opacity: 0;
    width: auto;
}


.styled-checkbox1 {
    padding: 0;
    margin: 0
}

.styled-checkbox1 li {
    display: block;
    float: left;
    width: 33.33%;
    padding: 5px 0px;
}


.styled-checkbox1 label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: auto;
    left: 0;
    top: 0;
    cursor: pointer;
    pointer-events: inherit;
    opacity: 1;
    font-size: 15px;
    line-height: 14px;
    min-height: 28px;
    padding-left: 40px;
    padding-top: 2px;
}

.styled-checkbox1 label input[type=checkbox]+span:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: #0065b1 2px solid;
    left: 0;
    position: absolute;
    top: -1px;
}

.styled-checkbox1 label input[type=checkbox]:disabled+span {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox1 label+span:before {
    box-shadow: none;
    /* background: #ddd; */
}

.styled-checkbox1 label input[type=checkbox]:checked+span:before {
    background: #0065b1;
}

.styled-checkbox1 label input[type=checkbox]:checked+span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.g-brd-gray-light-v4{    border-color: #ccc !important;}
.myacavatar img {
    border-radius: 10px;
}

.u-btn-primary {
    background-color: #0065b1;
    background: #0065b1;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
    border-radius: 10px !important;
}
h2.g-color-main{    color: #666666 !important;
    font-size: 22px;
    font-weight: 600 !important;
    padding-bottom: 25px;
    padding-top: 10px;
    margin: 0px;
	font-family: 'Montserrat', sans-serif;
	}
	
.table{    border-collapse: separate;
    border-spacing: 0 15px;
}
.table th {
    border-top: 0px solid #dee2e6;
}
.listof-number-section .align-self-center {
    font-weight: 600;
}
.listof-number-section table tr {
    box-shadow: 0px 0px 12px rgba(181, 174, 174, 0.27);
}
.listof-number-section td span {
    font-weight: 500;
    color: #868686 !important;
    font-size: 13px !important;
    font-weight: 600;
}
body .addlist-memberbtn .fa-plus{    background: none;
    margin: 0;
    margin-right: 10px;
	width: auto;
}
.add-button.add-documentbtn{width:auto;margin-bottom: 0;}
.jspacebet{justify-content: space-between;
    width: 100%;}
body header nav .nav-item .nav-link {
    color: #333333 !important;
}	

.dropdown-item:focus, .dropdown-item:hover {
    
    background: #0065b1;
}
.g-bg-size-cover{font-family: 'Montserrat', sans-serif;}

/* Ayan */

.topber-gap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.textleft {
    text-align: left;
}
.list-inline-item {
    margin-right: 20px;
}
.g-color-white {
    color: #fff !important;
}
.list-inline-item a i {
    font-size: 16px;
}
.g-pos-rel {
    position: relative !important;
}
.admin-link a {
    color: #faac27 !important;
    height: 100%;
    background: white;
    border-radius: 20px;
}
.header-admin a {
    background: transparent !important;
    border: 1px solid #fff;
    padding: 2px 0;
    display: inline-block !important;
}
.header-admin a span.h-admintext {
    color: #fff;
    display: inline-block;
    top: 0px !important;
}
.headertop-userimg {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 7px 0px 25px;
}
.g-top-2 {
    top: 0.14286rem;
}
.user-dropdownicon {
    margin-left: 20px;
}
.u-header__section--admin-light [aria-labelledby] {
    background-color: #fff;
    color: #53585e;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.u-dropdown--css-animation.u-dropdown--hidden {
    opacity: 0;
    visibility: hidden;
}
.g-pos-abs {
    position: absolute !important;
}
.g-font-size-14 {
    font-size: 1rem !important;
}
.g-width-100x--lg {
    width: 100% !important;
}
.g-mt-17 {
    margin-top: 1.21429rem !important;
}
.g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
}
.u-header[data-header-fix-effect] {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.u-shadow-v18 {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.u-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 0.92857rem;
    z-index: 501;
}
.g-bg-white {
    background-color: #fff !important;
}
.u-header__section {
    position: relative;
    z-index: 1;
}
.container {
    max-width: 1430px;
}
.navbar > .container {
    position: relative;
}
.g-font-weight-600 {
    font-weight: 600 !important;
}
.navbar-nav .nav-item {
    margin-left: 50px;
}
.nav-link {
    text-transform: capitalize;
}
.group-grid-area {
    background: #f9f9f9;
    padding: 50px 0;
}
.group-grid-main-heading {
    position: relative;
}
.group-grid-area h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
}
.group-grid-main-heading .breadcrumb {
    position: absolute;
    top: 8px;
    padding: 0px;
    right: 18px;
    background: transparent;
    margin: 0px;
}
.group-grid-main-heading .breadcrumb li {
    margin-right: 15px;
    position: relative;
}
.group-grid-main-heading .breadcrumb li a {
    font-size: 12px;
    color: #383838;
    font-weight: 600;
    border-bottom: 1px solid #383838;
}
.group-grid-main-heading .breadcrumb li:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #faac27;
}
.group-grid-main-heading .breadcrumb li:last-child:after{
    display: none;
}
.group-grid-main-heading .breadcrumb li:last-child{
        margin-right: 0px;
}
a:focus, a:hover {
    text-decoration: none;
}
.wall {
    position: relative;
    max-width: 100%;
    margin: 10px auto;
}
.group-grid-item {
    padding: 14px;
}
.group-grid-list {
    border: 1px solid #f3f3f3;
    background: #fff;
    font-size: 1em;
    border-radius: 8px;
    padding: 25px 34px;
    margin-bottom: 30px;
}
.group-grid-list h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 8px;
}
.group-grid-list ul {
    padding: 0px;
    margin: 0px;
}
.group-grid-list ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    color: #797979;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 12px;
    line-height: 20px;
}
.group-grid-list-icon {
    width: 14px;
    margin-right: 12px;
    margin-top: 4px;
}
.group-grid-list ul li span {
    flex: 1;
    display: inline-block;
}
.group-grid-list ul li span a {
    color: #797979;
    font-size: 15px;
    font-weight: 500;
}
.wall > * {
    top: 0;
    left: 0;
    width: 25%;
    position: absolute;
}
.footergrid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 40px 0 10px;
}
.g-mb-0--lg {
    margin-bottom: 0 !important;
}
.g-mb-20 {
    margin-bottom: 1.42857rem !important;
}
.footergrid h2 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 8px;
}
.letestpost {
    display: flex;
    padding-top: 20px;
}
.letestpost-icon {
    background: #323232;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    margin-right: 8px;
    text-align: center;
    line-height: 45px;
}
.letestpost-describe {
    flex: 1;
}
.letestpost-icon img {
    width: 19px !important;
    margin-top: 11px !important;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.letestpost-describe p {
    margin-bottom: 3px;
    font-size: 13px;
    color: #fff;
    max-width: 150px;
    width: 100%;
}
.letestpost-describe span {
    font-size: 12px;
    color: #b5b5b5;
}
.footermenu-width {
    max-width: 200px;
    width: 100%;
}
.footermenu-width li {
    padding-bottom: 13px;
}
.footermenu-width li p i {
    margin-top: -4px;
    color: #fff;
}
.g-right-0 {
    right: 0 !important;
}
.g-absolute-centered--y {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}
.footermenu-width li p a {
    font-size: 14px;
}
.g-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}
.footer-contact p {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500;
}
.footer-contact p {
    padding-bottom: 5px;
}
.u-icon-vvv4 {
    width: auto !important;
    height: auto !important;
}
.u-icon-v1, .u-icon-v2, .u-icon-v3, .u-icon-v4 {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.g-mr-10 {
    margin-right: 0.71429rem !important;
}
.g-bg-gray-dark-v1 {
    background-color: #222222 !important;
}
.g-color-white-opacity-0_8 {
    color: rgba(255, 255, 255, 0.8) !important;
}
.footer-section-gap {
    padding: 12px 0 !important;
}
.g-font-size-default {
    font-size: 12px !important;
}
.u-list-inline {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    font-size: 13px;
    color: #000;
}
.footer-section-gap .text-md-left ul li a {
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.g-brd-gray-light-v4 {
    border-color: #ccc !important;
}
.u-header__section:nth-child(1) {
    z-index: auto;
}
.g-color-gray-dark-v5 {
    color: #999 !important;
}
.g-brd-bottom {
    border-bottom: solid 1px transparent !important;
}
.top-social-icon .list-inline-item {
    margin-right: 20px;
}
ul {
    padding: 0;
    margin: 0;
}
.g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
}
.phonenumber {
    font-size: 15px;
    font-weight: 500;
    margin-left: 20px;
}
.u-icon-vvv4 i {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}
.footer-section-gap .align-self-center ul li a i {
    color: #fff !important;
}
.g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
}
.g-px-30 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.g-mb-80 {
    margin-bottom: 5.71429rem !important;
}
.member_group_search {
    max-width: 536px;
    margin: 15px auto 38px;
    display: block;
}
.memberlist-box {
    display: flex;
    background: #fff;
    align-items: flex-start;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(181, 174, 174, 0.1);
    margin-top: 22px;
    padding: 15px 15px 0px;
    height: 100%;
}
.memberlistmain-img {
    margin-right: 15px;
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
}
.memberlist-box-describe {
    flex: 1;
}
.memberlist-box-describe h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 0px 0px 4px;
}
.evolution {
    font-size: 13px;
    color: #636363;
    font-weight: 500;
    line-height: 19px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}
.member-deg {
    font-weight: 600;
    color: #000;
    padding-left: 5px;
}
.memberlist-edit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.g-color-gray-dark-v5 {
    color: #999 !important;
}
.memberlistmore {
    color: #0b61e6;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
main {
    background: #f9f9f9;
}
.g-mb-100 {
    margin-bottom: 7.14286rem !important;
}
.g-mt-50 {
    margin-top: 3.57143rem !important;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}
.menu-left h2 {
    padding: 15px 0px 15px 34px;
}
.menu-left h2 {
    color: #666666;
    font-size: 24px;
    padding: 15px 0px 5px 34px;
    border-bottom: 1px solid #f1f1f1;
}
.menu-left h3 {
    padding: 15px 0px 5px 34px;
    margin: 0px;
}
.menu-left {
    padding: 0px 20px;
    background: #fff;
}
.shortcode-html {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    padding: 25px 35px;
}
.membertab-cont {
    display: inline-block;
    min-width: 300px;
}
.membertab-cont li.nav-item {
    padding: 0px;
    margin-right: 15px;
}
[role="tablist"] .nav-item {
    display: inline-block;
}
.u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #000000;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 2px solid #faac27;
}
.membertab-cont li a.nav-link {
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #7f7f7f;
}
.add-document-section {
    background: #f9f9f9;
    padding: 25px 25px;
    margin: 20px 0;
}
.g-mb-0--md {
    margin-bottom: 0 !important;
}
.add-documentbtn {
    max-width: 280px;
    height: 52px;
    background: #0065b1;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
}
.add-documentbtn img {
    margin-right: 10px;
}
.add-documentbtn:hover{
    color: #fff;
    background: #023e6b;
  }
  .add-document-form .col-sm-5 input{
    height: 44px;
  }
  .add-document-form .col-sm-5 .chosen-container{
      height: 44px;
          padding: 10px 10px !important;
  }
  .add-document-form .col-sm-2 button{
      height: 42px;
      padding: 5px !important;
      border-radius: 10px !important;
      font-weight: 500;
      box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
  }
  
  .documentfound-pagination-section{
    display: flex;
    justify-content: space-between;
        padding-bottom: 20px;
  }
  .documentfound-pagination-title{
    font-size: 22px;
    color: #666666;
    font-weight: 600;
  }
  
  .documentfound-pagination .page-link {
      position: relative;
      display: block;
      padding: .5rem 12px;
      margin-left: -1px;
      line-height: 1.25;
      color: #007bff;
      background-color: #f1f1f1;
      border: 0px solid #dee2e6;
      border-radius: 10px;
  }
  
  .documentfound-pagination ul li{
    margin-left: 10px;
  }
  
  .documentfound-pagination ul li:last-child a.page-link{
  background-color: transparent;
      border: 1px solid #faac27;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      font-size: 29px;
      height: 30px;
      display: inline-block;
      line-height: 10px;
  }
  .documentfound-pagination ul li:first-child a.page-link{
    background-color: transparent;
      border: 1px solid #faac27;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      font-size: 29px;
      height: 30px;
      display: inline-block;
      line-height: 10px;
  }
  .documentfound-list{
      background: #fff;
      box-shadow: 0px 0px 10px rgba(181, 174, 174, 0.1);
      margin-bottom: 10px;
          padding: 28px;
      position: relative;
  }
  
  .documentfound-list h4{
      width: 100%;
      font-weight: 700;
      font-size: 18px;
  }
  
  .documentfound-list-icons{
    width: 100%;
        padding-bottom: 7px;
  }
  
  .documentfound-list-icons p{
    display: inline-block;
  }
  
  .documentfound-list-document{
      background: #faac27;
      color: #000;
      border-radius: 20px;
      padding: 5px 10px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      margin-bottom: 10px;
      display: inline-block;
  }
  
  .documentfound-list-download{
      position: absolute;
      top: 0;
      right: 10px;
      border-radius: 100%;
      overflow: hidden;
  }
  .documentfound-list-icons a{
      color: #1e1e1e;
      font-size: 13px;
      font-weight: 600;
          margin-left: 30px;
  }
  .documentfound-list-icons .meta-text{
  color: #797979;
      margin: 0px;
      vertical-align: middle;
      padding-left: 5px;
  }
  
  .documentfound-list-readbtn{
    color: #0065b1;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .add-documentbtnyellow{
    background: #faac27;
    color: #000;
    font-weight: 600;
  }
  .add-documentbtnyellow:hover{
    background: #e49309;
    color: #000;
  }
  .add-document-sectionmember .add-documentbtn{
        margin-bottom: 0px;
  }
  .g-color-black {
    color: #000 !important;
}
.u-select-v1 {
    position: relative;
    max-width: 100%;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.3);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: .4rem 1rem;
}
.u-select-v1 {
    position: relative;
    max-width: 100%;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.3);
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: .4rem 1rem;
  }
  
  .u-select-v1 .chosen-single {
    position: static;
    height: auto;
    color: inherit;
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    line-height: inherit;
  }
  
  .u-select-v1 .chosen-single span {
    margin-right: 0;
  }
  
  .u-select-v1 .chosen-single span img {
    position: relative;
    top: -2px;
    margin-right: 4px;
  }
  
  .u-select-v1 .chosen-single div {
    width: 40px !important;
  }
  
  .u-select-v1 .chosen-single div b {
    background: none !important;
  }
  
  .u-select-v1 .chosen-single div b i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .u-select-v1 .chosen-single div b i:first-child {
    display: inline-block;
  }
  
  .u-select-v1 .chosen-single div b i:last-child {
    display: none;
  }
  
  .u-select-v1 .chosen-single:focus {
    outline: 0 none;
  }
  
  .u-select-v1 .chosen-drop {
    width: calc(100% + 2px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    border-radius: 0;
    border-top-width: 1px;
    margin-left: -1px;
  }
  
  .u-select-v1 .chosen-results {
    padding: 0;
    margin: 0;
  }
  
  .u-select-v1 .chosen-results > li {
    position: relative;
    font-size: inherit;
    color: #999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    padding: 12px 16px;
  }
  
  .u-select-v1 .chosen-results > li img {
    position: relative;
    top: -2px;
    margin-right: 4px;
  }
  
  .u-select-v1 .chosen-results > li div {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
  }
  
  .u-select-v1 .chosen-results > li div b {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .u-select-v1 .chosen-results > li div b i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .u-select-v1 .chosen-results > li:last-child {
    border-bottom-width: 0;
  }
  
  .u-select-v1 .chosen-results > li.highlighted {
    color: #999;
    background-image: none;
    background-color: rgba(230, 33, 84, 0.2);
    border-bottom-color: rgba(230, 33, 84, 0.2);
  }
  
  .u-select-v1 .chosen-results > li.highlighted.g-color-white--active {
    color: #fff !important;
  }
  
  .u-select-v1 .chosen-results > li.highlighted.g-bg-primary--active {
    background-color: #e62154 !important;
  }
  
  .u-select-v1 .chosen-results > li.result-selected {
    color: #999;
    background-color: rgba(230, 33, 84, 0.2);
    border-bottom-color: rgba(230, 33, 84, 0.2);
  }
  
  .u-select-v1 .chosen-results > li.result-selected div b i {
    display: inline-block;
  }
  
  .u-select-v1.chosen-container-active .chosen-single {
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .u-select-v1.chosen-with-drop .chosen-single {
    border: none;
    border-radius: 0;
  }
  
  .u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
    display: none;
  }
  
  .u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
    display: inline-block;
  }
  
  .u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  
  .u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
    font-size: 12px;
    color: #999;
    background-image: none;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    padding: 5px 20px 5px 5px;
  }
  
  .u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
    height: 22px;
  }
  
  .u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
    height: 22px;
    margin: 0;
  }
  
  .u-select-v1.u-select-multiple-custom .chosen-choices {
    display: none;
  }
  
  .u-select-v1.u-select-multiple-custom .chosen-drop {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    z-index: 3;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
  }
  
  .u-select-v1.u-dropdown-sm {
    padding: .1rem .5rem;
    font-size: .875rem;
  }
  
  .u-select-v1.u-dropdown-sm .chosen-results > li {
    padding: 6px 8px;
  }
  
  .u-select-v1.u-dropdown-lg {
    padding: .55rem 1.5rem;
    font-size: 1.25rem;
  }
  
  .u-select-v1.u-dropdown-lg .chosen-results > li {
    padding: 14px 18px;
  }
  .chosen-container-single .chosen-single div b {
    position: relative;
  }
  
  .chosen-container-single .chosen-search input[type="text"] {
    padding: .8rem 1rem .6rem;
    border-color: #ccc;
  }
  
  .chosen-container-single.u-dropdown-sm .chosen-search input[type="text"] {
    padding: .25rem .5rem .1rem;
  }
  
  .chosen-container-single.u-dropdown-lg .chosen-search input[type="text"] {
    padding: .75rem 1.5rem .55rem;
  }
  
  .chosen-container-single.u-select-above .chosen-drop {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
  }
  .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .chosen-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
  }
  
  .chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
  
  .chosen-container a {
    cursor: pointer;
  }
  
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
  }
  
  .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
  }
  
  .chosen-container-single .chosen-single {
    background: none !important;
    box-shadow: none !important;
    overflow: hidden;
    border: none !important;
  }
  
  .chosen-container-single .chosen-default {
    color: #999;
  }
  
  .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
  }
  
  .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
  }
  
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
  }
  
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
  }
  
  .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
  }
  
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
  }
  
  .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
  }
  
  .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
            clip-path: inset(100% 100%);
  }

  .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0px 0px 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
  }
  
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 11px 15px;
    font-size: 1rem;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
  }
  
  .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
  }
  
  .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  
  .chosen-container .chosen-results li.highlighted {
    background: #ef9701 !important;
    border-bottom-color: #ef9701 !important;
    color: #fff !important;
  }
  
  .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
  }
  
  .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
  }
  
  .chosen-container .chosen-results li.group-option {
    padding-left: 15px;
  }
  
  .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
  }

  .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
  }
  
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
  }
  
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  
  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
  }
  
  .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
  }
  
  .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
  }
  
  .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
  }
  
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
  }
  
  .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
  }

  .chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
  }
  
  .chosen-disabled .chosen-single {
    cursor: default;
  }
  
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
  }

  .chosen-rtl {
    text-align: right;
  }
  
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
  }
  
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
  }
  
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
  }
  
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
  }
  
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
  }
  
  .chosen-rtl .chosen-choices li {
    float: right;
  }
  
  .chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
  }
  
  .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
  }
  
  .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
  }
  
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
  }
  
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
  }
  
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
  }
  
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
  }
  
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
  }
  
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
  }

  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
      background-image: url("chosen-sprite@2x.png") !important;
      background-size: 52px 37px !important;
      background-repeat: no-repeat !important;
    }
  }
  .add-document-section .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    width: 100%;
}
.u-select-v1 .chosen-results>li.result-selected {
    background: #ef9701 !important;
    border-bottom-color: #ef9701 !important;
    color: #fff !important;
}
h2.g-color-main {
    color: #666666 !important;
    font-size: 22px;
    font-weight: 600 !important;
    padding-bottom: 25px;
    padding-top: 10px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}
.menu-left ul li:hover {
    background: #edf4f9;
}
.menu-left ul li {
    padding: 8px 34px;
}
.menu-left .list-unstyled {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 22px;
}
.membership-area .g-bg-white.rounded {
    padding: 45px 65px;
}
.add-document-formsave {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
}
.membermin-gap {
    min-height: 350px;
}
.add-document-formsave button {
    height: 42px;
    padding: 0 42px !important;
    border-radius: 10px !important;
    font-weight: 500;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
}
.membership-area .input-group {
    margin-bottom: 20px;
}
label {
    width: 100%;
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.documentitle .rounded h2 {
    color: #666666;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 10px;
    margin: 0px;
}
.g-mb-30 {
    margin-bottom: 2.14286rem !important;
}
.documentitle textarea.form-control {
    height: 106px;
}
.g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
}
.profile-section {
    max-width: 860px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 40px 80px;
}
[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
figure {
    margin-bottom: 0;
}
.profile-section figure img {
    width: 170px !important;
    margin: 0 auto;
    display: block;
}
.profilebox-heading h2 a {
    color: #000;
    display: inline-block;
    padding-top: 20px;
}
.profile-section ul li {
    padding-left: 20%;
}
.g-brd-gray-light-v4 {
    border-color: #ccc !important;
}
.g-pr-10 {
    padding-right: 0.71429rem !important;
}
.g-width-200 {
    width: 200px !important;
}
.g-pt-50 {
    padding-top: 3.57143rem !important;
}
.g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
}
.g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
}
.g-mb-10 {
    margin-bottom: 0.71429rem !important;
}
li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.g-mr-12 {
    margin-right: 0.85714rem;
}
.g-nowrap {
    white-space: nowrap;
}
.listof-number-section {
    background: #fff;
    padding: 27px 33px;
}
.g-mb-0 {
    margin-bottom: 0 !important;
}

.g-font-size-default {
    font-size: 12px !important;
}
.form-control {
    border-radius: 5px !important;
}
.g-pos-abs {
    position: absolute !important;
}

.addlist-memberbtn {
    padding: 0 35px;
}
.add-documentbtn {
    max-width: 280px;
    height: 52px;
    background: #0065b1;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
}
.g-mb-40 {
    margin-bottom: 2.85714rem !important;
}
.table-responsive {
    overflow: hidden;
    overflow-x: auto;
  }
  .dataTables_scroll {
    border-bottom: 0px solid #e1eaea;
  }
  
  .dataTables_scroll [class*="u-table--v3"] {
    margin-bottom: -1px;
  }
  
  .dataTables_scroll .mCSB_outside + .mCSB_scrollTools {
    top: 0;
    right: 0;
    background-color: #fff;
    border: 0px solid #e1eaea;
    margin-bottom: -1px;
  }
  
  .dataTables_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #bac9c9;
  }
  
  .dataTables_scroll .mCSB_scrollTools .mCSB_draggerRail {
    display: none;
  }
  
  .dataTables_scroll td:last-child,
  .dataTables_scroll th:last-child {
    padding-right: 34px;
  }
  
  .dataTables_scrollHead,
  .dataTables_scrollFoot {
    overflow: visible !important;
  }
  
  [class*="u-table--v3"] {
    margin-bottom: 0;
  }
  
  [class*="u-table--v3"] th,
  [class*="u-table--v3"] td {
    color: inherit;
    vertical-align: middle;
    padding: 1.42857rem;
    border-top-color: #e1eaea !important;
    border-bottom-color: #e1eaea !important;
    border-left-color: #e1eaea !important;
    border-right-color: #e1eaea !important;
  }
  
  [class*="u-table--v3"] th:first-child, [class*="u-table--v3"] th.g-first-child,
  [class*="u-table--v3"] td:first-child,
  [class*="u-table--v3"] td.g-first-child {
    text-align: center;
    border-left: 0px solid;
  }
  
  [class*="u-table--v3"] th:last-child, [class*="u-table--v3"] th.g-last-child,
  [class*="u-table--v3"] td:last-child,
  [class*="u-table--v3"] td.g-last-child {
    border-right: 0px solid;
  }
  
  [class*="u-table--v3"] thead th {
    font-weight: 400;
    border-bottom: none;
  }
  
  [class*="u-table--v3"] td {
    font-weight: 300;
    padding-top: 1.14286rem;
    padding-bottom: 1.14286rem;
  }
  
  [class*="u-table--v3"] .opened + tr {
    background-color: #fff;
  }
  
  [class*="u-table--v3"] tr:last-child td {
    border-bottom: 0px solid;
  }
  
  [class*="u-table--v3"] .thead-light th,
  [class*="u-table--v3"] .thead-light td,
  [class*="u-table--v3"] .tfoot-light th,
  [class*="u-table--v3"] .tfoot-light td {
    color: #53585e;
    background-color: #fff;
    border-color: #fff;
  }
  
  [class*="u-table--v3"].table-hover tbody tr:hover {
    background-color: rgba(245, 249, 249, 0.4);
  }
  
  [class*="u-table--v3"].table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fff;
  }
  
  [class*="u-table--v3"] tfoot.u-tfoot-after-thead {
    display: table-header-group;
  }
  
  .u-table--v3--bordered th,
  .u-table--v3--bordered td {
    border-left: 0px solid;
  }
  
  .u-table--v3--borderless th,
  .u-table--v3--borderless td {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border: none;
  }
  
  .u-table--v3--borderless th:first-child, .u-table--v3--borderless th.g-first-child,
  .u-table--v3--borderless td:first-child,
  .u-table--v3--borderless td.g-first-child {
    border-left: none;
  }
  
  .u-table--v3--borderless th:last-child, .u-table--v3--borderless th.g-last-child,
  .u-table--v3--borderless td:last-child,
  .u-table--v3--borderless td.g-last-child {
    border-right: none;
  }
  
  .u-table--v3--borderless tr:last-child td {
    border-bottom: none;
  }
  
  .u-table--v3--row-border-bottom td {
    border-bottom: 0px solid;
    border-bottom-color: #fff !important;
  }
  
  .u-table--v3--row-border-bottom tr:last-child td {
    border-bottom: 0px solid;
    border-bottom-color: #fff !important;
  }
  .u-editable-table--v1 input[type="text"] {
    font-weight: 300;
    border: 1px solid #e1eaea;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.71429rem 1.42857rem;
    -webkit-transition: border-color .2s ease-in;
    -o-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in;
  }
  
  .u-editable-table--v1 input[type="text"]:focus {
    outline: 0 none;
    border-color: #1cc9e4;
  }
  .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f7f7f7;
  }
  
  .table-striped tbody td {
    border-top: none;
  }
  .listof-number-section table thead tr {
    box-shadow: none;
}
.listof-number-section table tr {
    box-shadow: 0px 0px 12px rgba(181, 174, 174, 0.27);
}
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    background-image: none;
}
[class*="u-table--v3"] th:first-child, [class*="u-table--v3"] th.g-first-child, [class*="u-table--v3"] td:first-child, [class*="u-table--v3"] td.g-first-child {
    text-align: center;
    border-left: 0px solid;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}
.g-width-40 {
    width: 40px !important;
}
.g-height-40 {
    height: 40px;
}
.g-ml-15 {
    margin-left: 1.07143rem !important;
}
.g-hidden-xs-up {
    display: none !important;
}
.listof-number-section .media-body {
    font-weight: 600;
}
.u-check {
    width: 45px;
}
.u-check-icon-checkbox-v7, .u-check-icon-radio-v7 {
    cursor: pointer;
    display: block;
    width: 43px;
    height: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    color: #ddd;
    border: solid 1px #f2f2f2;
    border-radius: 12px;
    background: #f2f2f2;
  }
  
  .u-check-icon-checkbox-v7 i::before, .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::before, .u-check-icon-radio-v7 i::after {
    content: "";
    display: block;
    position: absolute;
  }
  
  .u-check-icon-checkbox-v7 i::before, .u-check-icon-radio-v7 i::before {
    content: attr(data-uncheck-icon);
    top: 0;
    left: 0;
    width: 100%;
    height: 22px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: right;
    padding: 2px 7px;
  }
  
  .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
    top: 50%;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .1s;
         -o-transition-duration: .1s;
            transition-duration: .1s;
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
  .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
  .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
  .u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
  .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
  .u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
    color: #fff;
    background-color: #0065b1;
    border-color: #0065b1;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i:before,
  .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i:before,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i:before,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i:before,
  .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i:before,
  .u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i:before,
  .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i:before,
  .u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i:before {
    content: attr(data-check-icon);
    text-align: left;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after,
  .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after,
  .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after,
  .u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after,
  .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after,
  .u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
    left: calc(100% - 19px);
    background-color: #fff;
        border: 1px solid #0065b1;
  }
  .u-check {
    position: relative;
    cursor: pointer;
  }
  
  .u-check-icon-font {
    display: inline-block;
    font-size: 0;
    padding-left: 1px;
    padding-right: 1px;
  }
  
  .u-check-icon-font i {
    font-size: 22px;
    color: #ccc;
  }
  
  .u-check-icon-font i::before {
    content: attr(data-uncheck-icon);
  }
  
  .u-check-icon-checkbox, .u-check-icon-radio {
    display: inline-block;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-font i,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
  .u-check input[type="radio"]:checked + .u-check-icon-font i,
  .u-check input[type="radio"]:checked + * .u-check-icon-font i {
    color: #e62154;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
  .u-check input[type="radio"]:checked + .u-check-icon-font i::before,
  .u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
    content: attr(data-check-icon);
  }
  
  .g-hide-check {
    display: block !important;
  }
  
  .g-checked > * .g-hide-check,
  input[type="checkbox"]:checked + .g-hide-check,
  input[type="radio"]:checked + .g-hide-check,
  input[type="checkbox"]:checked + * .g-hide-check,
  input[type="radio"]:checked + * .g-hide-check {
    display: none !important;
  }
  
  .g-show-check {
    display: none !important;
  }
  
  .g-checked > * .g-show-check,
  input[type="checkbox"]:checked + .g-show-check,
  input[type="radio"]:checked + .g-show-check,
  input[type="checkbox"]:checked + * .g-show-check,
  input[type="radio"]:checked + * .g-show-check {
    display: block !important;
  }

  .listof-number-section .g-pos-rel a.g-line-height-0 {
    color: #bac9c9 !important;
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    border-radius: 100%;
    text-align: center;
    line-height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
}
.g-color-gray-light-v6 {
    color: #bac9c9 !important;
}
.g-width-10 {
    width: 10px !important;
}
.g-line-height-1 {
    line-height: 1 !important;
}
.g-font-size-10 {
    font-size: 0.71429rem !important;
}
.usernumber {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-right: 30px;
}
.listof-number-section td span.file-number {
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 600;
}
.file-upload {
    padding: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: dashed 1px #cccccc;
    position: relative;
    min-width: 210px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}
.email-file-upload {
    border: dashed 0px #cccccc;
    position: relative;
    min-width: auto;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    display: inline;
    border-radius: 0px;
}
.listof-number-section td span.email-sent {
    color: #5bc653 !important;
    font-size: 14px !important;
    font-weight: 500;
    padding-right: 15px;
}
.email-table-rightview a {
    margin-left: 10px;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
    display: none;
}
.hs-admin-angle-down:before {
    color: #fff;
}
.add-documentbtnyellow {
    background: #faac27;
    color: #000;
    font-weight: 600;
}
.input-group select {
    -webkit-appearance: none;
    width: 100%;
}
.u-header__section--light .navbar-brand, .u-header__section--light .navbar-toggler, .u-header__section--light--shift.js-header-change-moment .navbar-brand, .u-header__section--light--shift.js-header-change-moment .navbar-toggler {
    color: #333333;
}
.hamburger {
    padding: 10px;
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    width: 37px;
    height: 25px;
    position: relative;
    display: inline-block;
}
.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #333;
}
.hamburger--slider .hamburger-inner {
    display: block;
}
.hamburger-inner{
    width: 100%;
    height: 1px;
    border-radius: 0;
}
.hamburger-inner {
    margin-top: 1px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 0;
}
.hamburger-inner::before {
    top: 10px;
}
.hamburger-inner:after {
    top: 20px;
}
.navbar-toggler:focus{
    border: none;
    outline: 0;
    box-shadow: none;
}
.u-header.js-header-fix-moment {
    position: fixed;
    top: 0;
    bottom: auto;
}
.g-bg-white-opacity-0_8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.navbar > .container {
    position: relative;
  }
  .memberlist-area .col-md-12 {
    margin-bottom: 25px;
}

.clicked {display:block !important;}
#profileMenu{
    display: none;
}
.g-brd-gray-light-v3 {
    border-color: #ddd !important;
}
.g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
}
[class*="input-group-"] {
    min-width: 38px;
    background-color: transparent;
    border-color: #ccc;
    -webkit-transition: border-color .15s ease-in-out 0s;
    -o-transition: border-color .15s ease-in-out 0s;
    transition: border-color .15s ease-in-out 0s;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.g-bg-white {
    background-color: #fff !important;
}
.g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}
.u-btn-primary {
    background-color: #0065b1;
    background: #0065b1;
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
    border-radius: 10px !important;
}
.g-absolute-centered--y {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
}
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
  
  .u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 1px #ccc;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
    content: attr(data-uncheck-icon);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .u-check-icon-radio-v6 {
    border-radius: 50%;
  }
  
  .u-check-icon-radio-v6 i {
    border-radius: 50%;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
  .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
  .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
  .u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
  .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
  .u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
    color: #fff;
    background-color: #faac27;
    border-color: #faac27;
  }
  
  .u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
  .u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
  .u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
  .u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
  .u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
  .u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
  .u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
    content: attr(data-check-icon);
  }
  
.custom_chk{
    width: 80%;
}
.custom_chk span{
    margin-left: 30px;
}
.custom_padding{
    padding: 28px 20px !important;
}
.g-mb-35 {
    margin-bottom: 2.5rem !important;
}
.g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
}
a {
    color: #faac27;
    outline: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.g-font-size-12 {
    font-size: 0.85714rem !important;
}
.g-font-size-13 {
    font-size: 0.92857rem !important;
}
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
    color: #fff;
}
.form-control:focus, .custom-select:focus {
    border-color: #faac27;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom_padding_30{
    padding: 30px 30px;
}
.custom_align{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.editpage_btn{
    max-width: 150px;
    height: 52px;
    background: #0065b1;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px rgb(0, 101, 177,0.5);
    border-radius: 0px !important;
}
.file-upload-outer{
    background: #f8f8f8;
    padding: 10px 10px;
}
.file-upload input[type=file] {
    display: none;
}
.file-size{
    text-align: center;
}
.upload-bottom-list{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    border-top: dashed 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
    padding: 10px 0px 0px;
}
.upload-bottom-list button{
    background: transparent;
    border: none;
    outline: none;
}

/* ===================== responsive =============== */

@media (min-width: 768px){
.media-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.g-width-320--md {
    width: 22.85714rem !important;
}
}

@media only screen and (max-width: 1400px){
    .list-inline-item {
       font-size: 12px;
   }
   }
   
   @media only screen and (max-width: 1199px){
     .navbar-nav .nav-item {
       margin-left: 27px;
   }
   }

@media only screen and (max-width: 991px){
    #profileMenuInvoker span, #adminMenuInvoker span {
      font-size: 12px;
  }
  .wall > * {
    width: 33.33%;
  }
  .hamburger {
    margin-top: 9px;
}
body header nav .navbar-brand #logo-nav {
    max-width: initial !important;
    height: 60px;
}

.navbar-nav .nav-item {
    margin-left: 0px;
}
.navbar-nav{
    padding: 0 15px;
}

.user-dropdownicon{
  margin-left: 8px;
}
.navbar-collapse{
    position: absolute;
    width: 100%;
    background: rgb(255, 255, 255);
    top: 81px;
}
.members_h1{
    font-size: 2.2rem;
}
  
}

@media only screen and (max-width: 767px) {
    .wall > * {
      width: 50%;
    }
    .group-grid-list {
      padding: 15px 15px;
  }
  .group-grid-list h3 {
      font-size: 16px;
  }
  .u-header__section {
      padding: 0px 15px;
  }
  .u-header__section_social{
    padding: 0px 0px;
  }
  .navbar-nav{
      padding: 0 0px;
  }
  .headertop-userimg {
      margin: 0 0px 0px 7px;
  }
  .phonenumber {
      font-size: 14px;
      margin-left: 0px;
  }
  .top-social-icon .list-inline-item a i {
      font-size: 14px;
  }
  .top-social-icon .list-inline-item {
      margin-right: 13px;
  }
  .header-right-padd{
      max-width: 176px;
      width: 100%;
  }
  
  .membership-area .g-bg-white.rounded {
      padding: 25px 25px;
  }
  .menu-left ul li {
      padding: 8px 5px;
  }
  .menu-left h3 {
      padding: 15px 0px 5px 5px;
      margin: 0px;
  }
  
  .menu-left h2 {x;
      padding: 15px 0px 5px 5px;
  }
  .profile-section ul li {
      padding-left: 0;
  }
  .profile-section {
      padding: 40px 15px;
  }
  .g-hidden-sm-down {
    display: none !important;
  }
  #profileMenu{
      width: initial !important;
      right: 0 !important;
  }
  }

  @media only screen and (max-width: 576px){
    .memberlist-box {
        display: block;
    }
    .memberlistmain-img {
        margin-right: 0px;
        margin: 0 auto 20px;
        display: block;
    }
    .shortcode-html {
        padding: 25px 5px;
    }
    
    }
  
  @media only screen and (max-width: 575px){
    .footermenu-width {
      max-width: 100%;
      width: 100%;
  }
  .letestpost {
      padding-top: 20px;
      margin-right: 20px;
  }
  body #contacts-section img {
      margin: 24px auto 0px;
  }
  .group-grid-main-heading .breadcrumb {
      top: -36px;
  }
  body #topbar .log-zone a{
        min-width: 70px;
  }
  
  }

  @media only screen and (max-width: 480px){
    .wall > * {
        width: 100%;
      }
    }
    
    @media only screen and (max-width: 420px){
    .memberlist-edit {
        display: block;
    }
    }