@font-face {
  font-family: "kohinoor-regular";
  src: url("../fonts/KohinoorDevanagari-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kohinoor-medium";
  src: url("../fonts/KohinoorDevanagari-Medium.woff") format("woff");
  font-weight: medium;
  font-style: italic;
}
@font-face {
  font-family: "kohinoor-semibold";
  src: url("../fonts/KohinoorDevanagari-Semibold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "kohinoor-regular";
  color: #464646;
}
body{
    background: #E8E9EA;
}
.detail-part-custom .sidenav-custom {
    overflow-y: scroll;
}

b, strong {
    font-weight: bolder !important;
    font-family: "kohinoor-semibold" !important;
    font-weight: 600!important;
}
#main-header.scrolled {
    background-color: #fff;
    transform: translateY(0);
}
#main-header {
    transition: all 0.5s ease-in-out;
}

/*.sidenav-custom a:last-child{*/
/*       margin-bottom: 100px !important;*/
/*}*/
/*.sidenav-custom a:first-child{*/
/*       margin-top: 80px !important;*/
/*}*/
.custombtnreview {
  font-size: 14px;
  line-height: 18px;
  background: #731a56;
  -webkit-box-shadow: 0 4px 9px -4px #731a56;
          box-shadow: 0 4px 9px -4px #731a56;
  text-transform: none;
}
.custombtnreview:hover {
  background: #881c65;
  -webkit-box-shadow: 0 4px 9px -4px #731a56;
          box-shadow: 0 4px 9px -4px #731a56;
}
.custombtnreview:focus, .custombtnreview:active {
  background: #731a56;
}

.products .tableseno, .companylocation .tableseno, .giveaway .tableseno, .stationery .tableseno, .inventory .tableseno, .logos .tableseno, .imagenicon .tableseno, .downloadable .tableseno, .letterhead .tableseno {
  width: 100px;
}
.products .imgview, .companylocation .imgview, .giveaway .imgview, .stationery .imgview, .inventory .imgview, .logos .imgview, .imagenicon .imgview, .downloadable .imgview, .letterhead .imgview {
  width: 50px;
}
.products .editicon, .products .deleteicon, .companylocation .editicon, .companylocation .deleteicon, .giveaway .editicon, .giveaway .deleteicon, .stationery .editicon, .stationery .deleteicon, .inventory .editicon, .inventory .deleteicon, .logos .editicon, .logos .deleteicon, .imagenicon .editicon, .imagenicon .deleteicon, .downloadable .editicon, .downloadable .deleteicon, .letterhead .editicon, .letterhead .deleteicon {
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6e;
}

.logos .colorview {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  display: block;
}
.logos .theme-color-view {
  background: #820C59;
}
.logos .theme-color-view1 {
  background: #1A8C8C;
}
.logos .theme-color-view2 {
  border-color: #E38430;
}
.logos .theme-color-view3 {
  border-color: #9B9796;
}
.logos .theme-color-view4 {
  background: #212020;
}
.logos .theme-color-view5 {
  background: #86B8A5;
}
.logos .theme-color-view6 {
  background: #6F5B50;
}
.logos .theme-color-view7 {
  border-color: #DEAE2A;
}
.logos .theme-color-view8 {
  background: #D11920;
}
.logos .theme-color-view9 {
  background: #5A8199;
}
.logos .theme-color-view10 {
  background: #ffffff;
  border-color: #B4B3B3;
}

.custom-content-tab .box-heading .editsub-heading {
  font-size: 14px;
  line-height: 18px;
}
.custom-content-tab .box-heading .requestno {
  font-size: 14px;
  line-height: 16px;
}

.text-brand-primary {
  color: #742854;
}

.text-brand-info {
  color: #456D80;
}

.text-brand-warning {
  color: #C9A63A;
}

.text-notstart {
  color: #8A8A89;
}

.text-brand-danger {
  color: #A03D37;
}

.text-brand-success {
  color: #8BA85A;
}

textarea {
  resize: none;
}

