/*****************************************************************
01.2025 create by Alex
*****************************************************************/
html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    /* Дозволяємо браузеру показувати вертикальний скрол завжди, коли контент великий */
    overflow-x: hidden; /* Захист від скролу вбік */
    overflow-y: auto !important; /* Примусово вмикаємо вертикальний скрол */
}
/* 2. Прибираємо Flexbox з wrapper, якщо щось залишилось */
.wrapper {
    display: block !important;
    height: auto !important;
}

body {
    /*background-color: #fff;*/
    /*border-top: solid 10px #000;*/
    /*color: #333;*/
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    /*margin: 0;*/
    /*padding: 0;*/
}

/* Provide sufficient contrast against white background */
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    /*text-decoration: underline;*/
}


/* Меню «прибиваємо» до верху */
#main_navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 1030;
    border-bottom: 1px solid #dee2e6;
}
.navbar {
    /*font-size: .95em;	*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*-- a.navbar-brand*/
.navbar-light .navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-weight: bold;
    font-style: italic;
    color: #256f94;
}
.navbar-light .navbar-brand:hover {
        color: #1a4d66; /* Темніший відтінок вашого кольору #256f94 */
        text-decoration: none; /* Щоб прибрати підкреслення, якщо воно з'являється */
}


.pull-right .nav {
    --bs-nav-link-color: #256f94; /* Колір посилань */
    --bs-nav-link-hover-color: #1a4d66; /* Колір при наведенні */
}
.auth-wrapper {
    padding-top: 2rem; /* Невеликий відступ від меню */
    padding-bottom: 2rem;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.progressbar {
    display: none;
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
    /*background: #f0f0f0;*/
    z-index: 9999;
}

/*
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
*/
.custom-card-header {
    /* Градієнт: темний сірий -> світліший сірий -> темний сірий */
    background: linear-gradient( to bottom, #4a4a4a 0%, /* Верх (темніший) */
    #6c757d 50%, /* Центр (світліший) */
    #4a4a4a 100% /* Низ (темніший) */
    );
    border-bottom: 1px solid #3d3d3d;
    padding: 1rem;
}

    /* Опціонально: додамо легку текстову тінь для кращої читаємості */
    .custom-card-header h4 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-weight: 500;
    }

/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  font-size: 14px;
}
*/
/*
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
*/
/*
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
*/

/* Sticky footer styles
-------------------------------------------------- */
caption {
    /* стили для заголовка таблицы */
    caption-side: top;
    text-align: left;
    /* alex caption style
        vertical-align: top;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: rgba(0,0,0,0.6);
        text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);	
		*/
}


/*.content {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 90px;
}*/

.content {
    padding-top: 76px; /* Відступ зверху, щоб текст не залізав ПІД меню */
    padding-bottom: 140px; /* Великий відступ знизу, щоб текст не залізав ПІД футер */
    display: block;
    height: auto;
}

/*.content-wrapper {
    margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;
    max-width: 1200px;
    width:auto;
}*/
#body-content {
    /*margin-top:0px;
	margin-left: 20px;
	margin-right: 20px;*/
    /*max-width: 1200px;*/ /* Medium Devices, Desktops */
    /*width:auto;*/
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

/*.footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .9em;
    line-height: 10px;
    min-height: 80px;
    margin-top: -80px;
    border-top: 1px solid #778899;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}*/

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2;
    /*background-color: #f8f9fa;*/
    /*border-top: 1px solid #dee2e6;*/
    border-top: 1px solid #778899;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    /*padding: 10px 0;*/
    z-index: 1020;
    font-size: .9em;
}


.footer-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
}

#bottom {
    display: block;
    /*font-size: .8em;*/
    /*margin: 0 0 10px;*/
    margin-top: 0px;
    text-align: left;
}

    #bottom a {
        background: none;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

/* -----------------------------------------------
jqGrid style
-------------------------------------------------- */
.ui-jqgrid tr.jqgrow td {
    height: auto;
}

/* - alex, change hight row*/
.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    padding: 4px; /* change hight row*/
}


/* - alex, table caption (Table name)*/
.ui-jqgrid .ui-jqgrid-titlebar {
    /*background-color: #e1edf9;*/
    background-color: #e1edf9;
    /*padding-right: 20px;*/
    /*font-size: 13px;*/ /*if change -> change .dropdown-menu*/
    min-height: 30px;
    font-weight: bold;
    /*font-style: italic;*/
}

