@import "variable.css";


@font-face {
    font-family: 'ABBvoice-Bold';
    src: url('../fonts/ABBvoice_Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'ABBvoice-Medium';
    src: url('../fonts/ABBvoice_Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'ABBvoice-Regular';
    src: url('../fonts/ABBvoice_Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'ABBvoice-Light';
    src: url('../fonts/ABBvoice_Light.woff2') format('woff2');
}


body {
    font-size:14px;
    font-family: ABBvoice-Light, sans-serif  !important;
    top: 0px !important;
    font-weight: normal !important;
    background-color: #eeeeee;
}
h5, .medium-font{
    font-family: ABBvoice-Medium, sans-serif  !important;
}
label, h6, .regular-font{
    font-family: ABBvoice-Regular, sans-serif  !important;
}

.navbar-brand h5, .light-font{
    font-family: ABBvoice-Light, sans-serif  !important;
}
.bdskp-form-group label{
    font-family: ABBvoice-Light, sans-serif  !important;

}
.btn-primary:disabled {
    color: var(--white);
    background-color: var(--blue);
    border-color: var(--blue);
}
.btn-bg:disabled, .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
input:focus{
    outline: none  !important;
}
/* .form-control {
    background-color: var(--white);
    border: 1px solid var(--blue);
} */
.form-control:focus {
    color: #495057;
    background-color: var(--white)  !important;
    border-color: #0F2F56 !important;
    outline: none !important;
    box-shadow: none  !important;
}

.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px;
}
.primary-bg-color{  
    background-color: var(--blue);
}

.form-control{
    font-size: 14px;
}

.dropdown-toggle::after {
 content: none;
}
.card-box-shadow{
    box-shadow: 0px 2px 5px 0.5px var(--border-color);
}
.btn{
    min-width: 100px;
    padding-top: 7px;
    font-size: 12px;
}
.powered-by-txt{
    text-align: left;
}
.error-input-box{
    border-color: 1px solid var(--red) !important;
    /* background-color: rgb(255 243 244) !important ; */
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: var(--red);
    background-color: var(--white);
    border-color:var(--red);
}
.com-unterline-color{
    padding: 10px 0px;
    position: relative;
}
.com-unterline-color::after {
    position: absolute;
    background: var(--underline);
    height: 3px;
    content: '';
    width: 45px;
    left: 0;
    top: 43.5px;
}
.sw .toolbar{
    display: none;
}

.textExceed{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: ABBvoice-Light, sans-serif  !important;
}
.text-theme{
    color: var(--blue);
}
.close:focus, .close:hover{
    outline: none !important;
}
.w-20{
    width: 20%;
}


.wid-43{
    width:43%;
}
.wid-2{
    width:2%;
}
.wid-55{
    width:55%;
}
.h-450{
    height:425px;
}
.h-300{
    height:325px;
}
.overflow-auto{
    overflow-y:auto;
    overflow-x:auto;
}
.underline-color{
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0px;
    position: relative;
  }
  
  .underline-color::after {
    position: absolute;
    background: #FF000F;
    height: 2px;
    content: '';
    width: 40px;
    left: 0;
    top: 40px;
  }
  
  .modal-underline-color::after {
    position: absolute;
    background: var(--underline);
    height: 2px;
    content: '';
    width: 45px;
    left: 0;
    top: 31px;
  }
  
  .btn-prev{
    background-color: var(--white);
    box-shadow: 0px 2px 5px 0.5px var(--border-color);
    border: 1px solid var(--border-color);
  }
  
  .text-color-h{
    color:#474747;
  }
  
  .text-color{
    color:#3F3F3F;
  }
  .text-color-small{
    color: #9E9E9E;
  }
  .text-color-small1:hover , .text-logo1:hover{
    color:var(--underline);
    text-decoration: underline;
  }
  .text-color-red{
    color: var(--underline);
  }
  /* .text-color-red:hover{
    text-decoration: underline;
  } */
  .text-logo{
    color: #0C2748;
  }
  .text-sm{
    color: #0C2748;
  }
  .c-pointer{
    cursor:pointer;
  }

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    background-color: var(--gray);
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    margin-left: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(45, 43, 43);
    background-color: var(--gray);
  }
.btn-outline-primary{
    border-color: var(--blue);
    color: var(--blue);
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(15 47 86 / 48%);
}
.btn-outline-primary:hover{
    color:  var(--red) !important;
    background-color:  var(--white);
    border-color:  var(--red)  
}
.btn-outline-secondary{
    color: var(--blue);
    background-color: #f0f0f0;
    background-image: none;
    border-color: #bbbbbb;
}
.btn-outline-secondary:hover{
    color:  var(--blue) !important;
    background-color:  var(--white);
    border-color:  var(--blue)
}
.com-2-unterline-color{
    padding: 3px 0px 16px 0px;
    position: relative;
}

.com-2-unterline-color::after {
    position: absolute;
    background: var(--underline);
    height: 3px;
    content: '';
    width: 45px;
    left: 0;
    top: 37.5px;
}
.border-right{
    border-right: 1px solid var(--border-color);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0c2748;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    border: 1px solid var(--border-color);
    color: #212529;
}
.l-ht-16{
    line-height: 16px;
}

.click-bg-color{
    background-color: var(--blue);
}

.border-grey{
    border: 1px solid #838383;
}

.fa-i-absolute{
    right: 5px;
    top: 5px;
}
.logo-img {
    filter: invert(1);
}
.table th {
    background-color: var(--blue) !important;
    border: transparent !important;
    color: var(--white);
    font-weight: 400;
}
table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 400;
}
table.dataTable tbody .even{
    background-color: #f8f8f8;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-right: 0;
}
.table-bordered, .table-bordered td{
    border: 0;
    border-top: 1px solid var(--border-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px 9px;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: var(--blue);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background-color: var(--blue);
}
table.dataTable.no-footer {
    border-bottom: 1px solid var(--border-color);
}

#panelEditorContainer {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    background-image: url(../images/grid.png);
    height: 500px;
}

