*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  outline: 0px !important;
  scroll-behavior: smooth;
}
a:focus, /*.btn:focus,*/ input:focus {
  box-shadow: none;
  outline: 0px;
}
.btn:focus {
  text-decoration: underline;
  outline: none;
}
button:focus {
  text-decoration: underline;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #02295c;
  -webkit-box-shadow: 0 0 0px 0px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
*::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
  border-radius: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar
{
  height: 10px;
  width: 10px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
  background-color: #E5E5E5;
}


input[type=checkbox], input[type=radio]{
  cursor: pointer;
}
img{
  max-width: 100%;
}
a{
    color: #236AD6;
    transition: all 0.3s ease-out;
    font-family: "Nunito Sans", serif;
    font-size: 16px;
    line-height: 20px;
}
a:hover{
  color: #455A64;
}
.underline{
    text-decoration: underline !important;
}
button{
    transition: all 0.3s ease-out;
}

html {
    font-family: "Nunito Sans", serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  color: rgb(51, 51, 51);
  font-family: "Nunito Sans", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  background-color: #fff;
      -ms-flex-direction: column;
      flex-direction: column;
      display: -ms-flexbox;
      display: flex;
      height: 100%!important;
    color: #333333;
}

.form-row {
    margin-right: -15px;
    margin-left: -15px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
/*text style*/
h1,.h1{
  font-family: "Nunito Sans", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
}
h2,.h2{
  font-family: "Nunito Sans", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

h3,.h3{
  font-family: "Nunito Sans", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0px;
}

h4,.h4{
  font-family: "Nunito Sans", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

h5,.h5{
font-family: "Nunito Sans", serif;
font-size: 20px;
font-weight: 400;
}

h6,.h6{
font-family: "Nunito Sans", serif;
font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
}
h6.small-text {
    font-size: 16px;
}

p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: "Nunito Sans", serif;
    font-weight: 400;
}
.container-fluid {
    position: relative;
}
.fw-light{
    font-weight: 300 !important;
}
.fw-normal{
    font-weight: 400 !important;
}
.fw-semibold{
    font-weight: 600 !important;
}
.fw-bold{
    font-weight: 700 !important;
}

.primary-color {
    color: #00193D !important;
}
.orange-color {
    color: #ED772F !important;
}
.white-smoke-color {
    color: rgba(0,25,61,0.10) !important;
}
.forest-green-color {
    color: #34AA44 !important;
}
.dark-color {
    color: #333333 !important;
}
.grey-color {
    color: #999999 !important;
}
.silver-color {
    color: #E5E5E5 !important;
}
.silver-light-color {
    color: #828282 !important;
}
.light-color {
    color: #ffffff !important;
}
.bid-invited-color {
    color: #37aee5 !important;
}
.project-awarded-color {
    color: #23632C !important;
}
.bid-received-color {
    color: #037CB4 !important;
}
.bid-in-progress-color {
    color: #ED772F !important;
}
.bid-pending-color {
    color: #F55858 !important;
}
.bid-placed-color {
    color: #00193D !important;
}
.bid-completed-color {
    color: #34AA44 !important;
}
.bid-rejected-color {
    color: #C00000 !important;
}

/*text style*/

/*background color*/
.primary-bg {
    background: #236AD6 !important;
    background-color: #236AD6 !important;
}
.orange-bg {
    background: #ED772F !important;
    background-color: #ED772F !important;
}
.white-smoke-bg {
    background-color: rgba(0,25,61,0.10) !important;
    background: rgba(0,25,61,0.10) !important;
}
.white-bg {
    background-color: #fff !important;
    background: #fff !important;
}
.forest-green-bg {
    background: #34AA44 !important;
    background-color: #34AA44 !important;
}
.forest-red-bg {
    background: #ff0000 !important;
    background-color: #ff0000 !important;
}
.forest-yellow-bg {
    background: #ED991D !important;
    background-color: #ED991D !important;
}
.dark-bg {
    background: #333333 !important;
    background-color: #333333 !important;
}
.grey-bg {
    background: #999999 !important;
    background-color: #999999 !important;
}
.silver-bg {
    background-color: #E5E5E5 !important;
    background: #E5E5E5 !important;
}
.silver-light-bg {
    background-color: #828282 !important;
    background: #828282 !important;
}
.light-bg {
    background: #ffffff !important;
    background-color: #ffffff !important;
}
.bid-invited {
    background: #37aee5 !important;
    background-color: #37aee5 !important;
}
.project-awarded {
    background: #23632C !important;
    background-color: #23632C !important;
}
.bid-received {
    background: #037CB4 !important;
    background-color: #037CB4 !important;
}
.bid-in-progress {
    background: #ED772F !important;
    background-color: #ED772F !important;
}
.bid-pending {
    background: #F55858 !important;
    background-color: #F55858 !important;
}
.bid-placed {
    background-color: #00193D !important;
    background: #00193D !important;
}
.bid-completed {
    background: #34AA44 !important;
    background-color: #34AA44 !important;
}
.bid-rejected {
    background: #C00000 !important;
    background-color: #C00000 !important;
}
/*background color*/

/*button*/
.close{
  opacity: 1;
}
.btn {
    color: rgb(255, 255, 255);
    font-family: "Nunito Sans", serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    height: auto;
    transition: all .3s ease-in-out;
    overflow: hidden;
    position: relative;
}
.btn .btn-animation {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #01183d;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn .text {
    z-index: 9;
    position: relative;
}
.btn:hover .btn-animation,
.btn:focus .btn-animation {
  width: 800px;
  height: 800px;
}
input.btn:hover {
    background: #ed7730;
    color: #fff;
}
.btn.btn-sm {
    min-width: inherit;
    padding-left: 22px;
    padding-right: 22px;
}
.btn.disabled, .btn:disabled, .btn[disabled] {
    opacity: .6;
    cursor: not-allowed !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn.btn-primary {
    background: #236AD6 ;
    background-color: #236AD6;
    color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle,
.btn.btn-secondary {
    background: #ED772F;
    background-color: #ED772F;
    color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle,
.btn.btn-outline-primary {
    border: 1px solid #236AD6;
    color: #236AD6;
    background: #fff;
    background-color: #fff;
}
.primary-bg .btn.btn-primary {
    background: #fff;
    background-color: #fff;
    color: #00193d;
}
.orange-bg .btn.btn-primary {
    background: #fff;
    background-color: #fff;
    color: #ed7730;
}

.btn.btn-primary .btn-animation {
  background: #455A64;
  background-color: #455A64;
}
.btn.btn-outline-primary:hover {
    color: #fff;
}

.orange-bg .btn.btn-outline-primary .btn-animation,
.orange-bg .btn.btn-primary .btn-animation,
.btn-outline-primary .btn-animation ,
.btn.btn-secondary .btn-animation {
  background: #236AD6;
  background-color: #236AD6;
}

.store-btn {
    transition: all .3s ease-in-out;
}
.store-btn:hover{
  opacity: .50;
}
.action_btn {
    padding: 32px 0;
    text-align: right;
}
.action_btn .btn {
    margin-left: 30px;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-top: -8px;
    display: inline-block;
}
/*button*/

.border-top ,
.border-bottom ,
.border-left ,
.border-right {
    border-color: rgb(130 130 130 / 50%) !important;
}

/*link*/
.link-with-icon {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: "Nunito Sans", serif;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: unset !important;
}
.link-with-icon i {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 10px;
    background: #236AD6;
    color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 20px;
    margin-right: 8px;
}
.link {
    text-decoration: underline;
        word-break: break-word;

}

.link:hover {
    text-decoration: unset;
}

/*link*/

/*cmn-box*/


.cmn-box{
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 32px 20px;
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
    border: 0;
    position: relative;
    transition: all 0.3s ease-out;
}
.cmn-box:hover {
    box-shadow: 3px 3px 14px 1px rgb(0 0 0 / 20%);
}

.styled-box{
    padding: 40px 40px;
    border-radius: 0 30px 0 30px;
}

/*cmn-box*/

/*cmn-shadow*/

.cmn-shadow{
box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
-webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
-ms-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
-moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.07);
}
a.cmn-shadow:hover {
box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
-webkit-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
-ms-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
-moz-box-shadow: 3px 3px 14px 1px rgba(0 0 0 / 20%) !important;
}

/*cmn-shadow*/

/*cmn-shadow*/

.cmn-radius{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/*cmn-shadow*/

/*cmn-transition*/

.cmn-transition{
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
}

/*cmn-transition*/

/*cmn-border-radius*/

.cmn-border-radius{
    border-radius: 4px;
}

/*cmn-border-radius*/

/*no-data*/
.no-data-pera {
    margin-top: 35vh;
}
/*no-data*/

/*Feature Card*/

.feature-card .feature-card-img{
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
        -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 32px;
/*
    background-image: url("../images/icons/icon-img-placeholder-white.svg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
*/
}
.feature-card .feature-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.feature-card .feature-card-title{
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Feature Card*/
/*Badges start*/
.badges {
    color: rgb(51, 51, 51);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    display: inline-block;
    padding: 3px 11px;
    border-radius: 20px;
    border: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    z-index: 9;
}
.badges .bg-badges-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 20px;
    z-index: -1;
    opacity: .10;
}
a.badges:hover,button.badges:hover {
    background: #00193d !important;
    background-color: #00193d !IMPORTANT;
    color: #fff;
    text-decoration: unset;
}
a.badges.primary-bg:hover,button.badges.primary-bg:hover {
    background: #ED772F !important;
    background-color: #ED772F !important;
}
/*Badges end*/

/*Product card*/
.product-card{
    padding: 0;
    transition: all 0.3s ease-out;
}
.product-card .product-thumb{
    width: 100%;
    height: 185px;
}
.product-card .product-thumb > img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.product-card .product-card-body{
    padding: 24px 15px;
} 
  .product-card .product-card-body .product-card-title {
    margin-bottom: 12px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.product-card .product-card-body .ratings{
    margin-bottom: 12px;
}
.static-rating-star i.icon-icon-rating-star-fill{
    color: #FACF55;
}
.static-rating-star i.icon-icon-rating-star-outline{
    color: #A5A5A5;
}
.static-rating-star i:last-child {
    margin-right: 0px;
}
.static-rating-star i:first-child {
    margin-left: 0px;
}
.product-card .product-card-body .product-price{
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.bookmarked{
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
    -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: absolute;
  right: 12px;
  top: 12px;
  height: 44px;
  width: 44px;
  background-color: #ED772F;
  border-radius: 50%;
    transition: all 0.3s ease-out;
}
.bookmarked:hover {
    background: #01183d;
    text-decoration: unset;
    color: #fff;
}

.bookmarked i{
    font-size: 24px;
    color: #fff;
}
/*Product card*/

/*Materials Card start*/
.cmn-box.materials-card {
    padding: 0;
}
.materials-card {
    height: 100%;
}
.materials-card .materials-product-thumb img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #E5E5E5;
}
.materials-card .materials-product-card-body {
    padding: 12px 16px 16px;
}
.materials-card .materials-product-card-body .materials-name {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.materials-card .materials-product-card-body p.materials-price {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: "Nunito Sans", serif;
    font-weight: 600;
}
.cmn-box.materials-card .form-check {
    display: inline-block;
    position: absolute;
    width: 30px;
    top: 14px;
    left: 16px;
}
.materials-card .materials-product-card-body .ratings {
    margin-bottom: 10px;
}
.materials-card .materials-product-card-body p.count {
    font-family: "Nunito Sans", serif;
    margin: 0;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Materials Card end*/

/*Settings Card start*/

.settings-card {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 250px;
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}
.title_box .middle-title a.icon {
    min-width: 24px;
    display: inline-block;
    color: #01183d;
}
.title_box .middle-title a.edit-icon {
    margin-right: auto;
}

.braker-horizontal {
    width: 1px;
    height: 10px;
    min-height: 24px;
    background: #000;
    margin: 0px 16px;
}

/*Settings Card end*/
.title_box {
    padding: 20px 0 26px;
}
.big-mark {
    margin-right: 8px;
    width: 10px;
    height: 10px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50px;
}
.title_box .middle-title a.icon {
    width: 24px;
    display: inline-block;
    color: #01183d;
}
.title_box .middle-title a.icon:hover {
    color: #ed7730;
}
.title_box .middle-title a.icon i {
    font-size: 24px;
}
.title_box .middle-title {
    width: 100%;
    padding-top: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center ;
    align-items: center ;
}
.title_box .middle-title a.icon {
    margin-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: unset;
    top: 2px;
    position: relative;
}
.title_box .middle-title a.edit-icon.icon {
    margin-right: 0;
}
.title_box .middle-title a.back-icon.icon {
    margin-left: -6px;
    margin-right: 2px;
    top: 1px;
}
.title_box.as-header {
    margin-top: 20px;
    margin-bottom: 20px;
    background: rgb(51 51 51 / 8%);
    padding: 15px 25px 15px 30px;
}
.as-header.title_box .middle-title a.icon {
    color: #333;
}

.title_box .middle-title .btn.btn-sm {
    padding: 10px 6px 10px 16px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
}

/*Ads card start*/
.cmn-box.ads-card {
    width: 100%;
    padding: 20px 20px 10px;
}
.ads-card-header .posted-user .posted-user-detail .name {
    color: #333333;
    font-size: 16px;
    letter-spacing: 0px;
}
.ads-card-header .posted-user .posted-user-detail p.desingation {
    color: #828282;
    font-family: "Nunito Sans", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}
.ads-card-body p.ads-pera {
    color: #333333;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 12px;
    line-height: 24px;
}
.ads-card-body .ads-card-banner {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}
.ads-card-body .ads-card-banner img {
    width: 100%;
}
/*Ads card end*/

/*Ads-banner*/
.cmn-box.ads-banner {
    padding: 0;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    min-height: 410px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cmn-box.ads-banner .ads-banner-content {
    padding: 14px;
}
.cmn-box.ads-banner .ads-banner-content p.title {
    margin-bottom: 10px;
}
.cmn-box.ads-banner .ads-banner-content p.content {
    margin-bottom: 20px;
}
.cmn-box.ads-banner .ads-banner-content a.link {
    margin-bottom: 15px;
}
.ads-banner .btn {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100%;
}
/*Ads-banner*/


/*Product Slider*/

.product-slider .flickity-viewport{
	min-height: 410px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-slider .carousel-cell{
width: 33.33% !important;
}

/*Product Slider*/

/*Post card*/

.post-slider .flickity-viewport {
  min-height: 430px !important;
}

 
/*.post-card .posted-time{*/

.cmn-box .posted-time{
      font-family: "Nunito Sans", serif;
    font-size: 18px;
    color: #A5A5A5;
    line-height: 24px;
    margin-bottom: 10px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.posted-user .posted-user-thumb > img{
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin-right: 20px;
}
.post-card .product-card-body .h4{
    margin-bottom: 24px;
}
 .posted-user  .posted-user-detail .name{
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.posted-user .posted-user-detail  .desingation{

        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

  /*blog-card start*/

  .blog-card .blog-title {
      color: #333333;
      font-size: 16px;
      letter-spacing: 0px;
      font-family: "Nunito Sans", serif;
      font-weight: 600;
      margin-bottom: 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .blog-card p.blog-pera-less {
      color: #333333;
      font-weight: normal;
      letter-spacing: 0px;
      font-family: "Nunito Sans", serif;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 0;
  }

  /*blog-card end*/

/*Post card end*/

/*blog-details*/
.blog-details-thumb ,
.blog-details-thumb img {
    width: 100%;
    border-radius: 5px;
    background: #f1f1f1;
    min-height: 200px;
    object-fit: cover;
}
.blog-details-pera {
    padding-top: 20px;
}
.blog-details-pera .pre-wrap {
  white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;
}
/*blog-details*/




/*Video Btn*/

.video-btn{
    position: absolute;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
        -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
align-items: center !important;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    background-color: #ED772F;
    left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
}
.video-btn:hover {
    background: #01183d;
    text-decoration: unset;
    color: #fff;
}
.video-btn i{
    font-size: 24px;
    color: #ffffff;
}

/*Video Btn*/

/*CTA Section*/
.cta-section.with-divider{
     padding-top: 160px;
     background-color: #F7F8FA;
}
.cta-section .cta-divider{
    display: none;
}
.cta-section.with-divider .cta-divider{
     display: block;
}
.cta-divider{
        position: absolute;
    left: 0;
    width: 100%;
    height: 78px;
}
.cta-divider > img{
    width: 100%;
}
.cta-divider.top{
    top: 0;
}
.cta-section .content-wrap{
    max-width: 560px;
    margin: 0 auto;
}
.cta-section .content-wrap h2{
    margin-bottom: 22px;
}
.cta-section .content-wrap p{
    margin-bottom: 32px;
}
.cta-section .subscribe-form .form-control{
    background-color: #FFFFFF;
    border: 1px solid #828282;
    border-radius: 4px;
    height: 44px;
    margin-right: 20px;
    width: 320px;
}
/*CTA Section*/


/*Section*/

section{
    padding-top: 60px;
    padding-bottom: 60px;
}
section h2{
    margin-bottom: 40px;
}
.section-wrapper{
    margin-top: 72px;
}

/*Section*/



/*Shape Section*/

.shape-section{
    position: relative;
    height: 100%;
}
.shape-section::before {
	content: url("../images/shape1.svg");
	position: absolute;
	top: -30px;
	left: -80px;
	z-index: -1;
}
.shape-section::after{
    content: url("../images/shape1.svg");
    position: absolute;
    bottom: -30px;
    right: -80px;
    z-index: -1;
}

/*Shape Section*/



/*cmn slider*/
.cmn-slider{
    position: relative;
}
.cmn-slider .carousel-cell{
    width: 100%;
    padding: 0 15px;
}

.cmn-slider .carousel-cell img{
    width: 100%;
}
.cmn-slider .flickity-button{
  background-color: #ED772F;
  height: 44px;
  width: 44px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  transition: all 0.3s ease-out;
}
.cmn-slider .flickity-button:hover {
    background: #01183d;
    text-decoration: unset;
    color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
}
.cmn-slider .flickity-button svg{
    display: none;
}
.cmn-slider .flickity-button::after {
	font-family: 'icomoon' !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	height: 24px;
	width: 24px;
	top: 0;
	bottom: 0;
    font-size: 24px;
}
.cmn-slider .flickity-button:disabled{
    display: none;
}
.cmn-slider .flickity-button.previous{
    left: -5px;
}
.cmn-slider .flickity-button.next{
     right: -5px;
}
.cmn-slider .flickity-button.previous::after{
    content: "\e903";
   
}
.cmn-slider .flickity-button.next::after{
     content: "\e904";
}
.cmn-slider .flickity-page-dots{
    bottom: -35px;
}
.cmn-slider .flickity-page-dots .dot, .cmn-slider .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
    background: #E5E5E5;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.cmn-slider .flickity-page-dots .dot.is-selected, .cmn-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #A5A5A5;
}
.cmn-slider .swiper-button-prev, .cmn-slider .swiper-button-next{
  background-color: #ED772F;
  height: 44px;
  width: 44px;
  box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.cmn-slider .swiper-button-prev:hover, .cmn-slider .swiper-button-next:hover {
    background: #01183d;
    text-decoration: unset;
    color: #fff;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.12);
}


.cmn-slider .swiper-button-prev::after {
	content: "\e903";
	font-family: 'icomoon' !important;
	position: absolute;
    top: 11px;
	left:8px;
	margin: auto;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.cmn-slider .swiper-button-next::after{
    content: "\e904";
    font-family: 'icomoon' !important;
	position: absolute;
    top: 11px;
	right: 8px;
	margin: auto;
     font-size: 24px;
    color: #fff;
    text-align: center;
}
.cmn-slider .swiper-button-prev{
    left: -20px;
}
.cmn-slider .swiper-button-next{
    right: -20px;
}

/*cmn slider*/

/*Pricing Card*/

.pricing-plan-section{
background-color: rgba(51,51,51,0.08);
}
.pricing-plan-section .heading-block{
max-width: 400px;
}
.pricing-plan-section .heading-block h2{
margin-bottom: 20px;
}
.pricing-card {
text-align: center;
padding: 30px 35px;
    transition: all 0.3s ease-out;
}
.pricing-card:hover {
    transform: translate(0px , -10px);
}
.pricing-card .pricing-card-title{
font-family: "Nunito Sans", serif;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
margin-bottom: 20px;
}
.pricing-card .pricing-card-value{
font-family: "Nunito Sans", serif;
font-weight: 4600;
font-size: 18px;
color: #ED772F;
text-transform: uppercase;
margin-bottom: 16px;
}
.pricing-card .pricing-card-desc{
margin-bottom: 40px;
}
/*Pricing Card*/

/*blog list card start*/
.cmn-box.blog-list-card {
    padding: 20px;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.cmn-box.blog-list-card .blog-tumb-img {
    width: 140px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.cmn-box.blog-list-card .blog-tumb-img img{
  max-width: 100%;
  height:auto;
}
.cmn-box.blog-list-card .blog-list-details {
    width: 100%;
    padding: 0 0px 0px 20px;
    padding-right: 120px;
}
.cmn-box.blog-list-card .blog-list-details .dropdown-toggle:after {
    opacity: 0;
    display: none;
}
.cmn-box.blog-list-card .blog-list-details .dropdown-toggle {
    text-decoration: unset;
    color: #333333;
}
.cmn-box.blog-list-card .blog-list-details .blog-list-header {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
}
.cmn-box.blog-list-card .blog-list-details .blog-list-header h6 {
    color: #333333;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 2px;
}
.cmn-box.blog-list-card .blog-list-details .blog-list-header p {
    color: #828282;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 5px;

}
.cmn-box.blog-list-card .blog-list-details .blog-list-body p {
    color: #333333;
    letter-spacing: 0px;
    line-height: 24px;
}
.blog-list-card .dropdown.right-side .dropdown-menu {
    transform: translate3d(-125px, 22px, 0px) !important;
}
.blog-list-body a.link {
    display: inline-block;
    padding-left: 5px;
}
.professional-directory-card {
    padding: 0px 16px 16px;
    margin-top: 40px;
    text-align: center;
}
.professional-directory-card .directory-card-header {
    
    margin: auto;

}
.professional-directory-card .directory-card-header img{
  width: 100%;
  height: 100%;
  width: 68px;
  height: 68px;
  object-fit: cover;transform: translate(0px, -50%);
    border-radius: 50%;
    background: #eee;
}
.professional-directory-card .directory-card-header {
    margin: auto auto -20px;
}

.professional-directory-card  p.pro-directory-name {
    color: rgb(51, 51, 51);
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 12px;
}
.professional-directory-card p.pro-directory-designation {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}
.professional-directory-card p.pro-directory-designation img {
    position: absolute;
    left: 4px;
    height: 24px;
}

.professional-directory-card .pro-directory-card-body .btn {
    margin-top: 16px;
}
/*blog list card end*/


/*authentication page*/
main.section-wrapper.authentication-wrapper {
    margin: 0;
}
.authentication-box {
  min-height: 100vh;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
.authentication-box a.brand {
    padding: 40px;
    display: inline-block;
}
.welcome-content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
} 
.welcome-content .content-text {
    padding: 0 40px 20px;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.welcome-content .content-text p {
    margin: 12px 0 0;
}
.welcome-bg {
    width: 100%;
    height: 100%;
    /* background-image: url(../images/authentication-image.svg); */
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 95%;
    text-align: center;
    transform: translate(0px, -20px);
}
  .welcome-bg img {
    width: 500px;
    height: 500px;
    object-fit: contain;
  }
.authentication-form {
    max-width: 380px;
    width: 100%;
    margin: 0px auto;
}
  .authentication-form .btn {
    width: 100%;
    margin: 10px 0;
  }
.authentication-form h4 {
    margin-bottom: 16px;
    text-align:center;
}
.authentication-form.sign-up {
    padding-top: 54px;
    padding-bottom: 20px;
}
.authentication-other-options {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.authentication-other-options a {
    display: inline-block;
    margin: 0 10px;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: #fff;
}
.authentication-other-options .external-authentication {
    position: absolute;
    background: red;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(55px, 0px);
    opacity: 0;
}

.authentication-other-options .external-authentication {
position: relative;
/* background: red;*/
width: 100%;
top: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
.authentication-other-options .external-authentication .authentication-btn {
display: inline-block;
margin: 0 10px;
border: 2px solid #fff;
border-radius: 50px;
width: 35px !important;
height: 35px !important;
overflow: hidden;
background: #fff;
transition:all .3s ease-in-out;
cursor:pointer;
}
.authentication-other-options .external-authentication .authentication-btn:hover {
border: 2px solid #ED772F;
}
.authentication-btn * {
opacity: 0;
}
.authentication-btn.google-btn {
background-image: url(/Themes/Bildsy/Content/css/assets/images/icons/iocn-google-login.svg) !important;
}
.authentication-btn.facebook-btn {
background-image: url(/Themes/Bildsy/Content/css/assets/images/icons/icon-fb-login.svg) !important;
}
.authentication-btn.apple-btn {
background-image: url(/Themes/Bildsy/Content/css/assets/images/icons/icon-apple-login.svg) !important;
}
.authentication-other-options a:hover {
border: 2px solid #ED772F;
background: #ED772F;
}

.authentication-other-options a:hover {
    border: 2px solid #ED772F;
    background: #ED772F;
}
.professional-content .content-text{
  padding: 0 20px 20px;
}

/*authentication page*/

/*dashboard start*/ 
.avtar-sm{
width: 35px;
max-width: 35px;
height: 35px;
max-height: 35px;
border-radius: 50%;
background-color: #eee;
object-fit: cover;
object-position: top center;
}
.avtar-lg{
width: 68px;
max-width: 68px;
height: 68px;
max-height: 68px;
border-radius: 50%;
background-color: #eee;
object-fit: cover;
object-position: top center;
}
.avtar-120{
width: 120px;
max-width: 120px;
height:120px;
max-height: 120px;
border-radius: 50%;
background-color: #f7f7f7;
object-fit: cover;
object-position: top center;
}
.dashboard-header .navbar .navbar-nav .nav-item{
margin-left: 15px;
margin-right: 15px;
}
.dashboard-header .navbar .navbar-nav .nav-item .nav-link > i{
font-size: 24px;
}
.dashboard-header .navbar .useraccount-dd{
margin-left: 25px;
}
.navbar .useraccount-dd a::after{
display: none;
}
.navbar .useraccount-dd a:hover{
text-decoration: none;
}
 .navbar .useraccount-dd .user-avtar{
margin-right: 12px;
}
.navbar .useraccount-dd .user-info .name{
font-family: "Nunito Sans", serif;
font-size: 14px;
font-weight: 600;
color: #fff;
margin-bottom: 3px;
    min-width: 100px;
}
 .navbar .useraccount-dd .user-info .user-type{
font-family: "Nunito Sans", serif;
font-size: 14px;
font-weight: 400;
color: #fff;
}
.dashboard-header .navbar .useraccount-dd .dropdown-menu {
float: right !important;
right: 0;
left: auto;
top: 55px;
}
.dashboard-header .navbar .useraccount-dd .dropdown-menu .user-info .name,
.dashboard-header .navbar .useraccount-dd .dropdown-menu .user-info .user-type{
color: #333;
margin-bottom: 0;
line-height: normal;
}
.dashboard-header .navbar .useraccount-dd .dropdown-menu .user-info {
padding: 10px 12px;
border-bottom: 2px solid #ddd;
background-color: #f7f7f7;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
/*dashboard*/


/*Form*/

.form-control{
font-family: "Nunito Sans", serif;
font-size: 16px;
color: #333;
background-color: #FFFFFF;
border: 1px solid #ddd;
border-radius: 4px;
height: 52px;
padding: 12px;
}
.form-control:placeholder-shown{
    color: #236AD6;
}
.form-control::placeholder{
  color: #828282;
  opacity: .8;
}
.form-group {
    position: relative;
    margin-bottom: 32px;
    padding-top: 15px;
}
.form-group label {
    font-family: "Nunito Sans", serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 8px;
    padding: 1px 5px;
    margin: 0;
    z-index: 1;
}
.form-group input.form-control[type="file"] {
    position: absolute;
    background: red;
    z-index: 99;
    opacity: 0;
}
.form-group.input_file_over label.browse_label {
    right: 9px;
    z-index: 1;
    top: 24px;
    left: inherit;
    color: #ed7730;
}
.registration-info-title {
  margin-bottom: 30px;
  display: inline-block;
  color: #000;
  font-weight: 700;
}
.authentication-form .form-group {
    padding-top: 0;
}
.authentication-form .form-group label {
  top: -15px;
  z-index: 9;
}
.form-group .form-control:focus{
  border-color: #236AD6;
  color: #333;
  box-shadow: none;
}
.form-group .form-control:placeholder-shown + label{
color: #333;
}
.form-group .form-control:not(:placeholder-shown) + label{
color: #333;
}

.form-group.rangeslider label {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: 8px;
    padding-left: 0;
}

.form-group.rangeslider .slider.slider-horizontal {
    width: calc(100% - 16px);
    padding-left: 20px;
    position: relative;
    margin-left: 10px;
}

.form-group.rangeslider .slider-track {
    height: 3px;
    background: #828282;
}
.form-group.rangeslider .slider-handle.round {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #00193D;
    top: -2px;
    border-radius: 50px;
}
.form-group.rangeslider .slider-selection {
    background: #00193D;
}
.slider .tooltip.bs-tooltip-top {
    margin-top: -75px;
}

.form-group.input-icon-right .form-control {
position: relative;
padding-right: 45px;
background-repeat: no-repeat;
background-position: 99%;
}
.form-group.input-icon-right.input-date .form-control {
  background-image: url("../images/icons/icon-calender.svg");
}
.form-group.input-icon-left .form-control {
position: relative;
padding-left: 45px;
background-repeat: no-repeat;
background-position: 1%;
}
.form-group.input-icon-left.input-date .form-control{
background-image: url("../images/icons/icon-calender.svg");
}
.form-control.textarea{
resize: none;
}
.form-control.textarea:focus{
box-shadow: none;
height: 100%;
}
.form-group .feedback{
font-family: "Nunito Sans", serif;
font-weight: 400;
font-size: 12px;
color: #333;
}
.valid .form-control{
border-color: #34AA44;
}
.valid-msg{
color: #34AA44 !important;
}
.invalid .form-control{
border-color: #C00000;
}
 .invalid-msg{
color: #C00000 !important;
}
.files input.form-control {
  cursor: pointer;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 00px 0px 0px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    height: 100%;
    border: 2px dashed #828282;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.form-group.files {
    padding: 0;
    border: 1px dashed #828282;
    border-radius: 5px;
    min-height: 205px;
    position:relative;
    display: -ms-flexbox!important;
    display: flex!important;
    transition: all .3s ease-in-out;
    background: #fff;
    background: rgba(246,246,246,0.50);
}
.form-group.files:hover {
    border: 1px dashed #222;
    background: #f5f5f5;
}
.color input{ background-color:#f1f1f1;}
.drag-file-content {
    width: 100%;
    text-align: center;
    margin: auto;
}
.drag-file-content h5 {
    color: rgb(51, 51, 51);
    font-weight: bold;
    opacity: .40;
}
.drag-file-content h6 {
    color: #236AD6;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.drag-file-content p {
    margin: 0;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    opacity: .40;
}
p.file-note {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
}
/*Form*/

/*Custom Select*/

.bootstrap-select{
width: 100% !important;
}
.bootstrap-select .dropdown-toggle{
font-family: "Nunito Sans", serif;
font-weight: 400;
font-size: 16px;
color: #333;
background-color: #FFFFFF;
border: 1px solid #ddd;
border-radius: 4px;
height: 52px;
width: 100%;
padding: 12px 45px 12px 12px;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    border-color: #236AD6;
}
.bootstrap-select .dropdown-toggle::after {
content: "\e902" !important;
border: 0;
margin-top: 0;
right: 5px;
font-size: 24px;
top: 50%;
transform: translateY(-50%);
bottom: auto;
}
.bootstrap-select.show .dropdown-toggle::after {
content: "\e902" !important;

}
.bootstrap-select .dropdown-toggle .filter-option{
overflow: visible;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner{
font-family: "Nunito Sans", serif;
font-size: 16px;
color: #333;
text-transform: none;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select.show > .btn-light.dropdown-toggle {
color: #333;
background-color: #fff;
border-color: #236AD6;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
position: absolute;
right: 15px;
top: 5px;
display: inline-block;
height: 18px;
width: 18px;
border: 1px solid #00193D;
border-radius: 4px;
box-shadow: 0 2px 2px 0 rgba(19,31,21,0.10), inset 0 2px 0 0 rgba(255,255,255,0.06);
background-color: #fff;
}

.bootstrap-select .dropdown-menu li a span.check-mark::after {
font-family: 'icomoon';
content: "";
display: block;
width: 18px;
height: 18px;
border: 0;
transform: rotate(0deg);
top: -2px;
position: absolute;
}
.bootstrap-select .dropdown-menu li a.selected span.check-mark::after {
content: "\e90c";
}

/*Custom Select*/


/* Date picker*/

.datepicker.datepicker-dropdown{
    padding: 20px;
    padding-top: 5px;
    z-index: 9999 !important;
    margin: 5px;
}
.datepicker td, .datepicker th {
font-family: "Nunito Sans", serif;
font-size: 16px;
color: #333;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
cursor: pointer;
}

.datepicker th.datepicker-switch{
border-radius: 0;
}
.datepicker th.prev{
color: transparent;
position: relative;
}
.datepicker th.prev::after {
font-family: 'icomoon';
color: #333;
content: "\e903";
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: auto;
margin: auto;
font-size: 24px;
font-weight: normal;
}
.datepicker th.next{
color: transparent;
position: relative;
}
.datepicker th.next::after {
font-family: 'icomoon';
color: #333;
content: "\e904";
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: auto;
margin: auto;
font-size: 24px;
font-weight: normal;
}
.datepicker table tr td.active {
    background-color: #236AD6 !important;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.datepicker table tr td span.active.active{
background-color: #455A64 !important;
background-image: none;
text-shadow: none;
}
.datepicker table tr td.active:hover{
background-color: #455A64 !important;
background-image: none;
text-shadow: none;
}
.datepicker-dropdown.datepicker-orient-top::before {
border-top: 0;
}
/* Date picker*/



/*Custom Radio and Checkboxes, Toggle*/
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: none !important;
}
.custom-control-label::before{
border-color: #00193D;
height: 18px;
width: 18px;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #fff;
background-color: #fff;
border: 1px solid #00193D;
height: 18px;
width: 18px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: none;
height: 8px;
width: 8px;
top: 9px;
left: -19px;
background-color: #00193d;
border-radius: 50%;
}
.custom-radio .custom-checkbox:checked ~ .custom-control-label::before {
color: #fff;
border-color: #00193D;
background-color: #fff;height: 18px;
width: 18px;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: none;
font-family: 'icomoon';
content: "\e90c";
top: 1px;
left: -23px;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #fff;
border-color: #00193D;
}
.custom-switch .custom-control-label::before {
    width: 34px;
    height: 14px;
    border-radius: 50px;
    background-color: #A5A5A5;
    border: none;
    left: -45px;
    top: 5px;
}
.custom-switch .custom-control-label::after {
width: 20px;
height: 20px;
background: #E5E5E5;
box-shadow: 0 0 1px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
border-radius: 50%;
top: 2px;
left: -50px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
width: 34px;
height: 14px;
border-radius: 50px;
background-color: #F6BB97;
border: none;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #ED772F;
-webkit-transform: translateX(23px);
transform: translateX(23px);
}
.checkbox-ui-normal label.custom-control-label {
    color: #333 !important;
}
.checkbox-ui-normal label.custom-control-label::before {
    background-color: #ffffff !important;
}

.custom-control.table-check-only label.custom-control-label::before {
    left: 0;
    top: 0;
}
.custom-control.table-check-only label.custom-control-label::after {
    left: 1px !important;
    top: -2px !important;
}
.custom-control.table-check-only {
    height: 18px;
    width: 18px;
    padding: 0;
}
.ui-table .table td:first-child .table-content .custom-control {
    margin-left: 4px;
}
img.with_custom_checkbox {
    margin-bottom: 8px;
    width: 19px;
    height: 20px;
    margin-left: 16px;
}
.custom-radio.table-check-only.custom-control label.custom-control-label::after {
    top: 5px !important;
    left: 5px !important;
}
/*Custom Radio and Checkboxes, Toggle*/


/*edit-profile-pic*/
.edit-profile-pic {
    display: inline-block;
    margin-bottom: 32px;
    position: relative;
}
.edit-profile-pic a.edit-profile-btn {
    width: 40px;
    height: 40px;
    background: #ed7730;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding: 7px 0;
    border-radius: 50px;
    position: absolute;
    bottom: 4px;
    right: 0;
}
/*edit-profile-pic*/

/*tabs*/
ul.nav.nav-tabs {
    border-bottom: 1px solid rgb(130 130 130 / 50%);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.nav-tabs .nav-link {
    padding-bottom: 20px;
    padding-left: 28px;
    padding-right: 28px;
    border: 0px;
    font-family: "Nunito Sans", serif;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #236AD6;
    color: #236AD6;
}
/*tabs*/

/*search-form-box*/
form.form-inline.search-form-box {
    position: relative;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    transition: all .15s ease-in-out;
    margin: 0px -15px;
    display: none;
    overflow: hidden;
}
form.form-inline.search-form-box .input-group {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transform: translate(0px, 60%);
    opacity: 0;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
}
form.form-inline.search-form-box.opened .input-group {
    transform: translate(0px, 0%);
    opacity: 1;
}
form.form-inline.search-form-box span.input-group-text {
    background-color: transparent;
    border-color: #fff;
    border: 0;
}
form.form-inline.search-form-box span.input-group-text  i {
    color: #01183d;
    font-size: 24px;
}
form.form-inline.search-form-box input.form-control {
    border-color: #fff;
    border: 0;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    padding: 0px 12px;
    height: 44px;
    font-family: "Nunito Sans", serif;
    font-weight: 300;
    font-size: 16px;
    width: 265px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.title_box form.form-inline.search-form-box .input-group{
    padding-top: 20px;
}
.title_box.search-page-box form.form-inline.search-form-box {
    background: #f1f1f1;
    border-radius: 5px;
}
/*search-form-box*/

.common-add-new {
    color: #333333;
    text-decoration: none !important;
    text-align: center;
    transition: all .3s ease-in-out;
}
.common-add-new span.icon-icon-add {
    width: 80px;
    height: 80px;
    background: #236AD6;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 10%);
    display: inline-block;
    text-align: center;
    padding: 27px;
    font-size: 26px;
    color: #fff;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}
.common-add-new:hover span.icon-icon-add {
    background: #455A64;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 40%);
}
.common-add-new:hover {
    color: #236AD6;
}
.toast-msg {
    background: #eee;
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    border: 0;
    padding: 2px 0;
        display: none;
}
.toast-msg-position{
  position: fixed;left: 0;top: 72px;
    z-index: 9999;
    width: 100%;
}
.toast-body i.icon-icon-checkmark.check {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

/*Data-table */
img.product-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    left: 0;
    right: inherit;
    content: url(../images/icons/sorting-up.svg);
    top: 4px;
    width: 10px;
    height: 10px;
    position: absolute;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    left: 0;
    right: inherit;
    content: url(../images/icons/sorting-down.svg);
    top: 14px;
    width: 10px;
    height: 10px;
    position: absolute;
}
table.dataTable>thead .sorting, table.dataTable>thead .sorting_asc,
table.dataTable>thead .sorting_desc, table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc_disabled{
padding-left: 12px !important;
}
.table td, .table th,
.ui-table .table thead th {
    border: 0;
}
.table {
    margin-bottom: 0;
}
.ui-table {
    border-radius: 4px;
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    border: 1px solid hsl(0deg 0% 51% / 70%);
    position: relative;
        z-index: 9;
}
.ui-table:after, .ui-table:before {
    content: '';
    width: 35px;
    height: 48px;
    position: absolute;
    left: 0;
    background: #efefef;
    top: 0;
        z-index: -1;
}
.ui-table:before {
  right:0;
  left: inherit;
}
.ui-table .table thead tr,
.ui-table .table thead {

    background: rgb(239 239 239);
}
.ui-table .table thead th {
    font-size: 16px;
        min-height: 48px;
    font-family: "Nunito Sans", serif;
    font-weight: 600;
}
.ui-table .table tbody ,
.ui-table .table tfoot {
    background: #fff;
}
.ui-table .table td, .ui-table .table th {
    padding-left: 0 ;
    padding-right: 30px ;
}
.ui-table .table td.pr-0, .ui-table .table th.pr-0{

    padding-right: 0px ;
}
.ui-table .table td {
    padding-top: 18px;
    padding-bottom: 18px;
}
.ui-table .table td:first-child, .ui-table .table th:first-child {
    padding-left: 0 ;
}
.ui-table table.dataTable tr td.action:last-child {
    padding-right: 0 ;
}
.ui-table table.dataTable{
  margin: 0 !important;
}
.ui-table table.dataTable tr td {
    border-bottom: 1px solid #828282;
    vertical-align: middle;
}
.ui-table table.dataTable tr td a {
  color: #455A64;
font-family: "Nunito Sans", serif;
font-size: 16px;
font-weight: normal;
letter-spacing: 0px;
margin-bottom: 0;
}
.ui-table table.dataTable tr td a:hover{
  color: #236AD6;
}
.table-content span {
    color: rgb(130, 130, 130);
    font-family: "Nunito Sans", serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-top: 3px;
    display: inline-block;
}
.ui-table table.dataTable tr th.action {
    opacity: 0;
}
.ui-table .table td .table-content {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    position: relative;
    color: #000;
    word-break: break-all;
}
.ui-table .table td .table-content a.dropdown-toggle.action {
    opacity: 1;
    font-size: 24px;
    color: #333;
    text-decoration: unset !important;
}
.ui-table .table td .table-content a.dropdown-toggle:after,
.ui-table .table td .table-content a.dropdown-toggle:before{
  display: none;
}
.table-content .dropdown-menu.bottom-right {
    transform: translate(0%, 40px) !important;
    left: inherit !important;
    right: 0;
}
.ui-table .table tbody tr:last-child td {
    border-bottom: 0;
}

.ui-table.ui-table-2:after ,
.ui-table.ui-table-2:before {
  display: none;
}
.ui-table.ui-table-2 {
    border: 0;
    padding: 0;
}
.ui-table .table td .table-content {
    max-width: 250px;
    min-width: 60px;
}
.ui-table .table td .table-content.status-badges {
    min-width: 140px;
}
i.icon-icon-folder.table-folder {
    font-size: 24px;
    color: #000;
}
i.icon-icon-folder.table-folder ,
i.icon-icon-folder.table-folder:before {
    font-size: 24px;
    color: #000;
}
/*Data-table */

/*uploaded-doc*/
.uploaded-doc-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uploaded-doc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    border: 1px solid #828282;
    border-radius: 5px;
    margin: 0 10px;
    margin-bottom: 15px;
    min-width: 239px;
    max-width: 239px;
   
}
.uploaded-doc-row .uploaded-doc:first-child {
    margin-left: 0px;
}
.uploaded-doc .text-content {
    width: 100%;
}
.uploaded-doc .icon i {
    font-size: 24px;
    color: #ED772F;
}
.uploaded-doc .icon {
    margin: auto 18px;
}
.uploaded-doc .text-content p {
    margin-bottom: 0;
    word-break: break-word;
}
.uploaded-doc a.delete-doc {
    margin-bottom: auto;
    padding: 0 7px;
    text-decoration: unset;
}
/*uploaded-doc*/



/*crickhunt-modal*/
.modal-xl,.modal-lg{
  width: 100%;
}
.crickhunt-modal .modal-header {
    box-shadow: 3px 3px 14px 1px rgb(0 0 0 / 7%);
    border-bottom: 0;
}
.crickhunt-modal h4.modal-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: "Nunito Sans", serif;
}
.crickhunt-modal .modal-body {
    padding: 18px 30px;
}

.modal.crickhunt-modal{
    display: -ms-flexbox !important;
    display: flex !important;
}
.crickhunt-modal:not(.show) {
    opacity: 0;
    display: none !important;
    display: none !important;
}

/*crickhunt-modal*/

/*pagination*/
.cmn-box.pagination-box {
    padding: 15px 30px;
    margin-top: 30px;
    margin-bottom: 45px;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", serif;
  color: rgb(51, 51, 51);
  border-radius: 4px;
  min-width: auto;
  transition: all .3s ease-in-out;
  background: #09327036;
  color: #000;
}
.pagination .page-item:first-child .page-link.btn {
    margin-right: 16px;
}
.pagination .page-item:last-child .page-link.btn {
    margin-left: 16px;
}
.pagination .page-item:last-child {
    margin: 0;
}
.pagination .page-link.btn {
    border: 1px solid #dddddd;
}
.pagination li.page-item {
    margin: 0 4px 0 0;
}
.pagination a.page-link:hover, .pagination .page-link.active {
    background: #00193d;
    color: #fff;
}
.pagination .page-link span {
    z-index: 9;
    position: relative;
}
nav.page-info span {
    color: rgb(51, 51, 51);
    font-family: "Nunito Sans", serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    margin-right: 2px;
    display: inline-block;
}

nav.page-info .form-group {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 30px;
}
nav.page-info .form-group .dropdown.bootstrap-select {
    height: 100%;
}
nav.page-info .form-group .dropdown-toggle {
    height: 100%;
    padding: 5px 35px 5px 5px;
    letter-spacing: 0px;
    text-align: center;
    width: auto;
    min-width: auto;
    border: 1px solid #dddddd;
}
nav.page-info .form-group .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}
nav.page-info .form-group .dropdown-toggle::after {
    top: 6px;
}
nav.page-info a.page-link.btn {
    height: 30px;
    min-width: 36px;
    padding: 5px 0;
    display: inline-block;
    margin-left: 10px;
}
nav.page-info a.page-link.btn.btn-primary span.text {
    color: #fff;
}
/*pagination*/

.modal.filter-modal {
    position: absolute;
    max-width: 430px;
    right: 1.5rem;
    left: inherit;
    top: 0;
}
.modal.filter-modal .modal-dialog.modal-lg {
    margin: 176px 0 0;
}

.modal.filter-modal .modal-dialog.modal-lg .modal-content {
    max-height: calc(100vh - 70px - 50px - 60px - 80px );
    overflow: hidden;
    overflow-y: auto;
}
.modal.filter-modal .modal-body {
    padding-left: 16px;
    padding-right: 16px;
}



/*wizard_page*/
.wizard_page_count_name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    position: relative;
}
.wizard_count {
    background: rgb(255, 255, 255);
    border: 2px solid rgb(216, 216, 216);
    height: 32px;
    width: 32px;
    border-radius: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.active .wizard_count {
    background: #236AD6;
    border: 0px;
    color: #fff;
}
.wizard_page_count_name p {
    margin: 0;
    padding-left: 15px;
    padding-right: 10px;
    display: block;
    background: #ffffff;
}
.wizard_header {
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wizard_page_count_name .line-mark {
    width: 60%;
    height: 1px;
    margin: 0 10px;
    background: #979797;
    display: block;
    position: absolute;
    right: 10px;
    z-index: -1;
}
.bid-completed.wizard_count span ,
.wizard_count i.icon-icon-checkmark {
    display: none;
}
.bid-completed.wizard_count i.icon-icon-checkmark {
    display: inline-block;
}
.bid-completed.wizard_count {
    border: 0px;
    color: #fff;
}
.row.wizard_header {
    margin-left: -40px;
    padding-left: 25px;
    margin-right: -26px;
    padding-right: 25px;
}
/*wizard_page*/

/*stepper*/
.stepper{

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.stepper a {
    background: rgba(169, 188, 223, 0.25);
    height: 30px;
    width: 30px;
    color: #00193d;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: unset;
    transition: all .3s ease-in-out
}
.stepper a:hover {
    background: rgba(169, 188, 223, .7);
}
.stepper input {
    height: 30px;
    width: 40px;
    margin: 0 10px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    color: #333333;
}
.radius-top-left{
        border-top-left-radius: 4px;
}
.radius-top-right{
        border-top-right-radius: 4px;
}
.radius-bottom-left{
        border-bottom-left-radius: 4px;
}
.radius-bottom-right{
        border-bottom-right-radius: 4px;
}
/*stepper*/

/*tooltip*/
.tooltip_hover {
    position: absolute;
    top: 0;
    height: 20px;
    left: 0;
    right: 0;
    margin: 0 0px 0 25px;
}
.tooltip.show{
    opacity: 1;
}
.tooltip-inner {
    box-shadow: 3px 3px 14px 1px rgb(0 0 0 / 7%);
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 16px;
    text-align: left;
    max-width: 350px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{
    border-bottom-color: #fff;
    box-shadow: 3px 3px 14px 1px rgb(0 0 0 / 7%);
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff;
    box-shadow: 3px 3px 14px 1px rgb(0 0 0 / 7%);
}
/*tooltip*/

/*projects-details-bid-box */
.projects-details-bid-box {
    margin-top: 20px;
}
.projects-details-bid-box .bid-box-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.projects-details-bid-box .bid-box-title h6, .projects-details-bid-box .bid-box-title p {
    margin-bottom: 12px;
    margin-right: 12px;
    display: inline-block;
}

.projects-details-bid-box .bid-box-title .bid-status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.projects-details-bid-box .bid-box-title .bid-status .big-mark {
    margin-top: 0;
    margin-bottom: 12px;
}
.projects-details-bid-box .bid-box-title p.date {
    margin-left: auto;
    margin-right: 0;
}
.projects-details-bid-box .ratings {
    margin-bottom: 18px;
}
.projects-details-bid-box .bid-box-details {
    display: -ms-flexbox;
    display: flex;
}
.projects-details-bid-box .bid-box-details p {
    max-width: 600px;
    padding-right: 20px;
    margin-bottom: 10px;
}

/*projects-details-bid-box */

/*chat*/
.chat-area {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    height: calc(100vh - 116px - 50px - 72px );
}
.chat-area .inbox-box{
    margin-right: 20px;
    padding-bottom: 50px;
    min-width: 310px;
}
.chat-area .inbox-box ul{
    min-width: 350px;
    max-height: 100%;
    overflow: auto;
    border-radius: 5px;
}
.chat-area .inbox-box .inbox-nav-item .inbox-nav-link {
    width: 100%;
    display: inline-block;
    padding: 20px;
    /*margin-bottom: 20px;*/
    padding-bottom: 0;
    text-decoration: unset;
}
.chat-area .inbox-box .inbox-nav-item {
    list-style: none;
}
.inbox-nav-link .profile-intro img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 12px;
    background: #f1f1f1;
}
.inbox-nav-link .profile-intro .name-msg {
    color: #333;
        width: 100%;
}
.inbox-nav-link .profile-intro .name-msg h6 {
    margin-bottom: 1px;
    display: -ms-flexbox;
    display: flex;
}
.inbox-nav-link .profile-intro .name-msg p {
    margin: 0;
}
.inbox-nav-link .profile-intro {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgb(130, 130, 130);
    padding-bottom: 20px;
}
.inbox-nav-link .profile-intro .name-msg p.time {
    color: rgb(130, 130, 130);
    font-size: 15px;
}
.inbox-nav-link .profile-intro .name-msg h6 span.chat-count {
    margin-left: auto;
    background: rgb(237, 119, 47);
    height: 20px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    line-height: 16px;
    border-radius: 50px;
}

ul.inbox-nav-tabs {
    margin: 0;
}
.chat-area .inbox-box .inbox-nav-item .inbox-nav-link.active {
    background: rgb(237 121 49 / 10%);
}
.chat-area .inbox-box .inbox-nav-item .inbox-nav-link.active .profile-intro,
.chat-area .inbox-box .inbox-nav-item:last-child .inbox-nav-link .profile-intro {
        border-color: transparent;
}
.chat-area .inbox-box .inbox-nav-item:last-child .inbox-nav-link {
    margin-bottom: 0;
}
.chat-box {
    width: 100%;
    height: 100%;
}
.chat-box .chat-panel {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding-right: 15px;
    padding-top: 70px;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
.chat-box .tab-content {
    height: 100%;
}
.chat-box .tab-content .tab-pane{
        position: relative;
        height: 100%;
      }
.chat-box .tab-content .tab-pane.active {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -15px;
}
.msg-bubble img.msg-avtar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50px;
    margin-right: 20px;
}
.no-avtar {
    opacity: 0 !important;
}
.msg-bubble-box {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.msg-bubble {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
        max-width: 80%;
}
.msg-bubble .msg-content {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0;
}
.msg-bubble .msg-content p {
    margin: 0;
}

.msg-bubble .msg-content span {
    font-size: 11px;
    margin-left: auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    opacity: .6;
}
.our-msg .msg-bubble {
    margin-left: auto;
}
.our-msg .msg-bubble .msg-content {
    background: rgba(51, 51, 51, 0.08);
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}
.our-msg .msg-bubble img.msg-avtar {
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}
.our-msg .msg-bubble .msg-content {
    -ms-flex-order: 1;
    order: 1;
}
.msg-bubble-box.our-msg .msg-content.cmn-box {
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0%);
    -ms-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 0%);
}
.our-msg .msg-bubble .msg-content span {
    left: inherit;
    right: 0;
}
.other-profile-status {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 30px;
    background: #f1f1f1;
    position: absolute;
    /* width: 100%; */
    z-index: 99;
    left: 0;
    right: 15px;
}
.chat-input-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 15px;
    padding: 4px;
    border: 1px solid #828282;
    border-radius: 4px;
    min-height: 50px;
    z-index: 99;
    background: #fff;
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.chat-input-box input {
    min-height: 35px;
    border: 0;
    padding-left: 20px;
    width: 100%;
    font-size: 16px;
}
.chat-input-box a {
    background: rgb(229, 229, 229);
    border-radius: 0px 4px 4px 0px;
    height: 40px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-input-box a.attachment {

    margin: 0 5px;
    background: transparent;
    border-radius:4px;
}
.chat-input-box a.attachment i {
    font-size: 26px;
    color: #333;
}
.chat-input-box a.send-msg i {
    display: block;
    color: #333;
    font-size: 24px;
}
.chat-input-box a:hover {
    background: rgb(237 119 48);
    color: #fff;
}
.chat-input-box a:hover i{
    color: #fff;
}
.chat-input-box a {
    text-decoration: unset;
}

.other-profile-status a.back-icon.icon {
    display: none;
    font-size: 24px;
    color: #01183d;
    margin-left: -10px;
    margin-right: 10px;
    top: 1px;
    position: relative;
}
/*chat*/

/*Notification DD*/

.notification-dd .dropdown-toggle::after{
display: none;
}
.notification-dd .dropdown-menu {
top: 55px;
min-width: 450px;
left: auto;
right: -20px;
position: relative;
}
.notification-dd .dropdown-menu::before {
content: "";
position: absolute;
right: 26px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid white;
top: -7px;
}
.notification-dd .dropdown-menu .notification-panel-header{
padding: 20px;
}
.notification-list{
list-style-type: none;
}
.notification-list .notification{
padding: 20px 20px 0;
transition: all 0.3s ease-out;
}
.notification-list .notification .notification-link{
color: #333;
border-bottom: 1px solid rgb(130, 130, 130);
}
.notification-list .notification:last-child .notification-link{
border-bottom: 0;
}
.notification-list .notification .notification-link:hover{
text-decoration: none;
}
.notification-list .notification.unread{
background: rgb(237 121 49 / 10%);
}
.notification-list .notification.unread .notification-link{
border-bottom-color: #fff;
}
.notification-list .notification:hover{
background: rgb(237 121 49 / 10%);
}
.notification-list .notification:hover .notification-link{
border-bottom-color: transparent;
}
.notification-list .notification .notification-link .avtar-icon{
flex: 0 0 40px;
-ms-flex: 0 0 40px;
-webkit-flex: 0 0 40px;
-moz-flex: 0 0 40px;
margin-right: 12px;
position: relative;
}
.notification-list .notification .notification-link .avtar-icon .avtar-sm {
    max-width: 40px;
    width: 40px;
    height: 40px;
    max-height: 40px;
    z-index: 9;
    position: relative;
}
.notification-list .notification .notification-link .avtar-icon::before {
    font-family: 'icomoon';
    content: "\e919";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background: #ed7730;
    border-radius: 50px;
    z-index: 1;
}
.notification-list .notification .notification-title{
margin-bottom: 4px;
}
.notification-list .notification .notification-desc{
margin-bottom: 4px;
}
.notification-list .notification .notification-time{
color: #828282;
margin-bottom: 20px;
}
.notification-dd .dropdown-menu .btn-primary {
color: #fff;
}
.notification-dd .dropdown-menu .notification-panel-footer{
padding: 20px;
}

/*Notification DD*/

