@import url("../font/font.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	border: 0;
}
li {
    list-style: none;
}
.mg-sidebar {
    padding-left: 315px;
    padding-right: 24px;
    margin-bottom: 32px;
}
.mg-both-sidebar {
    padding-left: 315px;
    padding-right: 515px;
}

/*laoder*/

#progress-line {
    width: 30%;
    height: 1px;
    background-color: #144478;
    position: relative;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: width 0.5s ease;
    box-shadow: 0px 0px 5px rgba(56, 92, 163, 0.5);
    outline: 1px solid rgba(56, 92, 163, 0.5);
}

/*radio buttons*/
input[type="radio"] {
    margin-top: -2px;
    appearance: none;
    background-color: #fff;
    padding: 0;
    width: 12px; 
    height: 12px;
    border-radius: 50%;
    border: 2px solid #989898;
    position: relative;
    cursor: pointer;
}

input[type="radio"]::before {
    content: "";
    width: 4px; 
    height: 4px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

input[type="radio"]:checked {
    background-color: #163964;
    border: none;
}

input[type="radio"]:checked::before {
    opacity: 1;
}

/*navbar*/
.nav-link {
    font-size: 12px;
    font-family: "NotoSansGeorgianRegular";
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
    display: flex;
    align-items: center;
}

.icon-style-b {
    font-size: 18px;
    line-height: normal;
}

.datepicker-dropdown {
    background: #fff;
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
}
.dropdown_profile span {
       font-size: 16px;
    font-family: "NotoSansGeorgianMedium";
    -moz-font-feature-settings: 'case';
    -webkit-font-feature-settings: 'case';
    font-feature-settings: 'case' on;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}
/*dropdown-nav-item*/
.dropdown-nav-item {
    display: flex;
    align-items: center;
    padding: 12px;
    clear: both;
    color: #292929;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    gap: 4px;
    font-family: "NotoSansGeorgianRegular";
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
    margin: 8px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.full-width-button {
    width: 100%;
    text-align: center;
  }
.dropdown-nav-item svg path {
    transition: all 0.3s ease-in-out;
}
.dropdown-nav-item:hover {
    background: #1762B2;
    color: #fff;
}
.dropdown-nav-item:hover svg path {
    fill: #ffffff!important;
}
.btn-logout:hover {
    background: #dc3545!important;
}
    .alert {
    font-size: 14px;
    font-family: 'NotoSansGeorgianRegular';
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
    }
/**/
#show_hide_password svg {
    position: absolute;
    right: 10px;
    top: 34px;
    cursor: pointer;
}
#re_show_hide_password svg {
    position: absolute;
    right: 10px;
    top: 34px;
    cursor: pointer;
}
.show_pass_active path {
    fill: #1762B2;
}
/*progress*/
.progress-block {
    width: 240px;
    display: flex;
    flex-direction: column;
}
.progress-block h2 {
  color: #292929;
  font-size: 14px;
  font-family: 'NotoSansGeorgianMedium';
  -moz-font-feature-settings: 'case'; 
  -webkit-font-feature-settings: 'case'; 
  font-feature-settings: 'case' on;
}
.progress-block span {
  display: flex;
  gap: 4px;
  color: #7C7C7C;
  font-size: 12px;
  margin: 20px 0px 16px 0px;
  font-family: 'NotoSansGeorgianMedium';
  -moz-font-feature-settings: 'case'; 
  -webkit-font-feature-settings: 'case'; 
  font-feature-settings: 'case' on;
}

/*left progress*/
      .indicator { 
        width: 240px;
        flex-direction: column;
        display: flex;
        gap: 16px;
        margin-bottom: 24px;
      }
      .attr-indicator-text {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
      }
      .indicator-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        font-size: 12px;
        font-family: 'NotoSansGeorgianRegular';
        -moz-font-feature-settings: 'case'; 
        -webkit-font-feature-settings: 'case'; 
        font-feature-settings: 'case' on;
      }
      .drop-indicator-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 11px;
        font-family: 'NotoSansGeorgianRegular';
        -moz-font-feature-settings: 'case'; 
        -webkit-font-feature-settings: 'case'; 
        font-feature-settings: 'case' on;
        display: none;
      }
      .drop-indicator-child {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 26px;
        margin-top: 4px;
      }
      .indicator-text p {
        width: 214px;
      }
      .indicator-success {
        color: #108522;
      }
      .indicator-pending {
        color: #134C8C;
      }
      .indicator-danger {
        color: #C80D0D;
      }
      .indicator-disabled {
        color: #7C7C7C;
      }
      .indicator-danger p {
        color: #C80D0D;
      }
      .di-child-t-success p {
        color: #108522;
      }
      .di-child-t-pending p {
        color: #134C8C;
      }
      .di-child-t-disabled p {
        color: #7C7C7C;
      }
      .di-child-t-danger p {
        color: #C80D0D;
      }