.componentList {
    width: 115px;
    position: absolute;
    top: 23px;
    left: 10px;
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
    z-index: 1;
}
.componentList ul li {
    list-style: none;
}
.componentListStyle {
    height: 445px;
    overflow: auto;
}
.header-style {
    background: rgb(101, 102, 101);
    padding: 6px 10px;
    color: rgb(255, 255, 255);
}
.component-card {
    position: relative;
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image: initial;
    border-top-style: initial;
    border-top-color: initial;
    padding: 10px;
    text-align: center;
    background: rgb(255, 255, 255);
}
.border-radius-10{
    border-radius: 10px;
}

.filled-position{
    position: absolute;
    left: -71px
}
.remaining-position{
    position: absolute;
    right: -95px;
}

.progress-bar-vertical {
    width: 55px;
    min-height: 350px;
    margin-right: 20px;
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;        
    align-items: flex-end;
    -webkit-align-items: flex-end;
    border-radius: 5px;
  }
  
  .progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }
  .progress-success{
    background-color:#28a745
  }
  .bg-gray{
      /* background-color: #f3f4f8; */
      /* background-color: #c6c6af; */
      background-color: #fff;
  }
  .front-filled{
    position: absolute;
    left: 16px;
    bottom: -53px;
    width: 100%;

  }
  .front-remains{
    position: absolute;
    left: 13px;
    top: -44px;
    width: 100%;
}

  .textareaDefault{
      outline:none;
      min-height:50px;
      max-height: 300px;
  }

  @media (min-width: 768px) {
    .mw-65{
        max-width: 65% !important;
    }
  }
  @media (max-width: 767px) {
    .mw-65{
        max-width: 100% !important;
    }
  }
  .select2-container--default .select2-selection--single{
      border: 1px solid var(--border-color);
  }
  /* left menu */
  .sidenav{
    background-color:var(--white);
    height: calc(100% - 108px);
    left:0;
    overflow-x:hidden;
    position:absolute;
    top:108px;
    transition:.5s;
    width:200px;
    z-index:3;
    border-right: 1px solid var(--border-color);
    box-shadow: 2px 5px 5px 2.5px var(--border-color);
}
.sidebar-nav {
    padding: 44px 0 0;
}
.font-22{
    font-size: 22px;
}
.sidenav a,.sidenavR a{
    color:var(--blue);
   display:block;
   font-size:16px;
   padding:10px;
   text-decoration:none;
   transition:.3s;
}
/* .sidenav a:hover,.offcanvas a:focus,.sidenavR a:hover,.offcanvas a:focus{
   color: var(--red);
} */
.sidenav .closebtn,.sidenavR .closebtn{
   font-size:14px;
   margin-left:50px;
   position:absolute;
   right:8px;
   top:0;
   border: 1px solid var(--border-color);
   padding: 5px 10px;
   margin-top: 4px;
   border-radius: 4px;
}
.closebtn:hover{
    background-color: var(--white);
    color: var(--red);
    border: 1px solid var(--red);
 }