/* - alex, selected row color*/
.table-success, .table-success > td, .table-success > th {
    background-color: #FBF8BE; /* selected row color - def: #efecc4*/
    border: 1px solid #DAD9D9;
}
/* - alex, table header controll (col-name)*/
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column {
    /*background-color: #e1edf9;*/ /* - alex, table header controll -  set color*/
    /*background-image: none;*/
    padding: 8px;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    ext-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    /*color: rgba(0,0,0,0.6);*/
    text-align: center;
    font-weight: normal;
}

/* - alex, table footer controll*/
.ui-jqgrid .ui-pg-table {
    background-color: #e1edf9; /* - alex, table footer controll -  set color*/
    /*border: 1px solid #DAD9D9;*/
}

.ui-jqgrid .ui-pager-control .ui-pager-table td {
    padding: 4px; /* - alex, table footer controll -  padding reduce hight*/
    color: rgba(0,0,0,0.6);
}

.modal-header {
    background-color: #e1edf9;
}

/*
.btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}*/
.btn-light {
    color: #212529;
    background-color: #e1edf9;
    border-color: #f8f9fa;
}

.ui-jqdialog-content .EditTable {
    margin-top: 8px;
}

/*-------------------------------------*/
/*Modal Window */


.ui-dialog .ui-dialog-titlebar {
    /*padding: .1em .1em; */
    min-height: 38px;
    background-color: #e1edf9;
}

.ui-widget-header {
    /* border: 1px solid #4297d7;*/
    border: 0px;
    background: #e1edf9;
    /*color: black;*/
    font-weight: bold;
    /*font-style: italic;*/
    /* alex caption style*/
    vertical-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    /*font-weight: bold;*/
    color: rgba(0,0,0,0.6);
    /*text-shadow: 2px 4px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.8);*/
}

.ui-dialog {
    padding: 0em;
}

.ui-widget {
    font-size: 1em;
    font-family: inherit;
}
/*-------------------------------------*/
.ui-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.75rem;
    /*line-height: 1.5;*/
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .ui-button:hover,
    .ui-button:focus {
        border: 1px solid #79b7e7;
        /*background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;*/
        font-weight: normal;
        color: #1d5987;
    }

    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        /*border: 1px solid #79b7e7;*/
        /*background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;*/
        /*font-weight: bold;*/
        font-weight: normal;
        /*color: #e17009;*/
        color: black;
    }

.ui-dialog .ui-dialog-buttonpane {
    margin-top: .2em;
    padding: .2em 1em .1em .3em;
}

.ui-widget .ui-widget {
    font-size: 0.95em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    /*font-family: inherited;*/
    font-size: 0.95em;
    padding: .3em;
    margin: 4px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    padding-top: 0.5em;
    padding-right: 1.2em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-title {
    margin: .3em 0 .2em;
    /*font-weight: bold;
	padding-left :6px;
	padding-right:6px;
	padding-top:6px;*/
}
/* -- button header close window */
/*
.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_d8e7f3_256x240.png); 
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
*/

/*-----------------------------------*/
/*-- Modal dialog: modal-error ------*/
/*-----------------------------------*/
.modal-error {
    color: #636363;
    width: 425px;
}
.modal-error .modal-body {
    white-space: pre-line; /* Це змушує браузер робити перенос там, де є \n */
}
.modal-error .modal-content {
	padding: 20px;
        //border-radius: 5px;
        //border: none;
    	/* 1. Прозорість фону (білий з альфа-каналом 0.7) */
	background: rgba(255, 255, 255, 0.9); 
    
	/* 2. РОЗМИТТЯ фону за елементом (головний секрет скла) */
    	//backdrop-filter: blur(10px);
    	//-webkit-backdrop-filter: blur(10px); /* Для підтримки Safari */
    
    	/* 3. Тонка світла рамка для ефекту граней скла */
    	border: 1px solid rgba(255, 255, 255, 0.6);
    
    	/* 4. М'яка тінь для об'єму */
    	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
    	/* 5. Заокруглення кутів */
    	border-radius: 10px;
}

.modal-error .modal-header1 {
	border-bottom: none;
        position: relative;
}

.modal-error h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
}

.modal-error .form-control, .modal-error .btn {
        min-height: 40px;
        border-radius: 3px;
}

.modal-error .close {
        position: absolute;
        top: -5px;
        right: -5px;
}

.modal-error .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
}

.modal-error .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 70%;
        //z-index: 9;
        background: #e85e6c;
        padding: 15px;
        //text-align: center;
        //box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-error .icon-box i {
	font-size: 58px;
	position: relative;
	top: 8px;
}