/*sidebar*/
.left-sidebar {
    width: 288px;
    position: fixed;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    padding: 41px 24px 0px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    transition: transform 0.3s ease;
}
.right-sidebar {
    width: 488px;
    position: fixed;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    padding: 41px 16px 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    transition: transform 0.3s ease;
}
/*left scroll*/
      .left_accordion_scroll {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 450px);
        padding-right: 16px;
        overscroll-behavior: none;
      }
      .left_accordion_scroll::-webkit-scrollbar {
        width: 5px;
      }

      /* Track */
      .left_accordion_scroll::-webkit-scrollbar-track {
        background: #C1DBF6;
        border-radius: 4px;
        min-width: 5px;
      }

      /* Handle */
      .left_accordion_scroll::-webkit-scrollbar-thumb {
        background: #163964;
        border-radius: 4px;
        width: 10px;
      }

      /* Handle on hover */
      .left_accordion_scroll::-webkit-scrollbar-thumb:hover {
        background: #163964;
      }
     /*right side bar loggs*/

      .frame-transactions {
        width: 456px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
      }
      .scroll-transactions::-webkit-scrollbar {
        width: 5px;
      }

      /* Track */
      .scroll-transactions::-webkit-scrollbar-track {
        background: #C1DBF6;
        border-radius: 4px;
        min-width: 5px;
      }

      /* Handle */
      .scroll-transactions::-webkit-scrollbar-thumb {
        background: #163964;
        border-radius: 4px;
        width: 10px;
      }

      /* Handle on hover */
      .scroll-transactions::-webkit-scrollbar-thumb:hover {
        background: #163964;
      }

      .frame-tr-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
      }
      .frame-tr-header h2 {
        color: #292929;
        font-size: 14px;
        font-family: 'NotoSansGeorgianMedium';
        -moz-font-feature-settings: 'case'; 
        -webkit-font-feature-settings: 'case'; 
        font-feature-settings: 'case' on;
      }

      /*---------------------------------------*/


      .frame-loggs {
        width: 256px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 550px);
        padding-right: 16px;
        overscroll-behavior: none;
      }
      .frame-loggs::-webkit-scrollbar {
        width: 5px;
      }

      /* Track */
      .frame-loggs::-webkit-scrollbar-track {
        background: #C1DBF6;
        border-radius: 4px;
        min-width: 5px;
      }

      /* Handle */
      .frame-loggs::-webkit-scrollbar-thumb {
        background: #163964;
        border-radius: 4px;
        width: 10px;
      }

      /* Handle on hover */
      .frame-loggs::-webkit-scrollbar-thumb:hover {
        background: #163964;
      }
      .logg-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
      }
      .logg-header h2 {
        color: #292929;
        font-size: 14px;
        font-family: 'NotoSansGeorgianMedium';
        -moz-font-feature-settings: 'case'; 
        -webkit-font-feature-settings: 'case'; 
        font-feature-settings: 'case' on;
      }
      .logg-info {
       word-wrap: break-word;
        position: relative;
        padding: 8px;
        padding-left: 24px;
        border-radius: 2px;
        background: #FFF;
      }
      .logg-info-success {
        border: 0.25px solid #108522;
      }
      .logg-info-success p::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: #108522;
        width: 8px;
        height: 8px;
        border-radius: 50%;
      }
      .logg-info-pending {
        border: 0.25px solid #134C8C;
      }
      .logg-info-pending p::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: #134C8C;
        width: 8px;
        height: 8px;
        border-radius: 50%;
      }
      .logg-info-danger {
        border: 0.25px solid #C80D0D;
      }
      .logg-info-danger p::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: #C80D0D;
        width: 8px;
        height: 8px;
        border-radius: 50%;
      }
      .logg-info-warning {
        border: 0.25px solid #B75506;
      }
      .logg-info-warning p::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: #B75506;
        width: 8px;
        height: 8px;
        border-radius: 50%;
      }
      .logg-info p {
        color: #292929;
        font-size: 12px;
        font-family: 'NotoSansGeorgianRegular';
      }
