.btn_success{
  
        color: #fff;
        background-color: #198754;
        border-color: #198754;
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        border: none;
        padding: 10px 22px;
        border-radius: 5px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
  
}
.btn_success:hover{
    background: #198754;
    color: #fff;
}

.dataTables_length .form-select{
    background-color: transparent;
  border: 1px solid #51555B;
  border-radius: 5px;
  color: #fff;
  min-height: 35px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

}

.dataTables_length .form-select option{
background-color: #32353d;
}
.dataTables_filter .form-control{
background-color: transparent;
  border: 1px solid #51555B;
  border-radius: 30px;
  color: #fff;
  min-height: 35px;
}
.dataTables_filter .form-control:focus,
.dataTables_length .form-select:focus{
box-shadow: none;
outline: none;
}

.dataTables_paginate .pagination{
gap: 5px;
}

.dataTables_paginate .page-item.disabled .page-link{
border-color: #51555b;
background-color: transparent;
opacity: 0.5;
}
.dataTables_paginate .page-item .page-link{
font-size: 14px;
}
.dataTables_paginate .page-item.active .page-link{
background-color: #4169E1;
border-color: #4169E1;
}
.dataTables_paginate .page-link{
border-radius: 5px;
border-color: #51555b;
background-color: transparent;
color: #6c757d;
}

.dataTables_length label,
.dataTables_filter label{
font-size: 14px;
}

.highlight {
    border-radius: 0;
    background-color: #4169E12E;
    cursor: pointer;
}

.highlight-background {}

#scren-pic {
    position: relative;
    display: inline-block;
}

.capture-btn {
    width: 100%;
    border: none;
}

a#buttonText {
    flex: initial;
}

div#buttonPosition {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Test */
/* #scren-pic a img#output {
    height: auto !important;
} */

@media only screen and (max-width: 1750px) {
    .innersection {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainbox .left-sdiebar {
        width: 200px;
    }

    .mainbox .center-box {
        margin-left: 200px;
    }

    .onscreen-card .col-boxsm {
        max-width: 300px;
    }

    .onscreen-card .col-boxlg {
        max-width: calc(100% - 250px);
    }

}

@media only screen and (max-width: 1550px) {
    .sreen-rightbox .col-bx4 {
        max-width: 420px;
    }

    .sreen-rightbox .col-bx8 {
        max-width: calc(100% - 350px);
    }

    .left-section-screen {
        padding: 30px 10px;
    }

}

a.nav-link.active {
    color: #30E5A9 !important;
}

a.dropdown-item.active {
    color: #30E5A9 !important;
    background: none;
}

.details-form .cont-form label.error {
    position: relative;
    transform: none;
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: #00e5ae !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: none;
    background-image: none;
    font-size: 14px;
    font-weight: 600;
}

.ui-icon-circle-triangle-w {
    background-position: -98px 0px !important;
}

.ui-icon-circle-triangle-e {
    background-position: -33px 0px !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: transparent !important;
    border: none !important;
}

.ui-datepicker th {
    font-size: 12px !important;
}

.ui-datepicker td {
    font-size: 14px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none !important;
    background: none !important;
    background-color: #e9e9e9 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

.onboard-right-indent {
    display: flex;
}

/* pop css */

.pop-tabs-holder {
    padding: 0 0 15px 0;
}

.pop-tabs-holder .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px !important;
}

.pop-tabs-holder .nav-tabs li {
    margin-right: 10px;
}

.pop-tabs-holder .nav-tabs .nav-link .icon {
    margin-right: 5px;
}

.pop-tabs-holder .nav-tabs li:last-child {
    margin-right: 0;
}

.pop-tabs-holder .nav-tabs .nav-link {
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.pop-tabs-holder .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.pop-tabs-holder .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #43474c;
    border-color: none;
    border: 1px solid transparent;
}

.keys-block {
    margin-top: 10px;
}
.pop-tabs-holder ul li button{
    display: flex;
    align-items: center;
    justify-content: center;   
}
.pop-tabs-holder ul li .icon{
    margin-top: -3px;
    line-height: 1;;
}
.scroll-popupbx {
    height: calc(100vh - 230px);
    overflow-y: auto;
    padding-right: 10px;
}

.scroll-popupbx::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll-popupbx::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scroll-popupbx::-webkit-scrollbar-thumb
{
	background-color: #a1a1a1;
}

/* pop css close */

/* segments css start */

.custom_segments .thumnails-bx:before{
    display: none;
}
.gap-10{
   gap: 10px;
}

.header-segments.profile-info-wrapper,
.edit_formbx .profile-info-wrapper{
    padding: 0px;
    border-radius: 0px;
    background: transparent;
}
.header-segments .cstm_searchbx{
    border-radius: 30px;
}
.header-segments .box1 {
    max-width: 300px;
    width: 100%;
}
.blue_btn_sml{
    background: #4169E1;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.blue_btn_sml .iconbx{
    line-height: 1;
    margin-right: 4px;
}

.blue_btn_sml:hover{
    background: #3661e1;
    color: #fff;
}

.cstm_tablebx table tr th{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border-bottom: none;
    background-color: #44464E;
    padding: 8px 10px;
    white-space: nowrap;
}
.cstm_tablebx table tr th:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.cstm_tablebx table tr th:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.cstm_tablebx table tr td{  
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-color: #44464E;
    vertical-align: middle;
    padding: 15px 10px;
    line-height: 1.2;
}
.cstm_tablebx table tbody{
    border-top: none !important;   
}
.cstm_dropdown .dropdown-toggle{
    width: 30px;
    height: 30px;
    border-radius: 50%; 
    background-color: #464850;
    border: none;
    padding: 0px;
}
.cstm_dropdown .dropdown-toggle:after{
    display: none;
}
.cstm_dropdown .dropdown-toggle:focus{
    box-shadow: none;
    outline: none;
}
.cstm_dropdown .dropdown-item{
    line-height: 18px;
}

.cstm_dropdown .dropdown-menu{
    border-radius: 10px;
}
.cstm_tablebx{
    padding-top: 28px;
}
.min-h350{
    min-height: 350px;
}
.mainbox .center-box{
    width: 100%;
    overflow-y: hidden;
}

.modal_deletebx .modal-body{
    text-align: center;
}
.modal_deletebx .project-form-pop .proceed-btn{
    text-align: center;
        display: flex;
    justify-content: center;
    gap: 0px 15px;
    flex-wrap: wrap;
    align-items: center;
}
.modal_deletebx .modal-content{
    max-width: 390px;
}
.modal_deletebx .modal-body{
    padding: 30px 40px 40px 40px;
}
.modal_deletebx .proceed-btn .btn {
    width: 46%;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}
.delete_contentbx .imgbx{
    padding-bottom: 15px;
}
.delete_contentbx .modal-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 10px;
}
.delete_contentbx p{
    font-size: 16px;
    font-weight: 400;
    color: #BCBDBE;
    line-height: 1.3;
}
.delete_contentbx p .tex_bld{
    font-weight: 600;
}
.modal_deletebx .proceed-btn{
    margin-top: 0px;
}