.sidenav .active{
    background-color: var(--blue);
    color: var(--white) !important;
}
 .leftmenu-item{
    color: var(--blue);
    border-bottom: 1px solid var(--border-color);

 }
 .leftmenu-bar{
    padding: 6px 28px 3px 15px;
    border-bottom: 1px solid var(--border-color);
 }

  input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }

.selection{
    text-align: left !important;
}
.select2-container{
   display: block;
}
.work-break{
    word-break: break-all;
}
.sw-theme-arrows>.nav{
    background: #e6e6e6;
}
#panelEdit .form-group input:checked + label:after{
    top: 3px;
    left: 14px;
}
.bg-light{
    background: #fbfbfb;
}
#pageWrapper{
    height: calc(100% - 160px);
    overflow: auto;
}
#mySidenav{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

table.dataTable thead th, table.dataTable thead td{
    padding: 8px 10px;
}

.sidebar-nav ul .active a{
    color: var(--white);
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 7px 0;
    background: #d6e3f4;
    color: var(--blue);
    border-radius: 4px;
    z-index:5;
}
.mb-10, .my-10 {
    margin-bottom: 2.5rem !important;
}
.nav-active{
    color: var(--blue);
    font-weight: bold;
}
.nav-active .active{
    background-color: transparent;
    color: var(--blue) !important;
    font-weight: bolder !important;
}
.symbol.symbol-light-danger .symbol-label {
    background-color: #d6e3f4;
    color: var(--blue);
}

.symbol.symbol-40 .symbol-label {
    width: 40px;
    height: 40px;
}

.symbol .symbol-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #3F4254;
    background-color: #F3F6F9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.app-container-box {
    background-color: var(--white);
    padding: 30px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px var(--border-color);
        box-shadow: 0 0 10px var(--border-color);
}

.tickGreen {
    display: inline-block;
    height: 60px;
    width: 30px;
    border-bottom: 5px solid #89C965;
    border-right: 5px solid #89C965;
    transform: rotate(45deg);
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    right: 7%;
    content: '\f0dd';
    font-family: FontAwesome, sans-serif  !important;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    right: 7%;
    content: '\f0de';
    font-family: FontAwesome, sans-serif  !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    margin: auto;
    text-align: center;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 22px;
    cursor: pointer;
}
.profile-logo {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    width: 230px;
    height: 230px;
    padding: 20px;
    text-align: center;
    display: flex;
    vertical-align: middle;
}
.profile-logo img {
    padding: 20px 0;
    max-height: 200px;
    width: 162px;
    /* margin: auto; */
}

@media (min-width: 1000px)and (max-width:1240px){
    .profile-logo{
        width: 200px;
        height: 200px;
    }
    .profile-logo img{
        padding: 0;
    }
}
.panel-width-box{
    border: 1px solid var(--border-color);
    padding: 17px;
    background: #f3f3f3;
}
.pre-line{
    white-space: pre-line
}
.table-wrapper{
    border:1px solid var(--border-color);
    border-radius: 6px 6px 6px 6px;
}
.height-150{
    height: 150px;
}

.border-none{
    border: none !important;
}
table {
    width: 100%;
}
  
table th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}
  
  table th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
  }

  table th{
    border-bottom: 1px solid var(--border-color);
    padding: 5px 9px;
  }
 
  .table-wrapper td{
    padding: 2px 9px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background: var(--red);
    padding: 2px 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0px 0px 0px 4px;
    border: 0;
  } 
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
    background-color: #e91521;
    color: #fff;
    outline: none;
  }
  #grantAccessModal .modal-body{
    height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .search-icon{
    position: absolute;
    top: 8.5px;
    left: 10px;
    color: #BABABA;
}
#searchProject{
    padding-left: 30px;
}
.error-input-box:focus{
    border-color: 1px  solid var(--red) !important;
    background-color: rgb(255 243 244) !important;
}

