body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: #203674;
}

.container {
    max-width: 1450px;
}


a{
    color: rgb(42, 160, 239);
    text-decoration: unset !important;
}
.btn{
    min-height: 30px;
    /*line-height: 40px;*/
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px !important;
    border: 0px !important;
}
.btn-prm{
    background: #0B4E72;
    color: #fff !important;
    border-radius: 0.375rem !important;
    border: 1px solid #F8F8F8;

}
.btn-label{
    background: #ffffff;
    color: #0b4e72 !important;
    border-radius: 0.375rem !important;
    border: 1px solid #F8F8F8;
}
.btn-sec{
    background:#DB3A31;
    color: #fff!important;
    border-radius: 0.375rem !important;
    border: 1px solid #F8F8F8;
    padding: 0;
}

.btn-light {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    border: 0px !important;
}

.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #fff !important;
    border: 0px !important;
    outline: none !important;
    padding: 0 5px;
}
.btn i{
    display: block;
}
button{
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}


.content-1 .bootstrap-select .dropdown-toggle:focus, .content-1 .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}



.admin-nav {

    width: calc(100% - 0px);

    /*background-color: #fff;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);

    background: #ED213A;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93291E, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.admin-nav .container {

    max-width: 99%;
}



.admin-nav .navbar-brand {
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-brand img{
    height: 30px;
}

.admin-nav .toggle-nav {
    padding: 5px;
    margin-right: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 0.375rem;
}
.admin-nav .toggle-nav:hover {
    background: #F8F8F8;
}
.admin-nav form{
    border-radius: 0.375rem;
    border: 1px solid #F8F8F8;
    padding: 0 5px;
    background:#F8F8F8;
    max-width: 300px;
    width: 100%;
}
.admin-nav form.first-form{
    border-radius: 0.375rem;
    border: 1px solid #F8F8F8;
    padding: 0;
    background:#F8F8F8;
    max-width: 150px;
    width: 100%;
    padding: 0 5px;

}

.admin-nav form .btn{
    border: 0px;
    background:none;
    box-shadow: none;
    padding: 5px;
    font-size: 14px;
}

.admin-nav form .form-control{
    border: 0px;
    background:none;
    box-shadow: none;
    font-size: 14px;
    height: 30px;
    width: calc(100% - 101px);
    line-height: 26px;
}
.admin-nav form .form-control.full-width{
    width: 100%;

}
.full-width{
    width: 100%  !important;

}
.admin-nav form .form-control.select-item2{
    width: 70px;
    border-right: 2px solid #fff;
    border-radius: 0;
}
.admin-nav .nav-link {
    font-size: 16px;
    color: #59595C;
}

.admin-nav-nav .menu-icon {
    font-size: 18px;
    color: #59595C;
    position: relative;
}
.admin-nav .menu-icon .badge {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    padding:3px 2px;
    background: #db3a31;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 0px;
}
.admin-nav .notification img{
    width: 50px;
    float: left;
    margin-right: 5px;
}
.admin-nav .notification p{
    font-size: 12px;
    color: #666;
}
.admin-nav .menu-icon{

    color: #fff !important;
}

.admin-nav .menu-icon:hover{
    border-radius: 3px;
    background-color: rgba(172, 172, 180, 0.1);
}
.dropdown-menu.notification {
    left: unset;
    right: 0;
    min-width: 220px;
    padding: 0px;
}
.admin-nav .btn-prm {
    background: #f8f8f8;
    color: #495057 !important;
    border-radius: 0.375rem !important;
    border: 1px solid #F8F8F8;
    padding: .375rem .75rem;
}




.dropcart__product {
    display: -ms-flexbox;
    display: flex;
}
.dropcart__product-image {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.product-image__body {
    display: block;
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}
.dropcart__products-list {
    padding: 10px;
}
.product-image__img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.dropcart__product-info {
    margin: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    padding-left: 16px;
}
.dropcart__product-name {
    margin-top: -2px;
    line-height: 18px;
    font-size: 12px;
}
.dropcart__product-name a {
    color: inherit;
    transition: .15s;
}



.dropdown-menu.profle-hd {
    left: unset;
    right: 0;
    min-width: 220px;
    padding: 0px;
}
.account-menu {
    box-shadow: 0 1px 15px rgba(0,0,0,.25);
    background: #fff;
    color: #3d464d;
    width: 250px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.account-menu__user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    color: inherit;
}
.account-menu__divider {
    height: 1px;
    background: #ebebeb;
}
.account-menu__links {
    list-style: none;
    padding: 12px 0;
    margin: 0;
}

.account-menu__links a {
    display: block;
    color: inherit;
    font-size: 15px;
    padding: 5px 20px;
    font-weight: 500;
    text-decoration: none;
}
.account-menu__user-avatar {
    width: 44px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
}
.account-menu__user-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.account-menu__user-avatar img {
    border-radius: 100%;
    max-width: 100%;
}

.account-menu__user-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #0b4e72;
}
.account-menu__user-email {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-top: 1px;
}
.account-menu__user:hover {
    color: inherit;
    background: #f2f2f2;
}
.account-menu__links a:hover {
    background: #f2f2f2;
}






.nice-nav li.child-menu span.toggle-right {
    line-height: 25px;
}








.user-info > .user-name .select2-container--default .select2-selection--single{
    background: none;
    border-radius: 0px;
    border: 0px;
    outline: none;
    box-shadow: none;
}








footer {
    padding: 10px 0  ;
    background-color:#FCFDFE ;
}
footer .link-sec p {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #59595C;
    margin: 0;
}
footer .link-sec p b {
    text-transform: uppercase;
    color: #0B4E72;
    font-size: 20px;
    line-height: 65px;
}
footer .link-sec a {
    margin-right: 15px;
}



footer .add-sec   {
    margin-top: 30px;
}
footer .add-sec img {
    float: left;
}
footer .add-sec p {
    font-size: 18px;
    line-height: 29px;
    text-align: left;
    color: #59595C;
    margin: 0;
    margin-left: 10px;
}










footer .link-sec a i {
    color: #59595C;
    font-size: 18px;
    line-height: 20px;
}
footer hr{
    background: #f5f5f5;
    margin: 40px 0;
}


/**************  reading  *****************/

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

.body-part.margin{
    /*  margin-left: 100px;*/
}
.body-part{
    margin:0px;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    /*overflow: hidden;*/
    background: #FFF;
    display: flex;
}
.body-part::after{
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    width: calc(100% - 30px) ;
    height: 50px;
    background:rgba(255,255,255,.1);
    border-radius: 1.3rem;
    z-index: -2;
}

.body-part h2{
    font-size: 35px;
    line-height: 22px;
    color: #0B4E72;
    margin-top: 15px;
    font-weight: 600;
}
.body-part p{
    font-size: 16px;
    line-height: 28px;
    color: #59595C;
}
.body-part h4{
    font-size: 20px;
    line-height: 28px;
    color: #DB3A31;
    font-weight: 600;
}

.left-menu ul li svg{
    fill: #fff;
}

.content-1 {
    padding:  10px;
    min-width: 0;
    flex: 1 1 0%;
    background: #f0f4f7;
    border-radius: 0;
    font-weight: 400;
    margin-left: 15px;

}


.nice-nav {
    width: 240px;
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    float: left;
    position: relative;
    top: 0;
    left: 0;


}
.nice-nav.open {
    /*margin-left: -250px;*/
    display: block;
}


.nice-nav > .user-info {
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 41px;
    background:#db3a31;
}
.nice-nav .user-info .user-name,
.nice-nav .user-info img {
    float: left;
}

.nice-nav > .user-info > .user-name {
    padding: 0px ;
}

.user-info > .user-name h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
}