.modal-error .btn {
        color: #fff;
        border-radius: 4px;
        background: #e85e6c;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
}

/* курсор над кнопкою */
.modal-error .btn:hover {
	background: #b05151;
}
/* вибір кнопки */
.modal-warning .btn:focus {
    background: #853434;
    outline: none;
}
/*-----------------------------------*/
/*-- END Modal dialog: modal-error --*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-- Modal dialog: modal-confirm ----*/
/*-----------------------------------*/
.modal-confirm{
    color: #636363;
    width: 425px;
}
.modal-confirm .modal-body {
    white-space: pre-line; /* Це змушує браузер робити перенос там, де є \n */
}
.modal-confirm .modal-content {
	padding: 20px;
    	/* 1. Прозорість фону (білий з альфа-каналом 0.7) */
	background: rgba(255, 255, 255, 0.9); 
    
	/* 2. РОЗМИТТЯ фону за елементом (головний секрет скла) */
    	//backdrop-filter: blur(10px);
    	//-webkit-backdrop-filter: blur(10px); /* Для підтримки Safari */
    
    	/* 3. Тонка світла рамка для ефекту граней скла */
    	border: 1px solid rgba(255, 255, 255, 0.6);
    
    	/* 4. М'яка тінь для об'єму */
    	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
    	/* 5. Заокруглення кутів */
    	border-radius: 10px;
}

.modal-confirm .modal-header2 {
	border-bottom: none;
        position: relative;
}

.modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
}

.modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
}

.modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
}

.modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 70%;
        background: #82ce34;
        padding: 15px;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 8px;
}

.modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #82ce34;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
}

/* курсор над кнопкою */
.modal-confirm .btn:hover {
	background: #6fb32b;
}
/* вибір кнопки */
.modal-confirm .btn:focus {
    background: #117008;
    outline: none;
}
/*-----------------------------------*/
/*-- Modal dialog: modal-info ----*/
/*-----------------------------------*/
.modal-info {
    color: #636363;
    width: 425px;
}
.modal-info .modal-body {
    white-space: pre-line; /* Це змушує браузер робити перенос там, де є \n */
}
.modal-info .modal-content {
	padding: 20px;
    	/* 1. Прозорість фону (білий з альфа-каналом 0.7) */
	background: rgba(255, 255, 255, 0.9); 
    
	/* 2. РОЗМИТТЯ фону за елементом (головний секрет скла) */
    	//backdrop-filter: blur(10px);
    	//-webkit-backdrop-filter: blur(10px); /* Для підтримки Safari */
    
    	/* 3. Тонка світла рамка для ефекту граней скла */
    	border: 1px solid rgba(255, 255, 255, 0.6);
    
    	/* 4. М'яка тінь для об'єму */
    	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    
    	/* 5. Заокруглення кутів */
    	border-radius: 10px;
}

.modal-info .modal-header3 {
	border-bottom: none;
        position: relative;
}

.modal-info h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
}

.modal-info .form-control, .modal-info .btn {
        min-height: 40px;
        border-radius: 3px;
}

.modal-info .close {
        position: absolute;
        top: -5px;
        right: -5px;
}

.modal-info .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
}

.modal-info .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 70%;
        background: #2c7aab;
        padding: 15px;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-info .icon-box i {
	font-size: 58px;
	position: relative;
	top: 8px;
}

.modal-info .btn {
        color: #fff;
        border-radius: 4px;
        background: #2c7aab;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
}

/* курсор над кнопкою */
.modal-info .btn:hover {
	background: #286b94;
}
/* вибір кнопки */
.modal-info .btn:focus {
    background: #1a4763;
    outline: none;
}
/*-----------------------------------*/
/*-- END Modal dialog: modal-info ---*/
/*-----------------------------------*/
/*-- info and errors ----------------*/
/*-----------------------------------*/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
/*-----------------------------------*/
/*-- END info and errors ------------*/
/*-----------------------------------*/
.field-validation-error {
    color: #e80c4d;
}

.line-delimiter-blue {
    color: #ff0000; 
    /*background-color: rgba(230, 230, 230, 0.5);*/
}
/*-----------------------------------*/
/* TableEdit */

tr.table-active-edit {
    --bs-table-accent-bg: #ffffcc !important; /*Підсвітка рядка який редагується!*/
    --bs-table-bg: #ffffcc !important;
}
#myTable tr {
    transition: background-color 0.5s ease, box-shadow 0.5s ease;   /*Забеспечує плавне зникання підсвітки рядка який редагується!*/
}
/*-----------------------------------*/
/* Спеціальна жовта кнопка для друку або акцентних дій */
.btn-iit-yellow-light {
    color: #000; /* Чорний текст для кращого контрасту на жовтому */
    background-color: #ffffb3;
    border-color: #e6e600;
    transition: all 0.2s ease-in-out; /* Плавна анімація наведення */
}

    /* Стан при наведенні курсору */