.modal_deletebx .project-form-pop{
    padding: 25px 0 0 0;
}
.bread_crumb_list .back_btnsm{
    max-width: 14px;
    width: 100%;
}

.custom_segments .thumnails-bx{
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom_segments .hr-b{
    border-bottom: 1px solid #4C4E56;
    padding-bottom: 18px;
}
.verticle_line{
    flex: 1;
    width: 100%;
    height: 1px;
    background-color: #4C4E56;;
}
.view-headerbx .name_filed{
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.max-w460{
    max-width: 460px;
}
.csmt_viewbx_filed .label-name{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 16px;
    padding-bottom: 4px;
}
.csmt_viewbx_filed .view_field_detail{
    background-color: #2C2E35;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #BCBDBE;
    line-height: 1.3;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-height: 45px;
}

.project-box.segments-project-bx .title-sm,
.project-box.view-projectbx .title-sm{
    padding-left: 0px;
}

.smldrop-down .dropdown-menu .dropdown-item:focus,
.smldrop-down .dropdown-menu .dropdown-item:active{
    background-color: rgba(52, 55, 63, 0.4);
}
.min-w120{
    min-width: 120px;
}

.edit_formbx .profile-info-wrapper .setting-label{
    color: #fff;
}
.edit-icon-btnbx .btn-remove-filed{
    flex: 0 0 auto;
    max-width: 30px;
    width: 100%;
}
.edit-icon-btnbx .cstm_formbx{
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
}

.btn-remove-filed .remove-btn{
    width: 30px;
    height: 30px;
    background-color: #4169E1;
    border: none;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.btn-remove-filed .remove-btn:hover{
    background: #3661e1;
    color: #fff;
     transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.btn-remove-filed .remove-btn:focus{
    outline: none;
    box-shadow: none;
}
.edit-icon-btnbx{
    gap: 0px 5px;
}
.add-filed-sm .btn-tex{
    line-height: 1.3;
}
.add-filed-sm{
    background-color: #414348;
    color: #70E2AD;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    border-radius: 30px;
    line-height: 1.2;
    border: none;
    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    min-height: 25px;
}
.add-filed-sm:hover{
    background-color: #464951;
    color: #70E2AD;
        transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.add-filed-sm:focus{
    box-shadow: none;
    outline: none;
}

.add-filed-sm .iconbx{
    line-height: 1;
    margin-right: 2px;
}
.pt-35{
    padding-top: 35px;
}

.max-w490{
    max-width: 490px;
}

/* segments css end */

@media only screen and (min-width: 1399px){
    .sidemenu-link .iconlist img{
        max-width: 16px;
    }
}


@media only screen and (max-width: 767px){
.cstm_tablebx table tr td {
    font-size: 14px;
    padding: 8px 10px;
}
.modal_deletebx .modal-body {
    padding: 30px 15px 30px 15px;
}
.max-w460{
    max-width: 100%;
}
.custom_segments .thumnails-bx{
    padding: 25px 15px;
}
.max-w490{
    max-width: 100%;
}
.back_btn img{
    max-width: 10px;
}
.back_btnsm.me-3{
    margin-right: 0.6rem!important;
}
.cstm_dropdown .smldrop-down .dropdown-menu .dropdown-item {
    font-size: 14px;
}
.blue_btn_sml{
    font-size: 14px;
}
.header-segments .box_1 h4{
    font-size: 18px;
}

}

@media only screen and (max-width: 575px){
.header-segments .box1 {
    max-width: 100%;
}
}

@media only screen and (max-height: 400px){
   
    .scroll-popupbx {
        height:auto;
        overflow-y: visible;
        padding-right: 0px;
    }    

}

@media only screen and (max-width: 1400px) {
    .sreen-rightbox .col-bx8 {
        max-width: calc(100% - 320px);
    }

    .sreen-rightbox .col-bx4 {
        max-width: 320px;
    }

}