.form-control:focus, input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e0e0e0;
}

.bg-custom-primary {
  background-color: #742854;
}

.bg-custom-brand {
  background-color: #5F7384;
}

.file-upload-wrapper {
  font-size: 14px;
  line-height: 20px;
}
.file-upload-wrapper .file-upload-cloud-icon {
  margin: 0 0 10px 0;
}
.file-upload-wrapper .file-upload-cloud-icon::before {
  opacity: 0.5;
}

.edit-service-btn .primary-custom-btn {
  background-color: #742854;
}
.edit-service-btn .primary-custom-btn:hover {
  background: #822c5e;
}
.edit-service-btn .brand-custom-btn {
  background-color: #5F7384;
}
.edit-service-btn .white-custom-btn {
  background-color: #fff;
  border: 1px solid #671344;
  color: #671344;
}
.edit-service-btn button {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  font-family: "kohinoor-medium";
}

.placeholder-text {
  color: #4f4f4f;
}
.placeholder-text::-webkit-input-placeholder {
  color: #4f4f4f;
}
.placeholder-text::-moz-placeholder {
  color: #4f4f4f;
}
.placeholder-text:-ms-input-placeholder {
  color: #4f4f4f;
}
.placeholder-text::-ms-input-placeholder {
  color: #4f4f4f;
}
.placeholder-text:focus, .placeholder-text::placeholder {
  color: #4f4f4f;
}
.placeholder-text:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type=search i]::-webkit-search-cancel-button {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
  padding: 2px;
  cursor: pointer;
}

.padding-custom {
  padding: 12px !important;
}

.paddingLR {
  padding: 0 12px !important;
}

.rms-header {
  z-index: 2;
}
.rms-header .search-custom {
  background: #f7f7f7 !important;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
}
.rms-header .logo img {
  width: 120px;
}

.search-custom .close-icon {
  cursor: pointer;
  color: #4f4f4f;
  font-size: 24px;
  line-height: 34px;
}
.search-custom .results-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0 0 4px 4px;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.search-custom .results-container .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: pointer;
}
.search-custom .results-container .result-item:last-child {
  border-bottom: none;
}
.search-custom .results-container .result-item .result-des {
  display: block;
  font-size: 12px;
  line-height: 15px;
  color: #616161;
}
.search-custom .results-container .result-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.search-custom .results-container .result-item .icon {
  font-size: 16px;
  margin-right: 5px;
}
.search-custom .results-container .result-item:hover {
  background-color: #f0f0f0;
}

.hearder-button {
  font-size: 15px;
  line-height: 18px;
  padding: 6px 0;
  color: #4f4f4f;
  background-color: #fffbfb;
}
.hearder-button:hover {
  color: #742854;
  border-color: #fff;
}

.logindeatils {
  border-left: 1px solid #fff;
}

.login-name {
  font-size: 15px;
  line-height: 18px;
}

