@font-face{
  font-family: "InterThin";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
}
@font-face{
  font-family: "InterLight";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
}
@font-face{
  font-family: "InterExtraLight";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face{
  font-family: "InterRegular";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face{
  font-family: "InterMedium";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face{
  font-family: "InterSemiBold";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face{
  font-family: "InterBold";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}
@font-face{
  font-family: "InterExtraBold";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face{
  font-family: "InterBlack";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
}
@font-face{
  font-family: "UniviaBold";
  src: url("../fonts/UniviaPro-Bold.ttf") format("truetype");
}
body h2{
    font-family: 'InterSemiBold' !important;
}
body{
    font-family: 'InterRegular';
}
.button-34 {
  background: #E3000F;
  border-radius: 999px;
  box-shadow: #E3000F 0 5px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0;
  padding: 6px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: 0.4s all ease;
}
.button-34:hover {
  background: #3093fd;
  box-shadow: #E3000F 0 10px 20px -10px;
}
.button-34:focus, .button-34:active {
  background: #3093fd;
  box-shadow: #E3000F 0 10px 20px -10px;
   border: 0;
}

.button-35 {
  background-color: #53e18c;
  border-radius: 999px;
  box-shadow: #53e18c 0 5px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0;
  padding: 5px 5px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: 0.4s all ease;
}
.button-35:hover {
  background: #6ae99d;
  box-shadow: #53e18c 0 10px 20px -10px;
}
.button-35:focus, .button-35:active {
  background: #6ae99d;
  box-shadow: #53e18c 0 10px 20px -10px;
   border: 0;
}

.button-36 {
  background-color: #E3000F;
  border-radius: 999px;
  box-shadow: #E3000F 0 5px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0;
  padding: 5px 5px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  transition: 0.4s all ease;
}
.button-36:hover {
  background: #3093fd;
  box-shadow: #E3000F 0 10px 20px -10px;
}
.button-36:focus, .button-36:active {
  background: #3093fd;
  box-shadow: #E3000F 0 10px 20px -10px;
  border: 0;
}

button,
button:active,
button:focus {
  outline: none;
}

/* ORDER MANAGEMENT BUTTONS */

.btnOrderManagement {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: min-content;
  background-color: initial;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  outline: 0;
  overflow: hidden;
  padding: 0 13px;
  font-size: 11pt;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  margin: 0px 2px;
  text-decoration: none;
}

.btnOrderManagement:hover{
    text-decoration: none;
}


.btnOrderManagementWhite {
  background-image: linear-gradient(-180deg, #edecec, #e7e7e7);
  color: rgba(0,0,0,0.6);
}

.btnOrderManagementWhite:hover {
  background: #e7e7e7;
  color: rgba(0,0,0,0.6);
  
}


.btnOrderManagementBlue {
  background-image: linear-gradient(-180deg, #239FDB, #1a82b5);
  color: rgb(255,255,255,1);
}

.btnOrderManagementBlue:hover {
  background: #1a82b5;
  color: rgb(255,255,255,1);
}


.btnOrderManagementRed {
  background-image: linear-gradient(-180deg, #ff7070, #d95656);
  color: rgb(255,255,255,1);
}

.btnOrderManagementRed:hover {
  background: #d95656;
  color: rgb(255,255,255,1);
}


.btnOrderManagementGreen {
  background-image: linear-gradient(-180deg, #53e18c, #4ed785);
  color: rgb(255,255,255,1);
}

.btnOrderManagementGreen:hover {
  background: #4ed785;
  color: rgb(255,255,255,1);
}


.btnOrderManagementOrange {
  background-image: linear-gradient(-180deg, #fdc167, #e7b05d);
  color: rgb(255,255,255,1);
}

.btnOrderManagementOrange:hover {
  background: #e7b05d;
  color: rgb(255,255,255,1);
}

/*******************************/




.approveBtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #00D775, #00BD68);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  outline: 0;
  overflow: hidden;
  padding: 0 13px;
  font-size: 11pt;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  margin: 0px 2px;
}

.approveBtn:hover {
  background: #00bd68;
}


.recallBtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #4e4e4e, #2a2a2a);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  outline: 0;
  overflow: hidden;
  padding: 0 13px;
  font-size: 11pt;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  margin: 0px 2px;
}

.recallBtn:hover {
  background: #2a2a2a;
}

.cancelBtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #f5365c, #c92747);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  outline: 0;
  overflow: hidden;
  padding: 0 13px;
  font-size: 11pt;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  margin: 0px 2px;
}

.cancelBtn:hover {
  background: #c92747;
}

.doubleSpamBtn {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ffc66f, #e9a339);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 25px;
  outline: 0;
  overflow: hidden;
  padding: 0 13px;
  font-size: 11pt;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  margin: 0px 2px;
}

.doubleSpamBtn:hover {
  background: #e9a339;
}


.logo{
  width: 150px;
}

.navbar{
  padding-top: 0;
  padding-bottom: 0;
}

.btn-pozovi{
    margin: 0px 15px 0px 15px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}

.btn-prekini{
    margin: 0px 15px 0px 15px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}

.btn-mikrofon{
    margin: 0px 15px 0px 15px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}
.btn-pozovi:hover{
    background: #00BD68;
}
.btn-prekini:hover{
    background: #c92747;
}
.btn-mikrofon:hover{
    background: #2a2a2a;
}
.btn-mikrofon:active{
    background: blue;
}


.btn-primary{
  background: #239FDB;
}

.btn-success{
  background: #48C253;
}

.btn-danger{
  background: #C02121;
}

.btn-dark{
  background: #2B2B2B;
}

.btn-light,.bg-light{
  background: #fff !important;
}

.btn-warning{
  background: #EDCD1E;
}

.btn-primary:hover{
  background: #35C1DB;
}

/*.dropdown-menu{
    right: 0;
    left: auto;
}*/


.bg-light{
  box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
}

.toolbar,.dataTables_length {
  float: left;
}

.toolbar{
  margin-left: 20px;
}

.toolbar .custom-select{
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.dropdown-menu{
  font-size: .875rem;
}

.navbar-light .navbar-nav .nav-link.active{
  color: #000;
}

.actions .btn{
  padding: .2rem .5rem;
}

.btn-action{
  border: 1px solid #cecece;
}

.badge-warning{
  color: #fff;
  background: #E3000F;
}

.callmode{
  text-align: center;
}

.callmode .accepted{
  background: #53e18c;
  color: #fff;
  border-radius: 20px;
}

.callmode .canceled{
  background: #ff6b6b;
  color: #fff;
  border-radius: 20px;
}

.callmode p{
  margin: 0;
}

.recalldrop{
  width: 250px;
  min-width: 160px;
  text-align: center;
}

.recalldrop input{
  font-size: 12px;
}

.projects table thead th,.projects table tbody td{
  font-size: 0.875rem;
  width: 1px;
  vertical-align: middle;
}

.products table thead th,.products table tbody td{
  font-size: 0.875rem;
  width: 1px;
  text-align: center;
}

.products table tbody td span{
}

.table-bordered td, .table-bordered th{
  border: 0;
}

table tbody td{
  border-top: 1px solid #ddd !important;
}

.tooltip-inner{
  font-size: 0.875rem !important;
  padding: 0.3rem;
}

.ordermanagement.table-striped tbody tr#new{
  background: lime;
}

.dt-buttons{
  margin-left: 15px;
  float: right !important;
}

.dt-buttons .dt-button{
  padding: .2rem .5rem;
}

.order label{
  font-size: 0.875rem;
}

.order .alert-info{
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

.order .alert-info h4{
  font-size: 1.1rem;
  font-weight: bold;
}

.order .alert-info ul{
  padding: 0;
  margin: 10px 0 0 25px;
}

.order .alert-info ul li{
  line-height: 20px;
  font-size: .875rem;
}

/* KASPERZI */

.order .product-info table tbody td{
  border: 0 !important;
}

.order .product-info table tbody td:first-child{
  vertical-align: middle;
}

.order label{
  margin-top: 1rem;
}

.order input[type="text"],.order input[type="number"],.order select{
  height: 40px;
  min-height: 40px;
  line-height: 40px;
}

.order select{
  padding: .2rem;
  width: 250px;
}

.order .product-info .card-header{
  font-size: .8rem;
  background: #fff;
  color: #239FDB;
  font-weight: 500;
}

.order .product-info .card-body{
  background: #e8e8e8;
}

.order table{
  background: #f7f7f9;
}

.callmodesettings .table-bordered td,.callmodesettings .table-bordered th {
    border: 1px solid #dee2e6 !important;
    font-size: 0.875rem;
    width: 1px;
    vertical-align: middle;
}

.callmodesettings input[type=checkbox]{
  height: 20px;
}

#najavesve tr.active{
    background: linear-gradient(to bottom,#1b87e3 2%, #166ed5 98%);
    color: #fff;
}
