/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
 **/
 .dark-mode ::placeholder {
  color: #fff !important;
  /* background: yellow; */
}

::placeholder {
  color: #111 !important;
  /* background: red; */
  /*position: relative;*/
  /*left: 20px;*/
}
/* #btn-search-cloud {position: relative;right: 28px;z-index:-1;} */

#current_time_marker:before {
  content: '';
  position: absolute;
  left: calc(88% - 11px);
  width: 0;
  transform: rotate(
    180deg
    );
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #face03 transparent;
  z-index: 10;
}
#current_time_marker:after {
  content: '';
  position: absolute;
  left: -9px;
  bottom: -5px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fcd005 transparent;
}
.play-program {
  position: absolute;
  top: -5px;
  /* left: 0; */
  bottom: 0;
  background-color: #fcd005;
  height: 98%;
  margin: 5px 0;
  opacity: 0.5;
  width: 2px;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--btn-light-color,#1f1f1f); 
}

::-webkit-scrollbar-thumb:hover {
  background: #4a586b; 
}
/*scrollbar*/

.pointer{
  cursor: pointer;
}

/*.user-avatar {
    height:75px;
    width: 78px;
    }*/
    /*add code by aditi 7  april */
    /*.user-avatar img{
      height: 36px;
      width: 36px;
    }*/


    /*Aniket css 19/03/2022*/
    .user-toggle .user-avatar img{
      height: 36px;
      width: 36px;
    }
    .comment-div .user-avatar img{
      height: 36px;
      max-width: 36px;
    }
    /*Aniket css 19/03/2022*/

    .user-avatar.md {
      height: 60px;
      width: 60px;
    }
    .user-avatar.md img{
      height: 60px;
      width: 60px;
    }


    /*********** theme *********************/
    .dark-mode .nk-file-name-text a.title:hover, .dark-mode .active > .nk-fmg-menu-item .icon{
      color: var(--btn-primary-color,#ec1610) ; /* Removed important tag rohan 19-2-22 */
    }

    .sidebar-user-profile{
      height: 100vh;
    }
    .active > .nk-fmg-menu-item > .nk-fmg-menu-text {
      color: var(--text-color-primary,#90acdf);
    }

    .nk-wizard-simple .steps ul li.done h5, .nk-wizard-simple .steps ul li.done .number, .nk-wizard-simple .steps ul li.current h5, .nk-wizard-simple .steps ul li.current .number {
      color: var(--theme-color-primary,#ec1610) !important;
    }
    .selected-file{
      outline: 1px solid var(--theme-color-primary);
    }

    .dark-mode .btn-dim.btn-outline-primary:not(:disabled):not(.disabled):hover {
      color: #fff;
      background-color: #e8757d;
      border-color: #e8757d;
    }
    .nk-wizard-simple .steps ul li:after {
      background: #ff2b25;
    }

    .nk-content {
      padding: 94px 4px;
    }
    @media (min-width: 576px)
    {
      .nk-content {
        padding: 92px 14px;
        /*padding: 52px 0px;*/
      }
    }
    /*********** theme end *********************/
    .pictureContainer {
      position: relative;
      text-align: center;
      height: 200px;
    }
    .pictureContainer .coverImageWrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #CCCCCC;
      height: 230px;
    }
    .pictureContainer .coverImageWrap .imgWrap {
      position: relative;
    }
    .pictureContainer .coverImageWrap img {
      width: 100%;
      height: 224px;
    }
    .pictureContainer .coverImageWrap .coverImgInput {
      cursor: pointer;
      display: block;
      height: 100%;
      left: 0;
      opacity: 0 !important;
      position: absolute;
      top: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
    }
    .pictureContainer .picture {
      width: 150px;
      height: 150px;
      background-color: #ffffff;
      border: 1px solid #CCCCCC;
      color: #FFFFFF;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      top: 98%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
    }
    .pictureContainer .choosePicTxt {
      margin: 10px 0 15px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: #fff;
    }
    .pictureContainer .picture input[type="file"] {
      cursor: pointer;
      display: block;
      height: 150px;
      width: 150px;
      left: -4px;
      opacity: 0 !important;
      position: absolute;
      top: -4px;
      right: 0;
      margin: 0 auto;
    }
    .pictureContainer .coverImageWrap:hover {
      border-color:  #df262687;
    }
    .pictureContainer .picture:hover {
      border-color: var(--btn-primary-color,#ec1610);
    }
    .pictureContainer #userImagePreview {
      width: 150px;
      height: 150px;
      position: relative;
    }


    .file-drag{
      outline: 2px dashed red!important;
    }

    .file-drop{
      outline: 2px dashed green!important;
    }

    .nk-fmg-listing .upload-area{
      min-height: 430px;
    }

    .nk-fmg-listing .upload-area:hover{
      cursor: pointer;
    }

    .nk-fmg-body .nk-chat-profile{
      width: 0px;
    }

    .nk-fmg-body.profile-shown .nk-chat-profile{
      width: 325px;
    }

    #file-upload .upload-zone {
      /*max-height: 330px;*/
      height: 250px;
      overflow: auto;
    }
    #file-upload .nk-upload-list {
      max-height: 250px;
      height: 100%;
      overflow: auto;
    }

    /*search bar auto complete in cloud*/



    .nk-fmg-listing.autocomplete{
      position: absolute;
      border: 1px solid #e8757d;
      border-bottom: none;
      border-top: none;
      top: 100%;
      left: 0;
      right: 0;
      width: 70%;
      color: white;
      min-height: 0px;
      max-height: 200px;
      overflow-y: auto;   
      overflow-x: hidden; 
      z-index:1000 !important;
    }
    .nk-fmg-listing.autocomplete .nk-file-info:hover{
      background: #344357;
      cursor: pointer;
    }

    .chat-home #filepreview p{
      position: relative;
      bottom: 20px;
      text-align: center;
    }
    .chat-bubble .btn-image-link, .chat-bubble .btn-file-link{
      cursor: pointer;
    }


    .chat-upload-option {
      background-color: #141c26;
    }


    .swal2-container {
      z-index: 9999;
    }

    .nk-fmg-switch .link-list-opt{
     max-height: 300px;
     overflow: auto;
     background-color: var(--btn-light-color,#1f1f1f);
   }

   /*stripe element*/
   .InputContainer .ElementsApp input {
    color: white!important;
  }

  /*search bar auto complete in cloud*/

  /* select 2 */
  .select2-search__field{
    color: var(--input-text-color) !important;
  }
  .select2-results__option--highlighted,.dark-mode .select2-container--default .select2-results__option[aria-selected=true]{
    /*background:#2a3a4e!important;*/
    background:var(--modal-header-bg-color)!important;
    color: var(--btn-txt-color);
  }
  .modal-body .select2-container--default .select2-selection--multiple {
      background: var(--modal-input-bg-color)!important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #8aa3ff;
  }
  /* select 2 end*/

  /*go live*/
  .cloud-go-live #go-live-user-list div.list-group-item, 
  #contact-search-list div.list-group-item, 
  #subscribers-followers-list div.list-group-item, 
  #all-users-search-list div.list-group-item {
    color: var(--label-color);
    padding: 10px 10px;
    border: none;
  }
  .cloud-go-live #go-live-user-list .user-img, 
  #subscribers-followers-list .user-img, 
  #all-users-search-list .user-img {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }
  .cloud-go-live #go-live-user-list h6, 
  .cloud-go-live #contact-search-list h6, 
  .cloud-go-live #all-users-search-list h6{
    font-size: 0.9rem;
    font-weight: normal;
  }

  .cloud-go-live #send_sms_to_other {margin-left: 113px!important;}
  /*num pad*/
  #mobile_to_other_div p {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 20px;
  }

  #mobile_to_other_div .span4 {
    width: 40px;
    float: left;
    margin: 0 12px 12px 12px!important;
  }

  #mobile_to_other_div .phone {
    margin-top: 15px;
    background: #fff;
  }

  #mobile_to_other_div .tel {
    /*margin-bottom: 10px;*/
    /*margin-top: 5px;*/
    /*margin-bottom: 10px;*/
    /*margin-left: 5px;*/
    /*margin-top: 10px;*/
    border: 1px solid #9e9e9e;
    border-radius: 0px;
  }

  #mobile_to_other_div .num-pad {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 12px 24px;
  }
  .invite-friends-page #mobile_to_other_div .num-pad {
    margin: 0 auto;
    max-width: 266px !important;
  }
  .invite-friends-page #mobile_to_other_div .tel {
    max-width: 266px !important;
    margin: 0 auto;

  }
  #mobile_to_other_div .num {
    /*border: 1px solid #9e9e9e;*/
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 40px;
    /*background-color: #fff;*/
    color: #333;
    cursor: pointer;
  }

  #mobile_to_other_div .num:hover {
    /*background-color: #9e9e9e;*/
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
  }

  #mobile_to_other_div .txt,#mobile_to_other_div .del-num {
    font-size:22px;
    text-align: center;
    margin-top: 6px;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    color: #fff;
  }

  #mobile_to_other_div .small {
    font-size: 15px;
  }

  #mobile_to_other_div .txtbtn {
    font-size: 30px;
    margin-left: 13px;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    color: #333;
  }


  #mobile_to_other_div .btn {
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
  }

  #mobile_to_other_div .btn:hover {
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
  }

  #mobile_to_other_div .spanicons {
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
  }

  #mobile_to_other_div .spanicons:hover {
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
  }

  #mobile_to_other_div .active {
    color: #3498db;
  }
  /*num pad*/

  .sentAlready {
    color: #e8757d;
  }

  .btn-toggle-go-live{
    position: absolute;
    top: 15px;
    left: -40px;
  }
  /*go live end*/





  @media (min-width: 1200px)
  {
    .nk-fmg-body.profile-shown {
     padding-right: 325px;
   }
 }

 .team .user-avatar.lg img{
  height: 80px;
  width: 80px;
}