.detail-part-custom .sidenav-custom {
      height: calc(100% - 63px);
  width: 116px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
  padding: 25px 0 0 0 !important;
}
.detail-part-custom .sidenav-custom.scrolled {
  height: calc(100% - 0px);
}
.detail-part-custom .sidenav-custom .toggle-button {
  margin: 0;
  position: absolute;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(116, 40, 84, 0.42);
  top: 15px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
}
.detail-part-custom .sidenav-custom .sidebar-link {
  padding: 15px 7px;
  font-size: 14px;
  line-height: 16px;
  color: #616161;
  display: block;
  text-align: center;
  margin: 7px;
  border-radius: 3px;
}
.detail-part-custom .sidenav-custom .sidebar-link i {
  color: #616161;
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin: 0 0 10px 0;
}
.detail-part-custom .sidenav-custom .sidebar-link.active, .detail-part-custom .sidenav-custom .sidebar-link:hover {
  border-bottom: 0;
  background: #f3f4f4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-content-tab {
  background: #E8E9EA;
  margin-left: 116px;
  width: calc(100% - 116px);
  /*dashboard*/
  /*dashboard*/
}
.custom-content-tab .box-heading {
  font-size: 22px;
  line-height: 24px;
  color: #575757;
}
.custom-content-tab .graph-box-heading {
  font-size: 18px;
  line-height: 24px;
}
.custom-content-tab input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #742854;
}
.custom-content-tab .giveway-content {
  font-size: 15px;
  line-height: 18px;
}
.custom-content-tab .dashboard-overview-data .overview-data-list {
  font-size: 13px;
  line-height: 13px;
}
.custom-content-tab .dashboard-overview-data .overview-data-list .overview-data-list-link {
  color: #4D4F5C;
}
.custom-content-tab .dashboard-overview-data .overview-data-list .overview-data-list-link.active {
  color: #742854;
}
.custom-content-tab .overview-task-lsiting {
  font-family: "kohinoor-medium";
}
.custom-content-tab .overview-task-lsiting .task-name {
  font-size: 16px;
  line-height: 20px;
  color: #43425D;
}
.custom-content-tab .overview-task-lsiting .task-number {
  font-size: 30px;
  line-height: 36px;
  display: block;
}
.custom-content-tab .overview-task-lsiting .task-number:hover {
  text-decoration: underline;
}

.box-label {
  font-size: 15px;
  line-height: 18px;
  color: #464646;
}

textarea.form-control {
  font-size: 14px;
  line-height: 20px;
}

.noteforuser {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 0 0;
  color: #671344;
}

.required::after {
  content: " *";
  color: red;
  font-size: 14px;
  line-height: 18px;
}

.add-btn {
  border: 1px solid #742854;
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}
.add-btn:hover {
  background: #822c5e;
}

.add-btn-brand {
  border: 1px solid #5F7384;
}
.add-btn-brand:hover {
  color: #5F7384 !important;
}

.select-dropdown-container .select-options-wrapper .select-options-list .select-option {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}

.select-dropdown-list input {
  padding: 8px 12px !important;
  background-color: #fff !important;
}

.login-page .login-logo {
  width: 320px;
}
.login-page .login-heading {
  font-size: 42px;
  line-height: 54px;
  color: #464646;
  font-family: "kohinoor-medium";
}
.login-page .login-heading span {
  font-size: 63px;
  line-height: 75px;
  font-family: "kohinoor-semibold";
}
.login-page .login-btn button {
  font-size: 15px;
  line-height: 18px;
}

.login-page, .products, .admindashboard, .companylocation, .giveaway, .stationery, .inventory, .logos, .imagenicon, .downloadable, .letterhead {
  background: #E8E9EA;
}

