/* Шрифт */
@font-face {
    font-family: "PFDinMedium";
    src: url("../fonts/PFDinMedium/PFDinMedium.eot");
    src: url("../fonts/PFDinMedium/PFDinMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PFDinMedium/PFDinMedium.woff") format("woff"),
    url("../fonts/PFDinMedium/PFDinMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html,
body {
  height: 100%;
  font-family: "PFDinMedium", serif;
}

/* Font Size -----------------------------------------------------------*/
.fs-7 {
    font-size: 15px;
}
.fs-8 {
    font-size: 14px;
}
.fs-9 {
    font-size: 13px;
}
.fs-10 {
    font-size: 12px;
}
/* End Font Size -------------------------------------------------------*/


/* Login Auth Style ----------------------------------------------------*/
.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: 10px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.form-signin button[type="submit"] {
    margin-bottom: 10px;
}

.form-signin img {
    margin-left: -12px;
}
/* End Login Auth Style -------------------------------------------------*/


/* Base Element ---------------------------------------------------------*/
.bg-dark {
    background-color: #171719 !important;
}

.btn-primary {
    background: #2456ff;
}

.btn-outline-primary {
    color: #2456ff;
}

.tb-date-width-column {
    width: 120px;
    text-align: center;
}

.tb-status-width-column {
    width: 100px;
    text-align: center;
}

.tb-btn-width-column {
    width: 130px;
}

.tb-btn-size {
    width: 18px;
    height: 18px;
}

.tb-id-width-column {
    width: 50px;
    text-align: center;
}
/* End Base Element -----------------------------------------------------*/



/* Icon Btn Table Style -------------------------------------------------*/
.icon-eye {
    width: 20px;
    height: 20px;
    background-color: currentColor;

    -webkit-mask-image: url('../img/eye-regular-full.svg');
    mask-image: url('../img/eye-regular-full.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-pen {
    width: 20px;
    height: 20px;
    background-color: currentColor;

    -webkit-mask-image: url('../img/pen-to-square-regular-full.svg');
    mask-image: url('../img/pen-to-square-regular-full.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;
}

.icon-trash {
    width: 20px;
    height: 20px;
    background-color: currentColor;

    -webkit-mask-image: url('../img/trash-can-regular-full.svg');
    mask-image: url('../img/trash-can-regular-full.svg');

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;
}
/* End Icon Btn Table Style ---------------------------------------------*/