.btn-iit-yellow-light:hover {
    color: #000;
    background-color: #ffff80;
    border-color: #cccc00;
}

    /* Стан при натисканні (active) */
.btn-iit-yellow-light:active {
    background-color: #e6e600 !important;
    border-color: #b3b300 !important;
    box-shadow: 0 0 0 0.25 margin rgba(230, 230, 0, 0.5); /* Жовте сяйво навколо */
    outline: none;
}

    /* Стан заблокованої кнопки */
.btn-iit-yellow-light:disabled {
    background-color: #ffffd9;
    border-color: #f2f280;
    opacity: 0.65;
}
/*-----------------------------------*/
/*-- BlueLightButton --*/
.btn-iit-blue-light {
    color: #000; /* Чорний текст для кращого контрасту*/
    background-color: #CAE1FF;
    border-color: #BCD2EE;
    transition: all 0.2s ease-in-out; /* Плавна анімація наведення */
}
/* Стан при наведенні курсору */
    .btn-iit-blue-light:hover {
        color: #000;
        background-color: #BCD2EE;
        border-color: #A2B5CD;
    }
/* Стан при натисканні (active) */
    .btn-iit-blue-light:active {
        background-color: #BCD2EE !important;
        border-color: #6E7B8B !important;
        box-shadow: 0 0 0 0.25 margin rgba(230, 230, 0, 0.5);
        outline: none;
    }
/* Стан заблокованої кнопки */
    .btn-iit-blue-light:disabled {
        background-color: #c2dcfc;
        border-color: #BCD2EE;
        opacity: 0.65;
    }
/*-- BlueButton --*/
.btn-iit-blue {
    background-color: #308ce8 !important;
    border-color: #2872bd !important;
    color: white !important;
    font-weight: 500;
    transition: all 0.2s ease-in-out; /* Плавна анімація наведення */
}
    /* Стан при наведенні курсору */
    .btn-iit-blue:hover {
        background-color: #2872bd !important;
        border-color: #23578c !important;
        color: white !important;
    }
    /* Стан при натисканні (active) */
    .btn-iit-blue:active {
        background-color: #23578c !important;
        border-color: #2b4969 !important;
        box-shadow: 0 0 0 0.25 margin rgba(230, 230, 0, 0.5);
        outline: none;
    }
/* Стан заблокованої кнопки */
    .btn-iit-blue:disabled {
        background-color: #abc2d9;
        border-color: #abc2d9;
        opacity: 0.65;
    }

/*-----------------------------------*/
/*-- GreenLightButton --*/
.btn-iit-green-light {
    color: #000; /* Чорний текст для кращого контрасту на жовтому */
    background-color: #C1FFC1;
    border-color: #B4EEB4;
    transition: all 0.2s ease-in-out;
}
    .btn-iit-green-light:hover {
        color: #000;
        background-color: #B4EEB4;
        border-color: #9BCD9B;
    }
    .btn-iit-green-light:active {
        background-color: #9BCD9B !important;
        border-color: #7ec47e !important;
        box-shadow: 0 0 0 0.25 margin rgba(230, 230, 0, 0.5);
        outline: none;
    }
    .btn-iit-green-light:disabled {
        background-color: #c3fcc2;
        border-color: #BCD2EE;
        opacity: 0.65;
    }
/*------------------------*/
/* Кастомний колір для обов'язкових полів */
.form-control-required {
    background-color: #ffffd599 !important;
    border-color: #ffeeba; /* легка рамка для акценту */
}

    /* Додатково: зміна кольору при фокусі */
    .form-control-required:focus {
        background-color: #ffffc2;
        border-color: #ffc107;
        box-shadow: 0 0 0 0.25 margin rgba(255, 193, 7, 0.25);
    }
/*------------------------*/
/*Легкий голубоватий стиль для таблиці*/
.table-blue-light-style thead th {
    background-color: #e6f2ff !important;
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    font-size: 0.9rem;
}
/*------------------------*/
/* Кастомний жовтий колір для обов'язкових полів */
.message-body-text {
    white-space: pre-wrap;
}
/*------------------------*/
/*table.dataTable td.table-info {
    background-color: #cff4fc !important;  Колір table-info 
    color: #055160 !important;
}*/