@media (max-width: 992px) {
        .left-sidebar {
        z-index: 5;
        top: 85px;
        transform: translateX(-250px);
        margin-top: 50px;
    }

    .left-sidebar.active {
        transform: translateX(0);
    }

    .burger_left_sidebar {
        display: none;
    }
    .right-sidebar {
        overflow: hidden;
        z-index: 5;
        top: 85px;
        width: 38px;
        transition: all 0.3s ease-in-out;
        margin-top: 50px;
    }
    .right-sidebar.active {
        width: 488px;
    }
    .burger_right_sidebar {
        display: none;
    }
}

#sandbox-container label {
    display: flex;
    align-items: center;
}
.fa-calendar {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #FFF url(../images/icons/calendar.png);
    margin-left: 4px;
}
@media (max-width: 992px) {
        .burger_left_sidebar {
        display: block;
        position: fixed;
        left: 0px;
        z-index: 10;
        font-size: 16px;
        border: none;
        background-color: #144478;
        color: #fff;
        text-align: center;
        padding: 3px;
    }

    .burger_left_sidebar svg {
        transition: transform 0.3s ease;
    }

    .burger_right_sidebar {
        display: block;
        position: fixed;
        right: 0px;
        z-index: 10;
        font-size: 16px;
        border: none;
        background-color: #144478;
        color: #fff;
        text-align: center;
        padding: 3px;
    }

    .burger_right_sidebar svg {
        transition: transform 0.3s ease;
    }

    .burger_left_rotated svg {
        transform: rotate(180deg);
    }
    .burger_right_rotated svg {
        transform: rotate(-180deg);
    }
}

.main_table {
    width: 100%;
    border-collapse: collapse;
}
.main_table thead tr {
    margin-top: 32px;
    margin-bottom: 24px;
}
.main_table thead,
.main_table tbody {
    display: flex;
    flex-direction: column;
}

.main_table thead tr {
    display: flex;
}
.main_table tbody tr {
    display: flex;
    border-radius: 4px;
    border: 0.25px solid rgba(41, 41, 41, 0.25);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    padding: 24px;
}

.main_table thead th,
.main_table tbody td {
    flex: 1;
    text-align: left;
}

.main_table tbody tr:not(:last-child) {
    margin-bottom: 24px;
}
.tbl_app_text {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.tbl_app_num {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "NotoSansGeorgianMedium";
    font-size: 12px;
    color: #000;
    gap: 2px;
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
}
.tbl_app_date {
    font-family: "NotoSansGeorgianRegular";
    color: #292929bf;
    font-size: 10px;
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
    margin-bottom: 16px;
    margin-left: 26px;
}
.tbl_app_date:last-child {
    margin-bottom: 0px;
}
.tbl_thead_text {
    font-family: "NotoSansGeorgianMedium";
    font-size: 14px;
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
}
.tbl_text {
    font-family: "NotoSansGeorgianMedium";
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #000;
}
.tbl_status {
    margin-left: 25px;
}
.tbl_people {
    display: flex;
    flex-direction: column;
    font-family: "NotoSansGeorgianLight";
    font-size: 12px;
    gap: 8px;
    color: #000;
}
.tbl_people span {
    margin-left: 15px;
}

.tbl_active {
    outline: 4px solid rgba(37, 126, 210, 0.50); 
}

/*pagination_header*/
.pagination_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 32px;
}
.pagination_row_ppage {
    display: flex;
    gap: 8px;
    align-items: center;
}
.pagination_row_ppage select {
    width: 50px;
}
.page_row_num {
    font-size: 12px;
    font-family: 'NotoSansGeorgianLight';
}
.pagination_row_ppage span {
    font-size: 12px;
    font-family: 'NotoSansGeorgianRegular';
}