/*.user-card .user-avatar{
  background: transparent!important;
  }*/
/*.nk-chat-head-user .user-card .user-avatar{
  background: #e8757d!important;
  }*/

  .team .user-avatar .btn-round{ margin:0px  5px 0 5px; font-size: 12px;}
  /*.team .team-statistics span{font-size: 12px;}*/
  .persona-community-row .active-post-stories figure.post-img {
    position: relative;
  }

  .persona-community #black-bg .persona-community-row img{
    max-height: 500px;
  }
  .persona-community-row .active-post-stories .post-img img {
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    margin: 0 auto;
  }
  .persona-community-row {
    margin: 0px 15%;
  }
  .persona-community-row .active-post-stories .record-story span.rounded-circle{
    position: absolute;
    top: 32px;
    left: 35px;
    color: var(--label-color)!important;
  }
  .persona-community-row .active-post-stories figcaption {
    font-size: 13px;
    margin: 5px;
  }
  .latestSectionWrap .topBorderPatch .dot {
    height: 17px;
    vertical-align: middle;
    width: 17px;
    margin-bottom: 3px;
    margin-right: 4px;
    background-color: #e14954;
    border-radius: 50%;
    display: inline-block;
  }
  .persona-community-row textarea#timelineMessage {
    padding-top: 15px;
    color:#fff;
  }
  .persona-community-row .post-form-img-div .form-group {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .persona-community-row textarea#timelineMessage {
    border-radius: 5px;
    line-height: 22px;
    padding: 4px 10px;
    /*height: 31px;*/
  }
  .persona-community-row .post-form-img-div {
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  .persona-community-row .timeline-post-btnlist .timeline-post-btn {
    display: inline-block;
    vertical-align: middle;
  }
  .persona-community-row .latestSectionWrap .timelinePost .btn:hover {
    background-color: var(--commn-search-bg-color,#111111);
  }

  .persona-community-row .latestSectionWrap .timelinePost .btn {
    line-height: 15px;
    align-items: center;
    font-size: 13px;
    padding: 7px 30px;
    width: 100%;
    display: flex;
    color: var(--label-color);
  }
  .persona-community-row .latestSectionWrap .timelinePost .timeline-post-btnlist .btn em {
    font-size: 25px;
  }
  .persona-community-row .latestSectionWrap .timelinePost .timelinePostSubmit em {
    color: #f50707;
    padding: 0px 5px 0 0;
    font-size: 20px !important;
  }
  .nav-tabs .nav-link{
    font-weight:500;
  }
  .nk-reply-form.cloud-qrcode{
    border: none;

  }
  .cloud-qrcode .nk-reply-form-header,
  .cloud-qrcode .nk-reply-form-tools
  {
    border: none;
  }

  .chat-msg-count{
    border-radius: 50%;
    font-size: 10px;
    /*padding: 7px 0px;*/
    font-weight: 600;
  }
  .msg-delivered{
    color:var(--theme-color-primary)!important;
  }

  .chat .chat-msg:hover{
    /*background-color: var(--main-bg-color, #131313) !important;*/
    cursor: pointer;
  }
  .selected-chat-msg{
    /*background-color: #152a46 !important;*/
  }

  .admin-channel-manage .slots{ 
    width: 100%;
    overflow: initial;
    white-space: nowrap;
    height: 45px;
    margin: 5px 0px!important;
  }

   .cloud-go-live, .cloud-community, .cloud-community-post{
    padding: 52px 0 0 0!important;
  }



  .dark-mode .nk-order-ovwg-data .info strong, .dark-mode .user-activity .amount, .dark-mode .invest-data-history .amount, .dark-mode .analytic-data .amount, .dark-mode .traffic-channel-data .amount, .dark-mode .analytics-map-data .amount, .dark-mode .device-status-data .amount, .dark-mode .invest-ov .amount, .dark-mode .profile-balance-amount .number {
    color: #fff;
    font-size: 12px;
  }

  .d-file-name {
    word-wrap: break-word;
    width: 280px;
  }

  .nk-file-details-row .breadcrumb-item a {
    word-wrap: break-word;
    width: 160px;
  }

  .nk-fmg-body-content {
    padding-top: 5.25rem;
  }

  .team-details {
    height: 46px;
  }
  .wider .profile-ud-value {
    text-align: left!important;
    margin-left: 50px;
  }

  .nk-file-actions .asterisk1 {
    position: absolute;
    display: inline-flex;
    right: 30px;
    top: 100%;
    transform: translateY(-50%);
  }
  .nk-file-actions .asterisk1 em{
    color: #e14954;
  }

  .draggable-file{
    z-index: 9;
  }
  .ui-droppable-hover{
    outline: 1px solid #e14954;
  }

  /*custom tooltip*/
  /*.ui-tooltip .arrow:after {
    background: black;
    border: none;
  }*/
  /*.ui-tooltip {*/

   /*position: absolute!important;
   transform: translate3d(79px, 164px, 0px)!important;
   left: 0px!important;
   will-change: transform!important;*/

  /* border: none;
   margin: 0;
   font-family: Roboto, sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
   font-style: normal;
   font-weight: 400;
   line-height: 1.65;
   text-align: left;
   text-align: start;
   text-decoration: none;
   text-shadow: none;
   text-transform: none;
   letter-spacing: normal;
   word-break: normal;
   word-spacing: normal;
   white-space: normal;
   line-break: auto;
   font-size: 0.8125rem;
   word-wrap: break-word;
   padding: 0px!important;

 }
 .arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}
.arrow.top {
  top: -16px;
  bottom: auto;
}
.arrow.left {
  left: 20%;
}
.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.ui-tooltip-content {
  max-width: 200px;
  padding: 0.25rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #1f2b3a;
  border-radius: 3px;
}
.ui-widget-shadow {
  box-shadow: unset!important;
}
.ui-widget.ui-widget-content {
  background: var(--btn-light-color,#1f1f1f) !important;
  border: none!important;
}

.ui-widget {
  font-size: 0.9em!important
}

.ui-tooltip-content::after {
  top: calc(50% - 10px); 
  left: -10px;
  border-color: transparent #1f2b3a;
  border-width: 10px 10px 10px 0;
  content: '';
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}*/
/*tooltip end*/

.pictureContainer {
  position: relative;
  text-align: center;
  height: 200px;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.125rem + 2px);
  margin-bottom: 0;
}

.pictureContainer .pictureWrap .pictureInput {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.pictureContainer .pictureWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #e84534;
}

/*custom tooltip*/

#profile-list .user-avatar{
  background: transparent!important;
}