#componentsTable tbody tr:hover{
    background: #e3eaf2;
}
.clearSearch {
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    cursor: pointer;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
    cursor: not-allowed;
}

.tableFixHead {
    table-layout: fixed;
    border-collapse: collapse;
  }
    .tableFixHead tbody {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .tableFixHead thead tr {
    display: block;
  }
 
#selectedKitTableBody{
    height: 117px;
}
#orderingcodeBody{
    height: 87px;
}
#ProjectAssign td{
    padding: 10px;
}
.padding-right-3rem{
    padding-right: 2.5rem;
}
.text-decoration-underline{
    text-decoration: underline;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
    margin-right: 20px;
}
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    margin-bottom: 0px !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
  input:checked + .slider {
    background-color: #dc0814;
  }
  

  input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  td.details-control {
    background: url(images/more-details-icon.svg) no-repeat center center;
    cursor: pointer;
    background-size: 15px;
}
tr.shown td.details-control {
    background: url(images/details_close.png) no-repeat center center;
}
.dataTables_filter input, .dataTables_length select{
    font-family: ABBvoice-Light, sans-serif  !important;
}
/* #breakerTable.dataTable tbody .even{
    background-color:transparent
} */
table.dataTable td, table.dataTable th{
    vertical-align: middle;
}
.custom-file-input{
    cursor: pointer;
}
.mb-6{
    margin-bottom: 4rem !important;
}
.btn-default{
    border: 1px solid #ddd;
}
.view-photo {
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 3px;
    background: #f6f6f6;
    height: 200px;
}
.view-photo i{
    margin-top: 30px;
    color: #565656;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.view-img-preview {
    height: 100%;
    margin-top: 0;
}
.card-header{
    background: #d6e3f4;
}
.unsort{
    cursor: auto !important;
}
.unsort::before{
    content: none !important;
}

.unsort::after{
    content: none !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    width: calc(100% - 4px) !important;
}
#panelViewContent{
    border: 1px solid #CFCFCF;
    /* background-color: #F3F4F8; */
}



.panelListTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f2f56;
    color: white;
}
.panelListTable td, .panelListTable th {
    border-bottom: 1px solid var(--border-color);
    padding: 8px;
}
.w-90{
    width: 90px;
}
#overlayDiv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;

}
.carousel-control-next-icon, .carousel-control-prev-icon{
    filter: invert(1);
}
.accordion .card-header{
    border-bottom: 0;
}
.btn-header-link.collapsed{
    background-color: #0f2e56;
    color: #fff;
}

.btn-sub-header-link.collapsed{
    margin-bottom: 20px;
    background-color: #fff;

}
.btn-header-link {
    background-color: #0f2e56;
    color: #fff;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
    font-size: 14px;
}
.btn-sub-header-link {
    background-color: #0f2e5661;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
}
.btn-header-link.collapsed:after, .btn-sub-header-link.collapsed:after {
    content: "\f107";
}
.btn-header-link:after, .btn-sub-header-link::after {
    content: "\f106";
    font-family: FontAwesome, sans-serif  !important;
    font-weight: 900;
    float: right;
}
.btn-header-link, .btn-sub-header-link{
    padding: 15px 20px;
}
.btn-header-link:focus, .btn-sub-header-link{
    outline: none;
    box-shadow:none
}
.pt-80 {
    padding-top: 80px !important;
}

.drag-drop-wrapper {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.4s;
}
.drag-drop-wrapper form {
    display: none;
}
.drag-drop-wrapper.active {
    transform: scale(1.2);
}
.drag-drop-wrapper.active .drag-drop-area {
    border-color: var(--drag-area-primary-color);
}
.drag-drop-wrapper.active .drag-drop-area * {
    pointer-events: none;
}
.drag-drop-wrapper.dropped-anim {
    transform: rotateX(20deg);
}
.drag-drop-wrapper.dropped .drag-drop-progress {
    top: calc(100% - 40px);
}
.drag-drop-wrapper .drag-drop {
    position: relative;
    width: 100%;
    max-width: 568px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 53px 86px rgba(0, 76, 116, 0.1);
    display: grid;
    place-items: center;
    padding: 42px;
    z-index: 10;
}
.drag-drop-wrapper .drag-drop-area {
    border-radius: 24px;
    background: #f4f8fb;
    border: 2px dashed #c5d1e2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.drag-drop-wrapper .drag-drop-area-text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    text-align: center;
    color: var(--drag-area-text-color);
}
.drag-drop-wrapper .drag-drop-area-separator {
    margin-top: 4px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--drag-area-separator-color);
    position: relative;
}
.drag-drop-wrapper .drag-drop-area-separator::before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: -90px;
    background-color: var(--drag-area-separator-color);
}
.drag-drop-wrapper .drag-drop-area-separator::after {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    background-color: var(--drag-area-separator-color);
}
.drag-drop-wrapper .drag-drop-area-button {
    margin-top: 18px;
    font-size: 16px;
    padding: 11px 22px;
    color: #fff;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.library-div{
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    position: relative;
}
.library-div:after, .library-div:before {
    height: 50%;
    background: #00000030;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
    width: 0%;
}
.library-div::before, .library-div::after{
    content: "";
}
.library-div:after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%;
}