/*Main_Content*/
.Main_Content {
    position: relative;
    background: #FFF;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 20px!important;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}
.m-16 {
    margin: 16px;
}
.full-block {
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    border: 2px solid #7C7C7C;
    margin-bottom: 24px;
    z-index: 3;
}
.fb-success {
    border: 2px solid #108522!important;;
}
.fbh-success {
    background: #108522!important;;
}
.fb-pending {
    border: 2px solid #134C8C!important;;
}
.fbh-pending {
    background: #134C8C!important;
}
.fb-danger {
    border: 2px solid #C80D0D!important;;
}
.fbh-danger {
    background: #C80D0D!important;;
}

/*edit_button*/
.edit_button_pen {
  padding: 8px;
  display: flex;
  justify-content: center;
 align-items: center;
}

.edit_button_pen svg {
 margin: 0!important;
}

.full-block-header-text {
    display: flex;
    align-items: center;
    gap:24px;
    font-size: 14px;
    font-family: 'NotoSansGeorgianBold';
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
    background: #7C7C7C;
    color: #fff;
    padding: 12px 24px;
}
.frame-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 0.25px solid rgb(23 98 178 / 25%);
    padding-bottom: 16px;
}
.frame-header-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'NotoSansGeorgianMedium';
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
}
.frame-header-text svg {
    margin-right: 4px;
}
.frame-refresh-button {
    margin: 40px 0px;
}
.frame-buttons {
    display: flex;
    gap: 24px;
}
.view_next {
 justify-content: center;
}
.table thead tr th {
    color: #000;
    font-size: 12px;
    font-family: 'NotoSansGeorgianMedium';
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
}
.table tr td {
    color: #000;
    font-size: 12px;
    font-family: 'NotoSansGeorgianRegular';
    -moz-font-feature-settings: 'case'; 
    -webkit-font-feature-settings: 'case'; 
    font-feature-settings: 'case' on;
}

@media (max-width: 768px) {
    .frame-header {
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .frame-header-text {
        margin-bottom: 16px;
    }
    .frame-buttons {
        justify-content: space-around;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .frame-header {
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .frame-header-text {
        margin-bottom: 16px;
    }
    .frame-buttons {
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
}

/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
    border-radius: 30%;
}

    /* top line needs a little padding */
    .navbar-toggler span:nth-child(1) {
        margin-top: 0.3em;
    }

    /* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }
    /* center line goes transparent */
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }
    /* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg) ;
    }

    /**
    * Animate collapse open into hamburger menu
    */

    /* top line moves back to initial position and rotates back to 0 degrees */
    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg) ;
    }
    /* middle line goes back to regular color and opacity */
    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }
    /* bottom line goes back to initial position and rotates back to 0 degrees */
    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg) ;
    }
    .navmenu-profile {
        width: 100%;
        display: flex;
    }
    .dropdown-nav-menu {
        display: none;
        --bs-dropdown-link-color: var(--bs-body-color);
        --bs-dropdown-link-hover-color: var(--bs-body-color);
        --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
        --bs-dropdown-link-active-color: #fff;
        --bs-dropdown-link-active-bg: #144478;
        --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
        --bs-dropdown-item-padding-x: 1rem;
        --bs-dropdown-item-padding-y: 0.25rem;
        --bs-dropdown-header-color: #6c757d;
        --bs-dropdown-header-padding-x: 1rem;
        --bs-dropdown-header-padding-y: 0.5rem;
        position: absolute;
        display: none;
        min-width: 13rem;
        margin: 0;
        font-size: 1rem;
        color: #000;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 0.25px solid rgba(38, 38, 38, 0.25);
        border-radius: 0px 0px 2px 2px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
        z-index: 20;
        margin-top: 16px;
    }
    @media (max-width: 992px) {
        /*laoder*/
        #loader {
            position: fixed;
            top: 57px;
        }
        .frame-refresh-button {
            margin-top: 100px;
        }
        .navbar {
            top: 0;
            position: fixed;
            width: 100%;
            padding: 8px 0px 8px 24px;
        }
        .navmenu-profile {
            height: 100vh;
            display: block;
        }
        .navbar-nav {
            align-items: center;
            gap: 96px;
            margin-top: 64px;
            border-bottom: 1px solid #000;
            padding-bottom: 64px;
        } 
        .nav-link {
            font-size: 16px;
            display: flex;
            align-items: center;
        }
        .nav-link svg {
            width: 24px;
            height: 24px;
        }
        .dropdown_profile {
            margin-top: 32px;
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .dropdown-nav-menu {
        margin-top:30px;
        }
        .navbar-brand {
            margin-left: 40px;
        }
        .navbar-toggler {
            margin-right: 64px;
        }
        .mg-sidebar {
            padding-left: 70px;
            padding-right: 30px;
            margin-top: 80px;
        }
        .mg-both-sidebar{
            padding-left: 70px;
            padding-right: 70px;
            margin-top: 96px;
        }  
    }
    
    @media (max-width: 768px) {
        .mg-sidebar {
            padding-left: 70px;
            padding-right: 30px;
            margin-top: 80px;
        }
        .mg-both-sidebar{
            padding-left: 70px;
            padding-right: 70px;
            margin-top: 96px;
        }     
    }

    @media (max-width: 480px) {
        .navbar-brand {
            margin-left: 0px;
        }
        .navbar-toggler {
            margin-right: 24px;
        }
    }
    