.btn-custom-active{
  background: #3c4d62;
  color: #fff;
  border: 1px solid transparent;
}

#persona-story-list{
  margin-top: -40px;
}

.record-story img,
#persona-story-list img
{
  border-radius: 50%;
  /*width: 80px !important;*/
  height: auto;
  margin: 0 auto;
}
.record-story span.btn{
  position: relative;
  top: -63px;
  right: -20px;
}
.record-story em.ni-plus{
  font-size: 25px;    
}
.story-time{
  font-size: 12px;
  font-weight: normal;
  padding-top: 3px;
}


.active-postslider .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
}
.active-postslider .owl-dot {
  width: 100%;
  background: var(--btn-primary-color,#ec1610) !important;
  margin-right: 2px;
}

.active-postslider .owl-dots .owl-dot.watched {
  background: #869791!important;
}

.active-postslider .owl-theme .owl-dots .owl-dot span {
  width: 0%;
  height: 4px;
  margin: 0px 0px !important;
  display: block;
  transition: width 0ms ease 0s;
}

.cloud-community .nk-msg-body{
  pointer-events: all!important;
}

@media (max-width: 576px) {

  .video-player-div{
    margin-top: 70px;
  }
  .chat-home{
    padding-top: 90px;
  }

  .record-story img,
  #persona-story-list img
  {
    width: 60px !important;
    height: 60px;
  }

  .wider .profile-ud-value {
    text-align: left!important;
    margin-left: 0px;
    width: 80px;
  }
}

/*silo mail*/
/*.nk-ibx-item.is-unread {
  background: rgb(31 31 31)!important;
  }*/
  /*silo mail*/

  /*theme*/
  body.dark-mode {
    background: var(--main-bg-color,#131313)!important;
    /*color: #b6c6e3;*/
  }

  .dark-mode .nk-ibx-label-text, .dark-mode .nk-ibx-menu-text, .dark-mode .attach-item a, .dark-mode .user-contacts li, .dark-mode .nk-ibx-context-text .heading, .dark-mode .chat-option-link:hover .lead-text, .dark-mode .user-plan-title{
    color: var(--input-txt-color,#ffffff)!important;
  }
  .device-status-data .title{
    color: var(--input-txt-color,#ffffff)!important;
  }

  .dark-mode .chat-item:hover, .dark-mode .chat-item.current, .dark-mode .chat-item:hover .chat-actions, .dark-mode .chat-members .user-card:hover, .dark-mode .chat-members .user-actions, .dark-mode .nk-profile-content, .dark-mode .nk-msg-item.active, .dark-mode .nk-msg-item.current, .dark-mode .channel-list a:hover, .dark-mode .channel-list a.active { 
    background: var(--bg-color-1,#1f1f1f)!important;
  }
  .dark-mode .nk-sidebar, .dark-mode .nk-sidebar.is-light, .dark-mode .nk-header.is-theme:not([class*=bg-]), .dark-mode .nk-header, .dark-mode .nk-header.is-light:not([class*=bg-]), .dark-mode .nk-header.is-dark:not([class*=bg-]) {
    background: var(--header-bg-color,#1b1b1b)!important;
  }

  .asterisk-on {
    color: var(--btn-primary-color,#ec1610); /* Removed important tag rohan 19-2-22 */
  }
  .asterisk a:hover, .asterisk a.active {
    color: var(--btn-primary-color,#ec1610); /* Removed important tag rohan 19-2-22 */
  }
  .dark-mode .code-block, .dark-mode .card-preview, .dark-mode .card .card-inner + .table .tb-tnx-head, .dark-mode .card-bordered, .dark-mode .kanban-add-task, .dark-mode .kanban-board-header, .dark-mode .kanban-item, .dark-mode .kanban-board .kanban-drag:empty, .dark-mode .accordion-item:not(:last-child) .accordion-head, .dark-mode .accordion-item:not(:last-child) .accordion-inner, .dark-mode .accordion-item:last-child .accordion-inner, .dark-mode .nk-download {
    border-color: var(--commn-border-color,#111111)!important;;
  }
  .form-icon .icon{
    color: var(--text-color-primary,#90acdf)!important;
  }
  .dark-mode .dropdown-menu{
    border-color: var(--table-border-color,#30303)!important;
  }
  .bg-purple{
   background-color: var(--btn-primary-color,#ec1610)!important;
 }
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
   border:  var(--table-border-color,#30303) !important;
   /*background:  var(--btn-light-color,#1f1f1f) !important;*/
   background:  var(--secondary-bg-color,#1f1f1f) !important;
   color:  var(--input-txt-color,#ffffff)!important;
   font-weight: bold;
 }
 .dark-mode .nk-tb-list.is-separate .nk-tb-item > .nk-tb-col, .dark-mode .nk-tb-list.is-separate .nk-tb-item:hover .nk-tb-action-hidden{
  background: var(--table-head-bg-color)!important;
 }
 label > span{
  color: var(--input-txt-color,#ffffff)!important;
 }
 .ui-widget-content{
  color: var(--input-txt-color,#ffffff)!important;

}
.ui-widget-header {
  border:  var(--table-border-color,#30303) !important;
  background:  var(--btn-light-color,#1f1f1f) !important;
  color:  var(--input-txt-color,#ffffff)!important;
  font-weight: bold;
}
/*.text-primary, .link-primary {
    color: var(--btn_primary_hover) !important;
    }*/
    /*.dark-mode .accordion, .dark-mode .form-clip, .dark-mode .form-text-hint, .dark-mode .card-aside, .dark-mode .code-block, .dark-mode .alert-pro, .dark-mode .modal-content, .dark-mode .toastr, .dark-mode .toggle-content, .dark-mode .nav-switch-s2 .nav-link:hover, .dark-mode .nav-switch-s2 .nav-link:focus, .dark-mode .nav-switch-s2 .nav-link.active, .dark-mode .select2-container--default .select2-selection--single, .dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown, .dark-mode .custom-file-label, .dark-mode .custom-select, .dark-mode .popover, .dark-mode .search-wrap, .dark-mode .form-control, .dark-mode .form-label-outlined, .dark-mode .input-mail, .dark-mode .page-link, .dark-mode .ui-timepicker-standard, .dark-mode .note-editor, .dark-mode .note-toolbar, .dark-mode .tox .tox-edit-area__iframe, .dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord, .dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow, .dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu, .dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover, .dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover, .dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused, .dark-mode .datepicker .datepicker-switch:hover, .dark-mode .datepicker .prev:hover, .dark-mode .datepicker .next:hover, .dark-mode .datepicker tfoot tr th:hover {*/
     .dark-mode input, textarea, select, ul.select2-selection__rendered,.select2-selection{  
      background: var(--input-bg-color,#000000);
    }

    ul.select2-selection__rendered{  
      background: transparent !important;
    }

    .apps-menu .nk-menu-link:before {
      background: var(--icon-hover-color,#ee1717) !important;;
    }
    .active > .nk-menu-link, .is-dark .nk-menu-link:hover, .is-dark .active > .nk-menu-link, .is-dark .nk-menu-link:hover .nk-menu-icon, .is-dark .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .is-dark .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
      /*color: var(--btn-primary-color,#ec1610); /* Removed important tag rohan 19-2-22 */*/
      color:var(--sidebar-menu-color);        
    }
    .dark-mode .link-list-menu a:hover, .dark-mode .link-list-menu a.active, .dark-mode .list-plain a:hover, .dark-mode .list-plain a.active {
      color: var(--icon-hover-color,#ee1717) !important;
    }
    .dark-mode .nk-menu-link:hover, .nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon, .nk-menu-link:hover .count, .nk-menu-sub .nk-menu-link:hover, .nk-menu-sub .active > .nk-menu-link, .nk-menu-sm .nk-menu-link:hover, .nk-menu-main .nk-menu-link:hover, .nk-menu-main .nk-menu-link:focus, .nk-menu-main .nk-menu-item.active > .nk-menu-link, .nk-menu-main .nk-menu-item.current-menu > .nk-menu-link, .nk-menu-main .nk-menu-item:hover > .nk-menu-link, .is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link, .active > .nk-menu-link, .active > .nk-menu-link .count, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active, .nav-tabs .nav-item.active .nav-link, .nk-menu-footer .nk-menu-icon, .nk-menu-footer .nk-menu-link:hover, .nk-footer-copyright a:hover .page-link:hover, .list-plain a:hover, .link-check li a:hover, .link-list a:hover, .link-list-opt a:hover, .link-list-plain a:hover, .link-list-menu li.active > a, .link-list-menu a.active, .link-list-menu a:hover, .link-list-menu li.active > a .icon, .link-list-menu a.active .icon, .link-list-menu a:hover .icon, .link-list-menu li.active > a:after, .link-list-menu a.active:after, .link-list-menu a:hover:after, .list-checked li:before, .list-step li.list-step-current:before, .accordion-s2 .accordion-head .title, .accordion-s3 .accordion-head .title, .badge-outline-primary, .badge-dim.badge-primary, .badge-dot.badge-primary, .badge-dim.badge-outline-primary, .alert-primary, .form-clip, .form-text-hint, .search-submit:hover, .nk-news-icon .icon, .attach-item .icon, .attach-download:hover span, .nk-reply-meta-info .whom, .nk-msg-tags li > span .icon, .nk-msg-menu-item a:hover, .nk-msg-menu-item.active a, .user-balance, .user-avatar[class*="-primary-dim"], .nk-order-ovwg-data.sell .amount, .nk-order-ovwg-data.sell .title .icon, .nk-wg-action-content p strong, a, .dropzone .dz-message-text span, .nk-switch-icon.active, .link-list-plain a .icon, .chat-upload-option a, .is-unread .chat-context .status, .add-opt:hover .sub-text, .add-opt:hover .icon, .icon[class*="bg-primary-dim"] {
      color: var(--input-txt-color,#ffffff) ;
    }


    .dark-mode .nk-fmg-menu-item .icon{
      color: var(--input-txt-color,#ffffff) !important;
    }
    .nk-fmg-status-info{
      color: var(--input-txt-color,#ffffff) !important;
    }
    .nk-file-desc li{
      color: var(--input-txt-color,#ffffff) !important;
    }
    .dark-mode .nk-menu-link:hover, .dark-mode .link-dark:hover,
    .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link:hover{
      /*.dark-mode .link-list a:hover {*/
        color: var(--icon-hover-color,#ee1717) !important;
      }
      /*added by anuradha to fix user log out dropdown start*/
      .dark-mode .dropdown-menu,.dark-mode .dropdown-menu a{
        color: var(--dropdown-txt-color)!important;
      }
      .dropdown-item:hover, .dropdown-item:focus{
        background-color: var(--main-bg-color)!important;
        color: var(--theme-color-primary)!important;
      }
      .dark-mode .dropdown-menu .link-list a {
        padding-left: 10px;
      }
      .dark-mode .dropdown-menu .link-list li:hover {
        background-color: var(--main-bg-color,#2a3a4e);        
      }
      .dropdown-menu .dropdown-inner{
        padding: 0;
      }
      /*added by anuradha to fix user log out dropdown end*/
      .dark-mode .nk-menu-link:hover, .dark-mode .link-dark:hover, .dark-mode .nk-menu-main .nk-menu-sub .nk-menu-link:hover, .dark-mode .link-list a:hover {
        color: #e14954;
      }
      .sub-text{
        color: var(--input-txt-color,#ffffff);
      }
      .is-dark .nk-menu-icon{
        color: var(--input-txt-color,#ffffff);
      }
/*.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6, .dark-mode .lead-text, .dark-mode .dropdown-title, .dark-mode pre {
    color: var(--text-color-primary,#90acdf) !important;
}
.nk-menu-link:hover, .nk-menu-link:hover .nk-menu-icon, .nk-menu-item.active > .nk-menu-link .nk-menu-icon, .nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon, .nk-menu-link:hover .count, .nk-menu-sub .nk-menu-link:hover, .nk-menu-sub .active > .nk-menu-link, .nk-menu-sm .nk-menu-link:hover, .nk-menu-main .nk-menu-link:hover, .nk-menu-main .nk-menu-link:focus, .nk-menu-main .nk-menu-item.active > .nk-menu-link, .nk-menu-main .nk-menu-item.current-menu > .nk-menu-link, .nk-menu-main .nk-menu-item:hover > .nk-menu-link, .is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link, .active > .nk-menu-link, .active > .nk-menu-link .count, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active, .nav-tabs .nav-item.active .nav-link, .nk-menu-footer .nk-menu-icon, .nk-menu-footer .nk-menu-link:hover, .nk-footer-copyright a:hover .page-link:hover, .list-plain a:hover, .link-check li a:hover, .link-list a:hover, .link-list-opt a:hover, .link-list-plain a:hover, .link-list-menu li.active > a, .link-list-menu a.active, .link-list-menu a:hover, .link-list-menu li.active > a .icon, .link-list-menu a.active .icon, .link-list-menu a:hover .icon, .link-list-menu li.active > a:after, .link-list-menu a.active:after, .link-list-menu a:hover:after, .list-checked li:before, .list-step li.list-step-current:before, .accordion-s2 .accordion-head .title, .accordion-s3 .accordion-head .title, .badge-outline-primary, .badge-dim.badge-primary, .badge-dot.badge-primary, .badge-dim.badge-outline-primary, .alert-primary, .form-clip, .form-text-hint, .search-submit:hover, .nk-news-icon .icon, .attach-item .icon, .attach-download:hover span, .nk-reply-meta-info .whom, .nk-msg-tags li > span .icon, .nk-msg-menu-item a:hover, .nk-msg-menu-item.active a, .user-balance, .user-avatar[class*="-primary-dim"], .nk-order-ovwg-data.sell .amount, .nk-order-ovwg-data.sell .title .icon, .nk-wg-action-content p strong, a, .dropzone .dz-message-text span, .nk-switch-icon.active, .link-list-plain a .icon, .chat-upload-option a, .is-unread .chat-context .status, .add-opt:hover .sub-text, .add-opt:hover .icon, .icon[class*="bg-primary-dim"] {
    color: var(--text-color-primary,#90acdf) !important;
    }*/
    /*//#ec1610*/
    /*theme*/
    .dark-mode .close{
      color: var(--btn-txt-color,#ffffff)!important;  
    }

    #emailComposeForm .nk-reply-form-input, #emailReplyForm .nk-reply-form-input{
      background: #111111;
    }
    .dark-mode .team-info li span:last-child, .dark-mode .team-statistics li span:first-child, .dark-mode .project-progress-percent, .dark-mode .kanban-title-content .title, .dark-mode .card-tools-nav li a:hover, .dark-mode .card-tools-nav li a.active, .dark-mode .card-tools-nav li.active a, .dark-mode .card-amount .amount, .dark-mode .accordion-head .title, .dark-mode .custom-file-label::after, .dark-mode .input-mail, .dark-mode .form-control, .dark-mode .form-control:focus, .dark-mode .form-label, .dark-mode .form-label-outlined, .dark-mode .input-group-text, .dark-mode .table .thead-light th, .dark-mode .user-name, .dark-mode .nk-news-text p, .dark-mode .data-item:hover .icon, .dark-mode .accordion-icon, .dark-mode .form-control::placeholder{
      color: var(--input-txt-color)!important; /* Removed custom secodary color rohan 19-2-22 */
    }
    .dark-mode .team-info li span:first-child, .dark-mode .team-statistics li span:last-child, .dark-mode .project-progress-task, .dark-mode .table, .dark-mode .nk-tb-list, .dark-mode .nk-tb-list .tb-amount span, .dark-mode .nk-tb-list .tb-amount .currency, .dark-mode .tb-tnx-item .tb-tnx-total, .dark-mode .tb-odr-item .tb-odr-total, .dark-mode .user-balance-sub span,  .dark-mode .pln, .dark-mode .overline-title, .dark-mode .nk-block-des strong, .dark-mode .data-item:hover .data-value, .dark-mode .data-item:hover .data-label, .dark-mode .nk-notification-text, .dark-mode .profile-ud-value, .dark-mode .bq-note-meta span > span, .dark-mode .tagify__tag > div, .dark-mode .popover-body, .dark-mode .input-mail::placeholder, .dark-mode .list-apps-title{
      color: var(--input-txt-color,#ffffff)!important;
    }
    .dark-mode .icon[class*="bg-secondary-dim"], .dark-mode .user-avatar[class*="-light"], .dark-mode .icon[class*="bg-light"] {
      color: var(--input-txt-color,#ffffff)!important;

    }
    .dark-mode .border, .dark-mode .border-bottom, .dark-mode .border-top, .dark-mode .border-left, .dark-mode .border-right, .dark-mode .dropdown-inner + .dropdown-inner, .dark-mode .dropdown-head, .dark-mode .dropdown-foot, .dark-mode .preview-hr, .dark-mode .select2-container--default .select2-selection--single, .dark-mode .ql-picker-options, .dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown, .dark-mode .select2-container--default .select2-search--dropdown .select2-search__field, .dark-mode .ui-timepicker-standard, .dark-mode .ql-toolbar, .dark-mode .ql-container, .dark-mode .note-editor, .dark-mode .note-toolbar, .dark-mode .tox .tox-menubar, .dark-mode .tox-toolbar-overlord, .dark-mode .tox-tinymce, .dark-mode .tox .tox-toolbar__group:not(:last-of-type), .dark-mode .tox .tox-statusbar, .dark-mode .tox .tox-menu, .dark-mode .tox-toolbar, .dark-mode .tox-editor-header, .dark-mode .tox .tox-toolbar, .dark-mode .tox .tox-toolbar__primary, .dark-mode .tox .tox-toolbar__overflow, .dark-mode .tox .tox-collection--list .tox-collection__group, .dark-mode .note-btn-group .note-btn, .dark-mode .note-statusbar, .dark-mode .nk-code-preview-box, .dark-mode .swal2-footer, .dark-mode .example-border-all > div, .dark-mode .btn-toolbar-sep, .dark-mode .page-link, .dark-mode .table th, .dark-mode .table td, .dark-mode .table-bordered, .dark-mode .table-bordered th, .dark-mode .table-bordered td, .dark-mode .datatable-wrap, .dark-mode .nk-tb-head .nk-tb-col, .dark-mode .list-apps + .list-apps, .dark-mode .list-group-item, .dark-mode .modal-header, .dark-mode .modal-footer, .dark-mode .popover, .dark-mode .popover-header, .dark-mode .tagify__tag > div::before, .dark-mode .tagify__tag:hover:not([readonly]) div::before, .dark-mode .nk-tb-item:not(:last-child) .nk-tb-col, .dark-mode .nk-activity-item:not(:last-child), .dark-mode .nk-support-item:not(:last-child), .dark-mode .card-inner-group .card-inner:not(:last-child), .dark-mode .card-aside, .dark-mode .nav-tabs, .dark-mode .divider, .dark-mode .data-item:not(:last-child), .dark-mode .nk-footer, .dark-mode .nav-switch-s2 .nav-link, .dark-mode .user-avatar-multiple .user-avatar{
     border-color: var(--table-border-color,#2f2f2f) !important;
   }
   .dark-mode .nk-block-des, .dark-mode .card-title p, .dark-mode .nk-sale-data .sub-title, .dark-mode .link-check li span, .dark-mode .data-value, .dark-mode .custom-file-label, .dark-mode .custom-select, .dark-mode .form-control-select-multiple .custom-select option, .dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered, .dark-mode .select2-container--default .select2-selection--multiple .select2-selection__rendered, .dark-mode .ui-timepicker-standard a, .dark-mode .note-placeholder, .dark-mode [class*="knob"], .dark-mode .tox .tox-tbtn:hover, .dark-mode .tox .tox-statusbar a, .dark-mode .tox .tox-statusbar__path-item, .dark-mode .tox .tox-statusbar__wordcount, .dark-mode .tox-collection__item-label > *, .dark-mode .nk-quick-nav-icon, .dark-mode .dropzone .dz-message span, .dark-mode .datepicker table tr td.today, .dark-mode .datepicker table tr td.today:hover, .dark-mode .datepicker table tr td.today.disabled, .dark-mode .datepicker table tr td.today.disabled:hover, .dark-mode .datepicker table tr td.day:hover, .dark-mode .datepicker table tr td.day.focused, .dark-mode .page-link, .dark-mode .alert-pro, .dark-mode .nk-news-text p span, .dark-mode .language-item, .dark-mode .nk-tb-list .tb-lead-sub, .dark-mode .nk-tb-list .tb-amount-sub{
    color: var(--input-txt-color,#ffffff) !important;
  }
  .chat-meta li{
    color: var(--text-color-primary,#90acdf) !important;
  }
  .text-soft{
    color: var(--text-color-primary,#90acdf) !important;
  }
  .dark-mode .note-editor .btn, .dark-mode .ql-picker, .dark-mode .tox .tox-tbtn__select-label, .dark-mode .tox .tox-mbtn__select-label, .dark-mode .lead-text span, .dark-mode .data-list-s2 .data-label, .dark-mode .dropdown .btn.btn-icon:not(.btn-light), .dark-mode .list-step li.list-step-done{
    color: var(--text-color-primary,#90acdf) !important;
  }
  .dark-mode .btn-trigger:before, .dark-mode .btn-trigger.active:hover:before, .dark-mode .nk-quick-nav-icon:before {
    background-color:var(--main-bg-color,#131313) !important;
  }
  .dark-mode h1, .dark-mode h2, .dark-mode h3,.dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6, .dark-mode .lead-text, .dark-mode .dropdown-title, .dark-mode pre{
    color: var(--input-txt-color,#ffffff) !important;
    
  }
  .dark-mode .nk-files-view-list .nk-file > div {
    background: var(--table-row-evenbg-color,#141c26)!important;
  }
  /*.btn:hover {
   color: var(--input-txt-color,#ffffff)!important;
   }*/
   .profile-ud-label{
     color: var(--text-color-primary,#90acdf)!important;
   }
   .dark-mode .bg-danger-dim{
    background-color:var(--main-bg-color,#131313) !important;

  }

  #emailComposeForm .nk-reply-form-input, #emailReplyForm .nk-reply-form-input{
    background: transparent ;
  }

  a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #e14954 !important;
  }
  #CalenderModalEdit #manager_div textarea{
    padding: 0.4375rem 1rem!important;
  }
  .fc-timeGridWeek-button,.fc-timeGridDay-button ,.fc-listWeek-button,.fc-dayGridMonth-button{
    color: var(--label-color)!important;
  }
/*  comment by sourabh*/
  /*#calendar button.btn.btn-primary.active{
    color: var(--btn-txt-color)!important;
  }*/
  .fc a.fc-event{
    color: #fff!important;
    background: var(--theme-color-primary)!important;
    border: 1px solid var(--theme-color-primary)!important;
  }
  .fc-event-main-frame{
    color: #fff!important;
  }
  .dark-mode .btn-dim.btn-danger,.dark-mode .btn-white.btn-outline-light{
      background: var(--secondary-bg-color)!important;
  }

  .fc-list-day-cushion{
     background: var(--main-bg-color,#141c26)!important;
  }
  .dark-mode .btn-light{
    color: var(--btn-txt-color,#ebeef2)!important;
    background: var(--btn-bg-color,#000);
  }
   .dark-mode .btn-light:hover{
    color: var(--btn-bg-color,#ebeef2)!important;
  }
  .fc-timeGridWeek-button:hover,.fc-timeGridDay-button:hover ,.fc-listWeek-button:hover{
    color: var(--btn-txt-color)!important;
  }
  .dark-mode .nk-tb-item:not(.nk-tb-head):hover{
        background: var(--main-bg-color)!important;
  }
  .card-aside-wrap .card-content{
    background-color: var(--bg-color-1,#131313) !important;
  }
/*.dark-mode .nk-msg-profile-toggle, .dark-mode .custom-control-label::before, .dark-mode .form-control, .dark-mode .input-mail, .dark-mode .custom-file-label, .dark-mode .input-group-text, .dark-mode .custom-select, .dark-mode .swal2-input, .dark-mode .swal2-file, .dark-mode .swal2-textarea, .dark-mode .select2-container--default .select2-selection--single, .dark-mode .select2-container--default .select2-selection--multiple, .dark-mode .select2-dropdown, .dark-mode .note-popover .popover-content .dropdown-style > li[aria-label="pre"], .dark-mode .note-editor .note-toolbar .dropdown-style > li[aria-label="pre"], .dark-mode .link-bdr-t, .dark-mode .link-check + .link-check, .dark-mode .link-tidy li + li, .link-tidy .dark-mode li + li, .dark-mode .link-list + .link-list, .link-list-opt .dark-mode li + li, .dark-mode .link-list-plain li + li, .link-list-plain .dark-mode li + li, .dark-mode .link-check + .link-check, .dark-mode .link-tidy li + li, .dark-mode .link-list + .link-list, .dark-mode .link-list-plain li, .dark-mode .link-list-plain li + li{
  background-color: var(--input-bg-color)!important;
  }*/
  .dark-mode .modal-body .nk-msg-profile-toggle, .dark-mode .modal-body .custom-radio .custom-control-label::before, .dark-mode .modal-body .custom-radio .form-control, .dark-mode .modal-body .custom-radio .input-mail, .dark-mode .modal-body .custom-radio .custom-file-label, .dark-mode .modal-body .custom-radio .input-group-text, .dark-mode .modal-body .custom-radio .custom-select, .dark-mode .modal-body .custom-radio .swal2-input, .dark-mode .modal-body .custom-radio .swal2-file, .dark-mode .modal-body .custom-radio .swal2-textarea, .dark-mode .modal-body .custom-radio .select2-container--default .select2-selection--single, .dark-mode .modal-body .custom-radio .select2-container--default .select2-selection--multiple, .dark-mode .modal-body .custom-radio .select2-dropdown, .dark-mode .modal-body .custom-radio .note-popover .popover-content .dropdown-style > li[aria-label="pre"], .dark-mode .modal-body .custom-radio .note-editor .note-toolbar .dropdown-style > li[aria-label="pre"], .dark-mode .modal-body .custom-radio .link-bdr-t, .dark-mode .modal-body .custom-radio .link-check + .link-check, .dark-mode .modal-body .custom-radio .link-tidy li + li, .link-tidy .dark-mode .modal-body .custom-radio li + li, .dark-mode .modal-body .custom-radio .link-list + .link-list, .link-list-opt .dark-mode .modal-body .custom-radio li + li, .dark-mode .modal-body .custom-radio .link-list-plain li + li, .link-list-plain .dark-mode .modal-body .custom-radio li + li, .dark-mode .modal-body .custom-radio .link-check + .link-check, .dark-mode .modal-body .custom-radio .link-tidy li + li, .dark-mode .modal-body .custom-radio .link-list + .link-list, .dark-mode .modal-body .custom-radio .link-list-plain li, .dark-mode .modal-body .custom-radio .link-list-plain li + li{
    background-color: var(--text-color-primary)!important;

  }
  .card-aside-wrap .card-inner .col-md-8{
    max-height: 625px!important;
    overflow: scroll!important;
  }
/*.card-aside-wrap .card-inner{
  max-height: 650px;
  overflow-y: scroll;
  }*/

  .dark-mode .table{
    color:var(--table-txt-color )!important;  
  }
  .dark-mode .table th{
    color:var(--table-txt-color )!important;  
  }

  #emailComposeForm .nk-reply-form-nav{
    right: 12px!important;
  }

  #emailComposeForm .nk-reply-form-input-cc
  #emailComposeForm .nk-reply-form-input-bcc{
    position: relative;
  }
  #emailComposeForm .nk-reply-form-input-cc a{
    position: absolute;
    top: 63px;
    right: 10px;
  }
  #emailComposeForm .nk-reply-form-input-bcc a{
    position: absolute;
    top: 97px;
    right: 10px;
  }

  #emailComposeForm .form-control-simple{
    padding-left: 7px;
  }
  /*chat css added - divya*/
  .chat-actions{
    width: 5rem;
  }
  .chat-from .name{
    font-size: 14px;
  }
  .nk-chat-aside-head{
    padding: 1.125rem 1.25rem 0.875rem;
  }
  @media (max-width: 425px){}
  .simplebar-content-wrapper, .simplebar-scroll-content {
    margin-top: 0;
  }
}
.dropdown-menu.dropdown-menu-right.show{
  left: 56%;
}
.nk-chat-aside-user .title {
  color: var(--text-color-primary);
}
/*chat css end*/

/*sil QR css added - divya*/
.cloud-qrcode.nk-reply-form.nk-content {
  padding: 120px 4px 40px 4px;
}

/*sil QR css end*/

/*Silomail css added - divya*/
.attach-list .attach-item .icon:hover, .attach-list .attach-item span:hover{
  color: #ec1610;
}
/*Silomail css end*/
.simplebar-content {
  /*background: rgb(18 17 17 / 80%);*/
  /*background: var(--sidebar-bg-color,#000000);*/
}

/*Added br Anuradha 11may*/
.simplebar-content-wrapper{
 background: transparent!!important;
}
.nk-chat-body {
  background: transparent!important;
}

.cloud-file-explorer .nk-fmg-body-content {
  padding-top: 3.25rem;
  padding-left: initial;
  padding-right: 0;
}
@media only screen and (max-width: 600px){ 
 .cloud-file-explorer .nk-fmg-body-content{
  padding-top: 7.25rem;
}

}

/*chat module hover divya*/
a.btn.btn-icon.btn-sm.btn-trigger.dropdown-toggle {
     margin-right:12px; 
}
.dropdown-menu.dropdown-menu-right.profile.show {
    top: 10px!important;
    left: 170px!important;
}
.dropdown-menu.dropdown-menu-right.show{
  top: 10px;
}
.dropzone.dz-started .dz-message{
  display: block!important;
}
.dark-mode .nk-quick-nav-icon:before{
  background-color: transparent!important;
}
.dark-mode .close:hover{
  color: var(--btn-txt-color)!important;
}
.dark-mode .form-label{
  color: var(--text-color-primary)!important;
}
.user-paypal-settings .form-label, #professional-info-form .form-label{
    color: var(--text-color-primary)!important;
}
.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field{
  background: var(--main-bg-color)!important;
}