/*.user-info > .user-name span {
  font-size: 80%;
  color: #555;
  font-style: italic;
}*/

.nice-nav li.child-menu span.toggle-right {
    text-align: right;
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0px;
    top: 0;
    width: 30px;
    bottom: 0;
    line-height: 50px;

}

.navigationbar {
    height: calc(100vh - 80px);
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 20px 0 20px 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.navigationbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navigationbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.nice-nav.open ul{
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.nice-nav ul{
    opacity: 1;
    margin:   0;

    font-size: 0.875rem;
}


.nice-nav ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0px 5px ;
    color: black;
    border-radius: 0rem;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.nice-nav ul li a i {
    font-size: 18px;
    margin-right: 5px;
    float: left;
}



.nice-nav ul li:hover a {
    background-color: rgb(239 239 239);
    /*color: #fff;*/
    opacity: 1;
}


.nice-nav ul li.child-menu ul {
    list-style-type: circle;
    list-style: circle;
    display: none;
    border-radius: 0.5rem;
    background-color: rgba(16, 39, 101,1);
    margin: 0;
}

.nice-nav ul li.child-menu ul li a {
    background-color: unset;
    padding: 5px 20px;
}
.nice-nav ul li.child-menu ul li a i {
    float: left;
    margin-right: 5px;
    font-size: 16px;
    line-height: 38px;
}
.nice-nav ul li.child-menu ul li a.submenu-active {

    /* color: #fff;*/
}
.nice-nav ul li.child-menu ul li a:hover {

    /* color: #fff;*/
}



.nice-nav.open .toggle-nav{
    margin-right: -60px;
    float: right;
    background: #db3a31;
    padding: 12px;
    margin-top: -10px;

}
.nice-nav .toggle-nav{
    margin-right: 0px;
    float: right;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    margin-top: 8px;
}



.user-info > .user-name .select2-container{
    width: 190px !important;
}

.user-info > .user-name .select2-selection__rendered{
    color: #fff!important;
}
.user-info > .user-name .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none;
    border: 0px;
    outline: none;
}

.next-prev-cntr{
    padding-top: 10px;
    padding-bottom: 10px;
}







.box-shadow{

    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
}
.table tr{
    border-radius: 0.375rem;
    overflow: hidden;
}


table.table{
    border-collapse: separate;
    border-spacing: 0 10px;

}

table.table tr td{
    padding:15px !important;
    background-color:white;
    box-shadow: 20px 3px 20px #0000000b;
}

table.table td:first-child,
table.table th:first-child {
    border-radius: 10px 0 0 10px;
}
table.table td:last-child,
table.table th:last-child {
    border-radius: 0 10px 10px 0;
}

table.table img {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgb(0 0 0 / 32%);
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}
.table a{
    color: #000;
}



.edit-text-clr{
    color: #27c500 !important;
}

.delete-text-clr{
    color: #de0101 !important;
}

.active-text-clr{
    color: #00b8ff !important;
}

.font-medium {
    font-weight: 500;
}

.select-with-bg{
    border-radius: 0.375rem;
    border: 1px solid #F8F8F8;

    background: #fff;
    max-width: 150px;
    width: 100%;
    padding: 0 5px;
}
.select-with-bg .form-control {
    border: 0px;
    background: none;
    box-shadow: none;
    font-size: 14px;

    width: 100%;
    line-height: 26px;
}

.def-btn{
    border-radius:  0.375rem !important;
    border: 1px solid #F8F8F8;
    padding: 0;
    background: #fff;
    min-width: 30px;
}
.def-btn.btn-icon{
    border-radius:  0.375rem !important;
    border: 0;
    padding: 0;
    background: unset;
    min-width: 30px;
    height: 30px;
}
.def-btn.btn-icon i{
    font-size: 20px;
    line-height: 30px;
    color: rgba(59, 130, 246, 0.5);
}
.def-btn.btn-icon:hover{
    background: #fff;
}

.body-part .breadcrumb{
    background:unset;
}

.lead-left-item img {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgb(0 0 0 / 32%);
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.lead-left-item a {
    color: #000;
    font-weight: 500;

    display: block;
    font-size: 14px;
}
.lead-left-item p {
    color: #999;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}
.lead-left-item .form-control{
    border: 0px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    height: 38px;
    width: calc(100% - 0px);
    line-height: 26px;
    background-color: rgba(237, 242, 247);
}


.lead-left-item .form-control::-webkit-input-placeholder { /* Edge */
    color: rgba(16, 39, 101,.5);
    font-size: 14px;
}

.lead-left-item .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(16, 39, 101,.5);
    font-size: 14px;
}

.lead-left-item .form-control::placeholder {
    color: rgba(16, 39, 101,.5);
    font-size: 14px;
}



.dropdown-item.active, .dropdown-item:active{
    background: #102765;
}
/************* padding   *********/

.pad-0{padding: 0;}
.pad-5{padding: 5px;}
.pad-10{padding: 10px;}
.pad-15{padding: 15px;}
.pad-20{padding: 20px;}


/************* margin   *********/

.marg-top-0{margin-top: 0;}
.marg-top-5{margin-top: 5px;}
.marg-top-10{margin-top: 10px;}
.marg-top-15{margin-top: 15px;}
.marg-top-20{margin-top: 20px;}

.marg-bot-0{margin-bottom: 0;}
.marg-bot-5{margin-bottom: 5px;}
.marg-bot-10{margin-bottom: 10px;}
.marg-bot-15{margin-bottom: 15px;}
.marg-bot-20{margin-bottom: 20px;}

/***** font *******/
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}


/*****  color  *****/

.black{
    color: rgba(45, 55, 72,1);
}


.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-right-item .nav-pills .nav-link.active  {
    color: #071a50;
    background-color: unset;
    border-bottom: 3px solid #071a50;
    border-radius: 0;

}
.lead-right-item .nav-pills .nav-link  {
    color: #333;
    background-color: unset;

    border-radius: 0;
    padding: 5px 10px;
}



.name-cntr {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgb(0 0 0 / 32%);
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    background-color: #a5006a;
    text-align: center;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
}
.name-cntr.clr-2{
    color: #fff;
    background-color: #23468c;
}
.name-cntr.clr-3{
    color: #fff;
    background-color: #177b5b;
}

.name-cntr.clr-4{
    color: #fff;
    background-color: #c78409;
}


.user-spec{
    line-height: 20px;
    font-size: 14px;

    color: rgba(113, 128, 150);
}
.user-spec a{

    font-size: 16px;
}
.user-info-deta{
    display: block;
    margin-left: 45px;
}

.w-100{
    width: 100%;
}
.w-min-100{
    min-width: 100%;
}
.point-drop{
    height: 15px;
}
.point-drop i{
    line-height: 16px;
    font-size: 16px;
}
.lead-details{
    position: relative;

}


.lead-details hr {
    margin:0;
    border: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    top: 0;
    right:  10px;
}

.lead-details-item{
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    color: #555;
}
.lead-details-item b{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 125px;
    margin-left: 5px;
    font-weight: unset;
    color: #777;
}



.arrow-steps .step {
    font-size: 12px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 3px 3px 3px 15px;
    min-width: 80px;
    height: 34px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}


.arrow-steps .step span.days {
    font-size: 10px;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}


/**** color  ****/
.arrow-steps .step.current {
    color: #fff;
    background-color: #23468c;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #23468c;
}


.arrow-steps .step.progress-2 {
    color: #fff;
    background-color: #a5006a;
}

.arrow-steps .step.progress-2:after {
    border-left: 17px solid #a5006a;
}


.arrow-steps .step.progress-3 {
    color: #fff;
    background-color: #c78409;
}

.arrow-steps .step.progress-3:after {
    border-left: 17px solid #c78409;
}


.arrow-steps .step.progress-4 {
    color: #fff;
    background-color: #177b5b;
}

.arrow-steps .step.progress-4:after {
    border-left: 17px solid #177b5b;
}


/**** color end ****/


.chat {
    list-style: none;
    background: none;
    margin: 0;
    padding:  10px;
    margin-top:  0px;
    margin-bottom: 0px;
}
.chat li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}
.chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: rgba(255,255,255,0.3);
    height: 20px;
    text-shadow: 7px 0px 0px #252C33, 6px 0px 0px #252C33, 5px 0px 0px #252C33, 4px 0px 0px #252C33, 3px 0px 0px #252C33, 2px 0px 0px #252C33, 1px 0px 0px #252C33, 1px 0px 0px #252C33, 0px 0px 0px #252C33, -1px 0px 0px #252C33, -2px 0px 0px #252C33, -3px 0px 0px #252C33, -4px 0px 0px #252C33, -5px 0px 0px #252C33, -6px 0px 0px #252C33, -7px 0px 0px #252C33;
    box-shadow: inset 20px 0px 0px #252C33, inset -20px 0px 0px #252C33, inset 0px -2px 0px rgba(255,255,255,0.1);
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.chat .notification {
    position: relative;
    display: inherit;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.15);
    background: rgba(234, 247, 255, 0.035);
    line-height: 30px;
    border-radius: 100px;
    margin: 7px 35%;
    height: 30px;
    width: 30%;
    box-shadow: 0px 1px 0px rgba(0,0,0,.05), 0px -1px 0px rgba(0,0,0,.05), inset 0px 1px 0px rgba(255,255,255,.02), inset 0px -1px 0px rgba(255,255,255,.02);
    text-shadow: 0px -1px 0px rgba(0,0,0,.1), 0px 1px 0px rgba(255,255,255,.05);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all .2s cubic-bezier(0.565, -0.260, 0.255, 1.410);
}
.chat .notification time {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 11px;
    padding: 8px;
    border-radius: 100px;
    background: #252C33;
    box-shadow: 0px 0px 2px rgba(255,255,255,.02), inset 0px 0px 1px rgba(27,35,42,0.1);
    height: 1px;
    line-height: 0px;
    color: rgba(255,255,255,0.1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: all .2s cubic-bezier(0.565, -0.260, 0.255, 1.410);
}

.other .msg {
    border-top-left-radius: 0px;
    /* box-shadow: -1px 2px 0px #c1cbcd;*/
}
.other:before {
    content: "";
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border: 5px solid #edf2f7;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}
.self .msg {
    border-bottom-right-radius: 0px;
    /*  box-shadow: 1px 2px 0px #c1cbcd;*/
}
.self:after {
    content: "";
    position: relative;
    display: inline-block;
    float: right;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    border: 5px solid #edf2f7;
    border-right-color: transparent;
    border-top-color: transparent;

}

.msg {
    background: #edf2f7;
    min-width: 50px;
    padding: 10px;
    border-radius: 0.375rem;
    word-break: break-all;
}
.msg .user {
    font-size: 14px;
    margin: 0 0 2px 0;
    color: #333;
    font-weight: 700;
    margin-top: -2px;
    margin-bottom: 5px;
    transition: all .2s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.msg .user .range.admin {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    padding:0 2px;
    border-radius: 3px;
    border: solid 1px #374b82;
    background: #374b82;
    margin-left: 5px;
}
.msg p {
    font-size: 13px;
    margin: 0 0 2px 0;
    color:  rgba(74, 85, 104 );
    transition: all .2s ease;
}
.msg img {
    position: relative;
    display: block;
    width: 600px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .8s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.msg time {
    font-size: 0.7rem;
    color: rgba(0,0,0,.35);
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.msg time:before{
    content:"\f20f";
    color: #ddd;
    font-family: 'remixicon' !important;
    display: inline-block;
    margin-right: 4px;
}


.dropdown-menu  {
    font-size: 14px;

}
.dropdown-menu.show {
    box-shadow: 0px 3px 10px #00000017;
    border: 0;
    border-radius: 0.375rem;
}

/***********  check box   ***************/

.dropdown-menu [type="radio"]:checked,
.dropdown-menu [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.won [type="radio"]:checked + label,
.won [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: green;
}
.won [type="radio"]:checked + label:before,
.won [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid green;
    border-radius: 100%;
    background: #fff;
}
.won [type="radio"]:checked + label:after,
.won [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: green;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.loss [type="radio"]:checked + label,
.loss [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: red;
}
.loss [type="radio"]:checked + label:before,
.loss [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid red;
    border-radius: 100%;
    background: #fff;
}
.loss [type="radio"]:checked + label:after,
.loss [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: red;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.future [type="radio"]:checked + label,
.future [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #203674;
}
.future [type="radio"]:checked + label:before,
.future [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #203674;
    border-radius: 100%;
    background: #fff;
}
.future [type="radio"]:checked + label:after,
.future [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:  #203674;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.invalid [type="radio"]:checked + label,
.invalid [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.invalid [type="radio"]:checked + label:before,
.invalid [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}
.invalid [type="radio"]:checked + label:after,
.invalid [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background:  #333;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dropdown-menu [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.dropdown-menu [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/**********   ***********/
.step .tag-radio [type="radio"]:checked,
.step .tag-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.step .tag-radio [type="radio"]:checked + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}


.step .tag-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 12px;
    display: inline-block;
    color: #666;
}
.step .tag-radio [type="radio"]:checked + label:before,
.step .tag-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 1px solid #23468c;
    border-radius: 100%;
    background: #fff;
}
.step .tag-radio [type="radio"]:checked + label:after,
.step .tag-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #23468c;
    position: absolute;
    top: calc(50% - 4px);
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.step .tag-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.step .tag-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/***********  check box   ***************/

.select-with-noprop{
    height: 25px;
    width: 150px;
    padding: 0px;
    line-height: 13px;
    border: 0px;
    background: #f9f9f9;
}





.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}
.message-item .message-inner {
    background: #f0f4f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    font-size: 14px;
}
.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}
.message-item .message-inner:after {
    border-right: 10px solid #f0f4f7;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}
.message-item:before {
    background: #d9e3f7;
    border-radius: 2px;
    bottom: -30px;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}
.message-item:after {
    background: #d9e3f7;
    border: 2px solid #23468c;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.message-item .message-head .avatar {
    margin-right: 20px;
}
.message-item .message-head .user-detail {
    overflow: hidden;
}
.message-item .message-head .user-detail h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.message-item .qa-message-content {
    color: rgba(113, 128, 150);
}


.post-meta > div {
    color: #777;
    font-size: 14px;
    line-height: 22px;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.qa-message-who-data a{
    color: #071a50;
}

.message-day{
    color: #071a50;
    font-size: 14px;
    line-height: 28px;
    padding: 5px 0 0;
    position: relative;
}


.message-day.backday::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100px;
    height: 1px;
    width: calc(100% - 100px);
    background: #e6eaec;
}
.more-opt{
    position: absolute;
    right: 0px;
    top: -10px;
}


.table-cntr{
    font-size: 14px;
}



.menu {
    position: absolute;
    top: 0px;
    right: -70px;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 5;
    box-shadow: -5px 0px 5px rgba(0, 0, 0, .1);
    transition: all 1s;
}
.menu.slide-active {

    right: 0;
}


.menu li a{
    display:block;
    height:em;
    width:50px;
    text-indent:-500em;
    line-height:50px;
    text-align:center;
    color: #203674;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.3s ease-in-out;
}
.menu li a:before {
    font-family: 'remixicon' !important;
    speak: none;
    text-indent: 0em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.menu li a.search:before {
    content: "\ee25";
}
.menu li a.archive:before {
    content: "\f187";
}
.menu li a.pencil:before {
    content: "\f040";
}
.menu li a.contact:before {
    content: "\f003";
}
.menu li a.about:before {
    content: "\f007";
}
.menu li a.home:before {
    content: "\f015";
}
.menu li a:hover{
    background: #203674;
    color: #fff;
}
.menu li.current a {
    background: #ff5e5e;
    color: #fff;
}
.menu li a.active {
    background: #203674;
    color: #fff;
}

.menu li{
    position:relative;
}
.menu li:after{
    content: attr(title);
    position:absolute;
    right:50px;
    top:0;
    height:50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform:uppercase;
    background:#203674;
    padding:5px 10px;
    transition: all 0.3s ease-in-out;
    visibility:hidden;
    opacity:0;
    color: #fff;
    line-height: 40px;
    width: 130px;
    font-size: 12px;
}
.menu li:hover:after{
    visibility:visible;
    opacity:1;
}
@media screen and (max-height: 34em){
    .menu li{
        font-size:70%;
    }
}




.name-list-cntr{
    height: calc(100% - 125px);
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.name-list-cntr::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.name-list-cntr {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.qa-message-list{
    height: 370px;
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.qa-message-list::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.qa-message-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}











.mob-slide-menu {

    padding: 5px 10px;
    color: #fff !important;
    z-index: 10;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;


    margin-right: 10px;

}



.nice-nav {
    width: 240px;
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    margin-left: -255px;
    z-index: 10;

}
.nice-nav.left-menu-active {


    margin-left: 0px;

}





.mob-slide-menu.active {
    right: -36px;
    /* background: #102765;*/

}
.mob-slide-menu .ri-close-line {
    display: none;
}
.mob-slide-menu.active .ri-close-line {
    display: block;
}
.mob-slide-menu.active .ri-menu-line {
    display: none;
}


.notif-icon .badge{
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    padding: 3px 2px;
    background: #db3a31;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 0px;
}


.tag {
    background: #fff;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 0 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    font-size: 12px;
}

.tag::before {
    background: #f0f4f7;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: calc(50% - 3px);
}

.tag::after {
    background:  #f0f4f7;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #203674;
    color: white;
}

.tag:hover::after {
    border-left-color: #203674;
}



[type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}

[type='color']::-webkit-color-swatch-wrapper {
    padding: 0;
}

[type='color']::-webkit-color-swatch {
    border: none;
}
.color-picker lebal{
    color: #666;
}
.tabs-cntr .nav-item{
    position: relative;
}

.tabs-cntr .badge {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1;
    padding: 3px 2px;
    background: #db3a31;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    margin: 0px;
}

.modal-body label{
    font-size: 12px;
}


.composmail-cntr .form-control {

    border: 0;
    border-bottom:1px solid #f5f5f5 ;
    border-radius: 0rem;

    box-shadow: unset;

}

.fileinput-button {

    border: 1px solid #0b4e72;
    color: #fff !important;
    background: #0b4e72;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;

}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.files .progress {
    width: 200px;
}
.fileupload-processing .fileupload-loading {
    display: block;
}



/********** placrholder  **********/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: rgba(16, 39, 101,.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: rgba(16, 39, 101,.5)!important;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: rgba(16, 39, 101,.5)!important;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: rgba(16, 39, 101,.5)!important;
}


.panel-container {
    display: flex;
    flex-direction: row;



    /* avoid browser level touch actions */
    xtouch-action: none;
    height: calc(100% - 70px);
}

.panel-left {
    flex: 0 0 auto;
    padding:0 2px 0 0;
    width: 240px;
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    color: 000;
}


.panel-right {
    flex: 1 1 auto;
    /* resizable */
    padding:0 0 0 2px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;

}


.splitter-icon {
    flex: 0 0 auto;
    width: 0.5rem;
    background: url("https://image.flaticon.com/icons/svg/109/109605.svg") center no-repeat  ;
    min-height: 150px;
    cursor: col-resize;
}


/************** Card View *************/

.card-view{
    position: relative;
    padding-bottom: 20px;
}
.box-shadow-2{

    position: relative;
    left: 15px;
    right: 15px;
    bottom: 10px;
    width: calc(100% - 30px);
    height: 20px;
    background: #f9fafc;
    box-shadow: 0px 3px 20px #0000000b;
    z-index: 0;
    border-radius: 0.375rem;
}
.card-list{
    z-index: 1;
    position: relative;
}

.card-list h5{
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-content {
    background-color: #f0f4f7;
}
.modal-close-right{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    background: #fff !important;
    opacity: 1;
    z-index: 1;

}


.lead-left-items{
    border-left: 5px solid #dbdcdc;
}
.lead-left-items:hover{
    border-left: 5px solid #203674;
}
.active-lead-left {
    border-left: 5px solid #203674;
}







/********  mobile-modal **********/
.mobile-modal   {
    overflow: hidden !important;
}
.mobile-modal .modal-dialog {
    margin: .0;
}
.mobile-modal .modal-content {
    background-color: #fff;
    height: 100vh;
    border-radius: 0;
    border: 0px;
}
.mobile-modal .close {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px;
    color: #fff;
    opacity: 1;
}
.mobile-modal .modal-body{
    overflow-x: hidden;
    overflow-y: auto;
}

.mobile-modal .modal-header{
    background: #398e3d;
    color: #fff;
}



.mobile-modal .profile-details h4 {
    padding: 5px 10px;
    background: #f5f5f5;
}




form.is-readonly .btn-save {
    display: none;
}
form.is-readonly input.form-control[disabled], form.is-readonly textarea.form-control[disabled] {
    cursor: text;
    background-color: #fff !important;
    border-color: transparent !important;
    outline-color: transparent !important;
    box-shadow: none !important;

}
form.is-editing .btn-edit {
    display: none;
}
.profile-details form input.form-control, .profile-details form textarea.form-control{
    width: auto;
    display: inline-block;
    font-size: 14px;
}

.table-cntr .edit-table{
    color: #ffa708;
}



.modal-form form input.form-control, .modal-form form textarea.form-control {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.modal-form form select {
    font-size: 14px;
}
.modal-form .modal-body label {
    font-size: 14px;
}
.modal-form .modal-body  {
    padding: 50px;
}
.modal-form .modal-title  {
    text-align: center;
    width: 100%;
}
.modal-content {
    background-color: #fff;
}


.lead-right-item{
    height: calc(100% - 50px);
}







@media (max-width:1400px){







}




@media (max-width:1200px){

    .body-part {
        margin: 20px 15px 20px 15px;
    }

    .navigationbar {

        margin:20px;
    }









}





@media (max-width:996px){


    .body-part {
        /*margin: 5px 15px 15px 15px;*/
        margin: 0;
        min-height: calc(100vh - 65px);
    }

    .mob-dis-none{
        display: none !important;
    }
    .mob-dis-unset{
        display: unset;
    }
    .mob-dis-block{
        display: block;
    }


    .nice-nav {

        position: absolute;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);

    }

    .mob-slide-menu .ri-close-line {
        display: unset;
    }
    .mob-slide-menu .ri-menu-line {
        display: none;
    }
    .mob-slide-menu.active .ri-menu-line {
        display: unset;
    }
    .mob-slide-menu.active .ri-close-line {
        display: none;
    }










    .table-filter .form-inline{
        display: none;
    }
    .table-filter .filt-tit {
        float: unset;
        width: 100%;
        background: #ddeede;
        display: block;
        padding: 10px;
    }
    .table-filter .form-control {
        width: 100% !important;
    }





    .panel-container {
        display: block;
    }

    .panel-left {
        width: 100%;
        min-height: auto;
    }

    .btn-light.dropdown-toggle {
        padding: 10px;
    }

    .profile-details img.prof-pic {
        width: 150px;
        height: 150px;
        object-fit: cover;
        margin: 0px auto 30px;
    }

    .table-filter .form-control {
        line-height: 40px;
        height: 40px;
    }
    .table-filter .bootstrap-select {
        padding: 0;
    }

    .content-1 {
        margin-left: 5px;
    }


    .name-list-cntr {
        height: unset;
        overflow: unset;
    }

    .lead-left-items{
        border-left: 0;
    }
    .lead-left-items:hover{
        border-left: 0;
    }
    .active-lead-left{
        border-left: 0 ;
    }

    .btn-cntr-edt-his {
        margin-bottom: 10px;

        float: unset;
        width: 100%;
        text-align: left;
    }


    .table-cnt img {
        margin-top: 8px;
    }

    .table-cnt {
        line-height: 30px;
    }
    .profile-details table.table {
        white-space: nowrap;
    }
    .profile-details h4 {
        margin-bottom: 10px;
    }



    .login-cntr::before {
        width: 100%;
    }
    .login-cntr::after {
        display: none;
    }

    .btn-mob-cntr-fix {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 5;
        background: #fff;
        padding: 10px;
        margin: 0 !important;
    }
    .btn-mob-cntr-fix .btn {

    }


    .profile-details span.user-title {
        float: unset;
        margin-right: 0;
        min-width: 150px;
        display: block;
    }
    .profile-details form input.form-control, .profile-details form textarea.form-control {
        width: 100%;
    }

    .select2-container {
        width: 100% !important;
    }





}



/**************   *************/
@media (max-width:620px){

    .mob-slide-menu .ri-close-line {
        display: none;
    }
    .mob-slide-menu .ri-menu-line {
        display: unset;
    }
    .mob-slide-menu.active .ri-menu-line {
        display: none;
    }
    .mob-slide-menu.active .ri-close-line {
        display: unset;
    }

}



.logo-header{
    width: 150px;
    object-fit: contain;
}

.header-button{
    border: 1px solid white;
    border-radius: 5px;
    padding: 0px 5px;
    color: black;
    background: white;
    font-size: 14px;
    box-shadow: 1px 2px 0px 0px #320000;
}

.pointer{
    cursor: pointer;
}

.light-h1{
    font-size:18px;
    padding: 5px;
    text-decoration: underline;
    margin-bottom: 2px;
}
.filter-card{

    border-radius: 5px;
    background: white;
}
label{
    font-size: 12px;
    margin-top: 8px;
}
label:before{
    content:"-";
    font-style: italic;
    font-weight: bold;
    margin-right: 5px;
}

input{
    margin-bottom: 0px !important;
}

.filter-card ul li{
    font-size: 13px;
}

.ribbon{
    position: absolute;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    top: 5px;
    right: 10px;
    z-index: 1;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 5px;
}

.ribbon-lead-detail{
    position: absolute;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    top: 5px;
    right: 40px;
    z-index: 1;
    border-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 5px;
    margin-top: -5px;
}


.alphabet-a{
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.alphabet-b{
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f9b0f, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0f9b0f, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.alphabet-c{
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.alphabet-d{
    background: #00b09b;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #96c93d, #00b09b);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #96c93d, #00b09b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-e{
    background: #D3CCE3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E9E4F0, #D3CCE3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-f{
    background: #3C3B3F;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #605C3C, #3C3B3F);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #605C3C, #3C3B3F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.alphabet-g{
    background: #CAC531;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F3F9A7, #CAC531);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F3F9A7, #CAC531); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-h{
    background: #800080;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffc0cb, #800080);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ffc0cb, #800080); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-i{
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-j{
    background: #74ebd5;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ACB6E5, #74ebd5);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ACB6E5, #74ebd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-k{
    background: #667db6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-l{
    background: #ADA996;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-m{
    background: #e1eec3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f05053, #e1eec3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f05053, #e1eec3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-n{
    background: #1a2a6c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-o{
    background: #22c1c3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fdbb2d, #22c1c3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fdbb2d, #22c1c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-p{
    background: #ff9966;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff5e62, #ff9966);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-q{
    background: #7F00FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-r{
    background: #C9D6FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-s{
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}


.alphabet-t{
    background: #d9a7c7;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-u{
    background: #0cebeb;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #29ffc6, #20e3b2, #0cebeb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-v{
    background: #642B73;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #C6426E, #642B73); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-w{
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0f9b0f, #000000);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0f9b0f, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.alphabet-x{
    background: #36D1DC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #5B86E5, #36D1DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-y{
    background: #CB356B;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BD3F32, #CB356B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}


.alphabet-z{
    background: #3A1C71;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFAF7B, #D76D77, #3A1C71); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.min-h-60{
    min-height: 60px;
}

.block-border{
    background: linear-gradient(to right, #f9f9f9, #ffffff);
    padding: 20px;
}

.dropdown{
    display: inline-block;
}

.w-15{
    width: 15%;
}
.height-input{
    line-height: normal;
    height: 25px;
    width:70px;
}

.height-25{
    min-height: 25px;
    height: 25px !important;
    padding:0px 5px;
    margin:0px;
}
.custom-1{
    padding: 0px;
    margin: 0;
    display: flex !important;
    vertical-align: middle;
    align-items: center;
    padding-left: 10px;
}
.no-bor-rad-left{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.no-bor-rad-right{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.display-center{
    display: inline-flex;
}

.display-center i{
    align-items: center;
}