.logo-radio .form-check-input[type=radio] {
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.logo-radio .form-check-input[type=radio]:checked:after {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0.125rem;
  border-color: #fff;
  width: 0.375rem;
  height: 0.8125rem;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  margin-left: 0.25rem;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 6px;
  left: 6px;
}
.logo-radio .form-check-input[type=radio]::after {
  background-color: transparent;
}
.logo-radio .form-check-input[type=radio]::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.logo-radio .theme-color .form-check-input[type=radio], .theme-color {
  background: #820C59;
  border-color: #820C59;
}
.logo-radio .theme-color1 .form-check-input[type=radio], .theme-color1 {
  background: #1A8C8C;
  border-color: #1A8C8C;
}
.logo-radio .theme-color2 .form-check-input[type=radio], .theme-color2 {
  background: #E38430;
  border-color: #E38430;
}
.logo-radio .theme-color3 .form-check-input[type=radio], .theme-color3{
  background: #9B9796;
  border-color: #9B9796;
}
.logo-radio .theme-color4 .form-check-input[type=radio], .theme-color4 {
  background: #212020;
  border-color: #212020;
}
.logo-radio .theme-color5 .form-check-input[type=radio], .theme-color5 {
  background: #86B8A5;
  border-color: #86B8A5;
}
.logo-radio .theme-color6 .form-check-input[type=radio], .theme-color6 {
  background: #6F5B50;
  border-color: #6F5B50;
}
.logo-radio .theme-color7 .form-check-input[type=radio], .theme-color7 {
  background: #DEAE2A;
  border-color: #DEAE2A;
}
.logo-radio .theme-color8 .form-check-input[type=radio], .theme-color8 {
  background: #D11920;
  border-color: #D11920;
}
.logo-radio .theme-color9 .form-check-input[type=radio], .theme-color9 {
  background: #5A8199;
  border-color: #5A8199;
}
.logo-radio .theme-color10 .form-check-input[type=radio], .theme-color10 {
  background: #ffffff;
  border-color: #B4B3B3;
}
.logo-radio .theme-color10 .form-check-input[type=radio]:checked:after {
  border-color: #B4B3B3;
}

@media (max-width: 1350px) {
  .select-dropdown-list .select-arrow {
    background: #fff;
    right: 10px;
    width: 20px;
  }
  .custom-content-tab .form-control {
    font-size: 14px;
  }
  .custom-content-tab .giveway-content {
    font-size: 14px;
    line-height: 20px;
  }
  .login-page .login-logo {
    width: 220px;
  }
  .add-btn {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 1200px) {
  .rms-header .logo img {
    width: 98px;
  }
  .custom-content-tab .overview-task-lsiting .task-name {
    font-size: 15px;
  }
  .edit-service-btn button {
    font-size: 15px;
    padding: 10px 15px;
  }
  .add-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 10px;
  }
}
@media (max-width: 767px) {
  .rms-header .logo img {
    width: 90px;
  }
  .mobile-search i, .mobile-login i {
    font-size: 18px;
    line-height: 18px;
  }
  .logindeatils {
    border-left: 0;
  }
  .mobile-req .hearder-button {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 5px !important;
    display: block;
    background: #fff;
    color: #742854 !important;
    font-family: "kohinoor-semibold";
  }
  .mobile-menu i {
    font-size: 22px;
    line-height: 32px;
  }
  .login-page .login-logo {
    width: 150px;
  }
  .login-page .login-heading {
    font-size: 24px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px 0 !important;
  }
  .login-page .login-heading span {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 0 10px;
  }
  .login-page .login-mobile {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    height: 100vh;
  }
  .login-page .add-btn {
    font-size: 15px;
  }
  .custom-content-tab .box-heading {
    font-size: 17px;
    line-height: 20px;
  }
  .custom-content-tab .dashboard-overview-data .overview-data-list .overview-data-list-link {
    font-size: 13px;
    line-height: 13px;
  }
  .custom-content-tab .overview-task-lsiting .task-name {
    font-size: 14px;
    line-height: 18px;
  }
  .custom-content-tab .overview-task-lsiting .task-number {
    font-size: 26px;
    line-height: 30px;
  }
  .custom-content-tab .mobilecalender {
    font-size: 22px;
    line-height: 22px;
    color: #9B9796;
  }
  #no-more-table table {
    border: 0 !important;
  }
  #no-more-table table tbody, #no-more-table table tr, #no-more-table table td {
    display: block;
  }
  #no-more-table table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-table table td {
    position: relative;
    padding-left: 35%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid #eee;
  }
  #no-more-table table td:last-child {
    border: 0;
  }
  #no-more-table table td::before {
    content: attr(data-title);
    position: absolute;
    left: 6px;
    color: #212020;
    font-size: 13px;
    line-height: 16px;
    font-family: "kohinoor-medium";
  }
  #no-more-table table tr {
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
  }
  #no-more-table table tr .table-description p {
    font-size: 14px;
    line-height: 18px;
  }
  .edit-service-btn button {
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .edit-service-btn button:last-child {
    margin: 0;
  }
  .remove-padding {
    padding: 0 !important;
  }
  .paddingLR8 {
    padding: 0 8px !important;
  }
  .margin-custom {
    margin: 0;
  }
  .custom-content-tab {
    margin-left: 0;
    width: 100%;
  }
  .padding-custom {
    padding: 12px 8px !important;
  }
}