.library-div .icon {
    list-style: none;
    background: #0f2f56;
    border-radius: 4px;
    top: 0;
    display: none;
    width: auto;
    right: calc(100% - 190px);
    z-index: 2;
    transition: all .3s ease .2s;
    text-align: center;
}
.library-div .icon, .library-div .title {
    margin: 0;
    position: absolute;
}
.library-div .icon li {
    display: inline-block;
}
.library-div .icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease 0s;
}
.library-div:hover .icon {
    top: calc(100% - 118px);
    padding: 3px 5px;
    display: block;
}
.file-dialog{
    position: absolute;
    outline: none !important;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}
.library-div:hover:after, .library-div:hover:before {
    transform: rotateZ(0);
    width: 100%;
}
.librarydiv:hover{
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background-color: #00000030;

}

#breakerConfTable th, #breakerConfTable td{
    padding: 12px 15px;
    text-align: center;
}
#breakerConfTable td{
    width: 200px;
}
#breakerConfTable th{
    background-color: #d6e3f4;
}
#breakerConfTable th:first-child, #breakerConfTable td:first-child{
    border-right: 1px solid var(--border-color);
}

.toggle.btn{
    width: 120px !important;
}
.toggle-on.btn {
    padding-right: 73px !important;
}
.toggle-off.btn {
    padding-left: 54px !important;
}
#breakerListBody{
    height: calc(100vh - 250px);
}
.export-side img, .back-img img{
    height: 250px;
}
.top-export img, .bottom-img img{
    height: 125px;
}

.date-picker-class{
    background: #fff; 
    cursor: pointer; 
    padding: 7px 10px; 
    width: 100%;
}

.card-image{
    padding: 10px;
    height: 55px;
    width: 55px;
}

.vl{
    border-left: 1px solid #dee2e6;
    margin: 5px 0px;
}

.media{
    padding: 35px 10px;
}

.mb-5rem{
    margin-bottom: 5rem;
}

.mw-75{
    max-width: 75% !important;
}

.mw-85{
    max-width: 85% !important;
}
.carousel-control-next, .carousel-control-prev{
    width: 120px;
}

.qtyInput{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}
.qtyInput:hover, .qtyInput:focus{
    border-bottom: 1px solid #ddd;
}
.image-item {
    display: flex;
    justify-content: space-around;
}

.empty-corner{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.empty-corner::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -2px;
    border-top: 1px solid;
    width: 30px;
    border-left: 1px solid;
    height: 10px;
}
.text-corner{
    position: absolute;
    top: -20px;
    left: 31px;
    font-weight: bold;
}
.empty-corner::before{
    content: '\f0dd';
    position: absolute;
    top: -12px;
    left: -5px;
    height: 10px;
    font-family: FontAwesome, sans-serif !important;
}
.top-text-corner{
    top: -24px ;
    left: 16px;
    font-weight: bold;
    position: absolute;
}
.rotated-img img{
    transform: rotate(90deg);
}
.rotated-img{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top-view-div, .bottom-view-div {
    align-items: baseline;
    display: flex;
    justify-content: center;
}
.active-row{
    background: #9b8f8f47;
}
.front-view-div{
    border-top: 1px solid #000;
    padding-top: 12px;
}
.copy-btn{
    width: 40px !important;
    min-width: 40px !important;
}
.badge{
    font-weight: 500;
}
.back-view-div img {
    height: 461px;
}
.bottom-view-div img, .top-view-div img{
    height: 200px;
}