@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clrflt{
    clear: both;
}


/*common css*/
a:focus,a:hover,a,a:visited {
    outline:none;
    text-decoration: none;
}
li,ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,.form-control:focus{
    outline: 0;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-box-shadow: 0 0 0 18px white inset !important; 
     -webkit-text-fill-color: #333!important;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700&display=swap');

@font-face {
  font-family: Lato-Regular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
 font-family: Lato-Italic; 
  src: url("../fonts/Lato-Italic.ttf");
}
@font-face {
  font-family: Lato-Bold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: Lato-SemiBold;
  src: url("../fonts/Lato-Semibold.ttf");
}

body{
    font-family: 'Source Sans Pro';
    font-size: 14px !important;
    color:#202124;
}
body.acc-activation{
     font-family: 'Lato-Regular', sans-serif !important;
    font-size: 15px !important;
    color:#333333;
    overflow: auto;
}
.mr-10{margin-right: 10px;}
.btn-serach-dropdown .btn.mr-ml-20{margin-left: 20px; margin-right: 20px;}
img{
    max-width: 100%;
}
h1 {
    font-size: 20px!important;
    font-weight: 500!important;
    margin-bottom: 20px;
}
h3{
  font-size: 21px!important;
  font-weight: 500!important;
}
h4{
    font-size: 18px!important;
  font-weight: 500!important;
}
h5{
    font-size: 15px !important;
    font-weight: 500!important;
}
h6{
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #414042 !important;
}

.block{
    display: block;
}
.text-uppercase{
  text-transform: uppercase;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}

.scrollbar{
    height: 255px;
    overflow-y: scroll;
    overflow-x: inherit;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #040748; 
  border-radius: 10px;
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #E6E6E6; 
}
/*common css*/

/*default css available starts*/

.header-top i {
    font-size: 18px;
}
.bg-image {
    background: url(../images/background-login.jpg) no-repeat 0 0 / cover;
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}

.login-header {
    display: inline-block;
    width: 100%;
    background: #0e1a35;
}

.login-signup {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.logo a{
    max-width: 200px;
    padding: 0px 10px;
    display: block;
}
.list-inline li a{
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
}

.navi  .nav-tabs>li {
    float: none;
    margin-top: 0px;
}

.nav-tabs>li.active>a span{
    font-weight: 700;
}

.navi .nav-tabs {
    border-bottom: none;
    padding-bottom: 40px;
}
.nav-tabs>li>a{
      border: none;
      padding: 15px 10px;
}

.nav-tabs>li>a:hover {
    border: none;
    background: transparent;
    padding: 15px 10px;
}

.inner-list{
    margin-top: 44px;
}
.inner-list li{
    margin-bottom: 15px;
}

.inner-list li a{
    padding: 15px 10px;
    border-radius: 5px;
    position: relative;
    margin: 0 8px;
}

.navi .nav-tabs>li>a {
    border-radius: 5px;
    position: relative;
    margin: 0 8px;
}

/*.navi .nav-tabs>li.active>a:after{
    content: "";
    border: 2px solid #ea563d;
    position: absolute;
    right: 2px;
    height: 90%;
    top: 3px;
    border-radius: 5px;
}*/

 .navi li a figure {
    width: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.navi li a.active{
    color: #0b436a;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    position: relative;
    font-weight: 400!important;
    border-radius: 5px;
    padding: 15px 10px;
} 
.navi li a.active:before {
    content: "";
    background: #ea573d;
    width: 4px;
    position: absolute;
    height: 95%;
    top: 2px;
    right: 5px;
}

.navi li a .on-active{
    display: none;
}

.navi li.active .on-active{
    display: block;
}

.navi li.active .non-active{
    display: none;
}

.home {
    background: #fff;
}

#navigation {
    background: #002140;
}

#navigation {
    padding: 0;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100vh;
    padding: 20px 0;
   
}

.v-align {
    vertical-align: top;
}

.header-top {
    margin: 0;
    padding-top: 2px;
}

.header-top img {
    border-radius: 50%;
    max-width: 24px !important;
    width: 100%;
}
.header-top img.envelope-notification{
    border-radius: 0;
}
.add-project {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px 10px 45px;
    position: relative;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.add-project::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 12px;
}

.add-project:hover {
    color: #ffffff;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}
.navi i {
    font-size: 20px;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
    padding-left: 20px;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -85px;
    padding: 17px;
}
.view {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}
#navigation{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input {
    border: none;
    font-size: 15px;
    padding: 15px 9px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll 99% 12px;
    color: #8492af;
}

header {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 9px 5px 14px rgba(0, 0, 0, 0.11);
    display: inline-block !important;
    line-height: 40px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo {
    text-align: center;
}

.navi a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 50px;
    text-decoration: none;
}

.navi i {
    margin-right: 15px;
    color: #5584ff;
}

.navi .active a {
    background: #122143;
    border-left: 5px solid #5584ff;
}


.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 150px !important;
    text-align: center;
}
.hidden-xs{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 0 20px;
}

.user-dashboard h1 {
    color: #0e1a35;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 21px 0;
}
.sales {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.sales button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dadee7;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 32px;
    color: #0e1a35;
}

.sales button::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 11px;
}

.sales  .btn-group {
    float: right;
}

.sales h2 {
    color: #8492af;
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}

.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.sales .dropdown-menu{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}

.sales .btn-group.open .dropdown-toggle, .btn.active, .btn:active{
    box-shadow: none;
}

.btn-primary.log-in-btn:active,.btn-primary.log-in-btn:focus{
    background-color: #07a3b1;
    border: none;
    outline: none;
}

.sales .dropdown-menu > a {
    color: #0e1a35;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}

#my-cool-chart svg {
    width: 100%;
}

.sales .dropdown-menu > a:hover{
    color: #5584FF;   
}

.shield-buttons {
    display: none;
}

.close, .close:focus, .close:hover {
    color: #fff;;
    opacity: 1;
    text-shadow: none;
}

.modal-body input {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    padding: 14px 10px;
    width: 100%;
    color: #8492af;
}

.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    height: 200px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: #8492af;
}

.modal-custom .modal-content p {
    font-size: 14px;
}

.modal-header.login-header h4 {
    color: #ffffff;
}

.modal-footer .add-project {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}

.modal-footer .add-project::before{display: none;}
.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}

.cancel {
    background: #0E1A35     ;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative; 
}

.modal{
    top: 20%; 
}

.modal-header .close {
    margin-top: 2px;
}

.search input:focus{
    border-bottom: 1px solid #BDC4D4;
    line-height:22px;
    transition: 0.1s all;
}

.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.terms-conditions p,.terms-conditions{
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.terms-conditions span{
    display: inline-block;
    margin: 0 5px;
}

.terms-conditions span a {
    padding: 0;
    font-size: 11px;
    position: relative;
}

.terms-conditions span a:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -8px;
    height: 100%;
    width: 2px;
}

.terms-conditions  span:last-child a:after{
    display: none;
}

ul.suppport-logout{
   padding: 20px 0;
    position: relative;
}

ul.suppport-logout:before {
    content: "";
    background-color: #fff9;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 0;
    right: 17px;
}

.btn{
    max-width: 150px;
    width: 100%;
    margin: 0 32px;
    border: 1.2px solid #040748;
    border-radius: 6px;
    background: transparent;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #040748;
}

.btn:active,.btn:hover,.btn:focus,.btn-primary.active.focus,
.btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background: #040748;
    outline: 0;
}
.ticket-type{
    margin: 32px 0;
}

.btn:active,.btn:hover a,.btn:focus,.btn-primary.active.focus a,
.btn-primary.active:focus a, .btn-primary.active:hover a, .btn-primary:active.focus a,
.btn-primary:active:focus a, .btn-primary:active:hover a,
.open>.dropdown-toggle.btn-primary.focus a,
.open>.dropdown-toggle.btn-primary:focus a, .open>.dropdown-toggle.btn-primary:hover a{
    color: #fff;
 }

.ticket-type li.active.btn-primary a:focus{
    background-color: transparent;
}

/*default css available ends*/

/*ticket list css*/

.ticket-type .btn{
    padding: 0;
    height: auto;
    background: transparent;
}
.ticket-type .btn a{
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 10px;
    display: block;
    color: #040748;
}
.ticket-type .btn a:hover{
    padding: 10px;
}
.ticket-type .nav-tabs {
    border-bottom: none;
    margin: 0 auto;
    max-width: 645px;
}
.ticket-type .btn.active a,.ticket-type .btn.active a:hover{
    color: #fff;
    cursor: default;
    background-color: #040748;
    border: none;
    border-bottom-color: transparent;
    margin: 0;
}
.search-container{
    max-width: 578px;
    margin: 0 auto;
    position: relative;
}
.search-container input{
    background: #F1F5F9;
    border-radius: 8px;
    border: none;
    padding: 0 40px;
    width: 578px;
    height: 48px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: #7F858C;
}
.search-container .search-btn{
    border: none;
    position: absolute;
    top: 12px;
    left: 15px;
    background: transparent;
}
.search-container .filter-btn{
    border: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
}

.ticket-list-details thead tr{
    background: #F1F5F9;
}

.ticket-list-details thead tr th{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #202124;
    border: none;
    padding: 16px;
}

.ticket-list-details .table>tbody>tr>td {
    padding: 30px 10px;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ticket-list-details .table>tbody>tr:last-child td{
    border:none;
}

.inner-navigation{
    width: 200px;
}

.navi{
    margin-top: 20px;
}
.table>thead>tr>th{
    vertical-align: middle;
}

.email-table-div{
    width: 144px;
}
.category-table-div{
    width: 100px;
}

.country-center{
    text-align: center;
}
.sub-category{
    width: 64px;
    text-align: center;
}

.section-division:last-child{
    border-bottom: none;
}


/*filter css*/
.filter-img{
    width: 20px;
}
.filter-account-types {
    position: relative;
}
.target-filter,.target {
    position: absolute;
    top: 65px;
    right: 140px;
    border: 1px solid #ccc;
    padding: 0;
    background: #FFF;
    width: 250px;
    z-index: 99;
    border-radius: 5px;
}
.target {
    left: 75px;
    right: inherit;
    max-width: 378px;
    width: 100%;
    border: 0.5px solid #B6B6B6;
    box-shadow: 2px 0px 20px rgb(9 38 67 / 20%);
    border-radius: 2px;
}
/*new css*/

.click,.click-plan{
    display: block;
    position: relative;
}
.click .notification-count{
    right: inherit;
    top: -4px;
    left: 20px;
    height: 8px;
    width: 8px;
}
.click-open .checkbox label {
    font-size: 14px;
    padding-left: 25px;
}
.click-open .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
}
/*new css*/

.click-open .remember .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
.btn-filter {
    border-top: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: space-around;
}
.btn-filter:after{
    content: "";
    position:absolute;
    top: 0;
    left: 50%;
    background-color: #ccc;
    height: 100%;
    width: 1px;
}
.btn-filter .btn{
    background: transparent;
    padding: 15px;
    font-weight: 700;
}
.btn-filter .btn:focus{
    outline: 0;
}

/* Hide a modal below a specific width */
@media (min-width: 767px) {
.modal-backdrop.modal-backdrop--custom { 
    display: none !important;
}
}

@media (max-width: 767px) {
.check-width .modal-body{
    padding: 0;
}
.check-width .modal-body .target-filter {
    display:block;
    position: unset;
    width: auto;
    border: none;
}
.check-width .modal-content{
    width: 300px;
    margin: 0 auto;
}
}

.filter-sort{
    width: 10px;
    height: 7px;
    margin: 0 10px;
}
.rotated{
    transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

/*filter css*/

/*edit option css*/
.click-edit{
    display: block;
}
.ticket-list-details table tr{
    position: relative;
}
.ticket-list-details .table>tbody>tr>td.edit-option{
    position: absolute;
    width: 87px;
    right: 10px;
    top: 30px;
    padding: 19px 10px;
    background: #FFFFFF;
    box-shadow: 2px 0px 20px rgb(9 38 67 / 20%);
    border-radius: 2px;
}
.edit figure{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.edit p{
    display: inline-block;
    margin: 0 0 0 15px;
    color: #202124;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.target-filter{
    background: #fff;
    border: 0.5px solid #B6B6B6;
    box-shadow: 2px 0px 20px rgb(9 38 67 / 20%);
    border-radius: 2px;
    width: 100%;
    right: 0;
    top: 50px;
    padding: 25px;
}
.target-filter .click-open label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #4D5156;
    display: inline-block;
    max-width: 130px;
    width: 100%;
    text-align: left;
}
.target-filter .click-open  input.form-control{
    display: inline-block;
    height: 44px;
    background: transparent;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    max-width: 390px;
    width: 100%;
}
.target-filter .click-open  .form-group {
    margin-bottom: 0;
}
.btn-serach-dropdown{
    text-align: right;
}
.new-btn{
    background: #040748 !important;
}
.color-black{
    color: #000 !important;
}
.btn-serach-dropdown .btn{
    max-width: 98px;
    /* background: #040748; */
    border-radius: 6px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding: 12px 24px;
    margin: 0;
    margin-top: 32px;
}
.producttable .table>thead>tr>th{
    text-align: center;
}
.btn-search{
    max-width: 98px;
    background: #040748 !important; 
    border-radius: 6px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding: 12px 24px;
    margin: 0;
    margin-top: 32px;
}

.target-filter .click-open   .dropdowns.dropdown-options{
    display: inline-block;
    max-width: 390px;
    width: 100%;
}

.target-filter .click-open  .dropdowns.dropdown-options select{
    display: inline-block;
    height: 44px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    max-width: 390px;
    width: 100%;
}
.target-filter .click-open  .dropdowns.dropdown-options select:focus-visible{
    outline: 0;
}
/*ticket list css*/
/*edit css*/

.personal-details{
    max-width: 747px;
    background: #fff;
    border: 1px solid rgba(32, 33, 36, 0.2);
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    position: relative;
}

.personal-details .personal-details-value{
    display: flex;
    justify-content: start;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    color: #202124;
    margin-bottom: 20px;
}
.personal-details .personal-details-value label{
    margin-right: 5px;
    margin-bottom: 0;
}
.personal-details .personal-details-value p{
    margin-bottom: 0;
}
.edit-details-option h2{
    margin-bottom: 20px;
}
.section-division{
    padding: 40px 0;
    border-bottom: 15px solid rgba(4, 7, 72, 0.05);;
}
.dropdown select{
    background: #FFFFFF;
    border: 1px solid rgba(32, 33, 36, 0.5);
    border-radius: 6px;
    height: 46px;
    padding: 12px;
    cursor: pointer;
    max-width: 150px;
    width: 100%;
}
.ticket-info{
    padding: 32px;
}
.personal-details.tickets{
    padding: 0;
}
.personal-details.tickets h3{
    text-align: center;
    margin: 0;
    padding: 16px 0;
    border: 1px solid rgba(32, 33, 36, 0.1);
}
.personal-details .personal-details-values,
.personal-details .personal-details-values label,
.personal-details .personal-details-values .dropdown,
.remarks label{
    display: block;
}
.personal-details .personal-details-values,.personal-details.tickets .personal-details-value{
    margin-bottom: 24px;
}
.remarks textarea{
    resize: none;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(32, 33, 36, 0.5);
    border-radius: 6px;
    display: block;
}
.ticket-info .btn{
    max-width: 100px;
    padding: 10px;
    width: 100%;
    background: #040748;
    border-radius: 6px;
    color: #fff;
    margin: 28px auto 0;
    display: block;
}
.section-division .table{
    border: 1px solid rgba(32, 33, 36, 0.2);
    border-radius: 6px;
    max-width: 917px;
    width: 100%;
    margin: 0 auto;
}
.section-division .table>thead>tr>th{
    background: #F1F5F9;
    border-bottom: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #202124;
}
.section-division .table>tbody>tr>td{
    border-top: none;
    padding-bottom: 60px;
}
.edit-details{
    position: absolute;
    top: -25px;
    right: 25px;
}
.customer-details{
    display: flex;
    justify-content: start;
    align-items: center;
}

.customer-details .personal-details-value{
    margin-right: 35px;
}

.back-btn a{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin: 0 45px;
    color: #000;
}
.back-btn a img{
    margin-right: 17px;
}

/*order status*/


.order-status-section .table>thead>tr>th{
    text-align: center;
}
.order-status-table,.sales-main-div{
    margin-top: 32px;
}

.order-payment-edit img{
    margin: 0px 10px;
}
.order-payment-status .modal-header {
    padding: 20px 15px 16px;
    border-bottom: 1px solid #DADADA;
}
.order-payment-status .modal-footer{
    padding: 16px 25px 20px;
    border-top: 1px solid #DADADA;
}
.order-payment-status .close{
    position: absolute;
    left: 20px;
    z-index: 99;
    float: none;
    color: #000;
}
.order-payment-status .modal-footer .btn{
    max-width: 98px;
    margin: 0;
    background: #040748;
    border-radius: 6px;
    color: #fff;
    padding: 12px 30px;
}

.order-payment-status{
    width: 540px;
    margin: auto;
    max-width: 100%;
    padding-right: 0px!important;
    top: 10%;
}
.order-payment-status .modal-dialog{
    max-width: 100%;
}
.order-payment-status .modal-body{
    padding: 0;
}
.order-payment-status .form-group {
    margin-bottom: 0;
    padding: 32px 32px 0;
}
.order-payment-status .form-group:last-child{
    padding-bottom: 32px;
}

/*radio btn css*/
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  color:#252D3B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border:1px solid #040748;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #040748;
}

/*radio btn css*/

/*sales section*/

.new-customer-section,.cart-detail-section .new-customer-section,.price-break{
    border: 1px solid #E6E6E6;
    padding: 32px;
}
.sales-section .form-group {
    max-width: 225px;
    width: 100%;
    margin-right: 25px;
    display: inline-block;
}
.sales-section .form-group:nth-of-type(even) {
    margin-right: 0px;
}
.sales-section .btn-serach-dropdown{
    text-align: center;
}
.new-customer-section form input.form-control{
    border: 1px solid rgba(32, 33, 36, 0.5);
    border-radius: 6px;
    height: 46px;
}
.new-customer-section form input:placeholder{
    color: rgba(32, 33, 36, 0.5);
}

.dropdown-options .checkbox-option{
    border: 1px solid rgba(32, 33, 36, 0.5);
    border-radius: 6px;
    height: 46px;
    width: 100%;
}

.sales-section .form-group.address-input{
    max-width: 100%;
}

.product-info-section .btn ,
.product-info-section .btn-active,
.product-info-section .btn-inactive,
.dashboard-ticket-history-details .btn-open-status{
    max-width: 56px;
    background: #040748;
    border-radius: 6px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    margin: 0 auto;
    margin-top: 0;
    line-height: normal;
}
.product-info-section .btn-active,.product-info-section .btn-inactive,
.dashboard-ticket-history-details .btn-open-status,
.dashboard-ticket-history-details .btn-close-status {
    background: #EBF9F4;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #057D52;
    padding: 6px;
    border: none;
    max-width: 61px;
}
.dashboard-ticket-history-details .btn-open-status,
.dashboard-ticket-history-details .btn-close-status {
    margin: 0;
}
.product-info-section .btn-inactive,
.dashboard-ticket-history-details .btn-close-status{
    background: #FDF4F6;
    color: #D90005;
}

.slot-paid .btn-view-status{
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding: 6px;
    border: none;
    max-width: 61px;
    background:#F1F5F9;
    color: #147EFB;
    position: absolute;
    right: 0;
    margin: 0;
}
.product-info-section .table,.last-sold-history .table{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-info-section td a{
    color: #147EFB;
    font-size: 14px;
}



.product-info-section .ticket-list-details .table>tbody>tr>td{
   padding: 25px 10px 20px;
   text-align: center;
}

.last-sold-history .table>tbody>tr>td{
    padding: 32px 10px 55px;
   text-align: center;
}
.cart-detail-section .title{
    text-align: center;
    font-size: 32px!important;
}

.cart-detail-section figure{
    display: inline-block;
}


.cart-detail-section .form-group {
    margin-bottom: 25px;
    display: inline-block;
    max-width: 226px;
    width: 100%;
}
.cart-detail-section .form-group label{
    margin-bottom: 9px;
}

.cart-detail-section .form-group:nth-of-type(even) {
    margin-left: 24px;
}

.cart-detail-section .btn-serach-dropdown {
    text-align: center;
}

.cart-detail-section .new-customer-section,.price-break{
    padding: 0;
}
.cart-detail-section .new-customer-section h3,.price-break h3{
    padding: 25px 0 16px 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

.cart-detail-section .new-customer-section form,.price-break form,
.price-break .tax-section,.price-break .total-amount-payable{
    padding: 32px;
}
.tax-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tax-details p{
    margin: 0 0 16px;
}
.price-break .tax-section{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
}

.price-break .total-amount-payable{
    padding-top: 24px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-break .total-amount-payable p{
    font-weight: 700;
    font-size: 15px;
}

.price-break .btn-serach-dropdown{
    display: inline-block;
    vertical-align: top;
    margin-left: -15px;
}
.price-break .btn-serach-dropdown .btn{
    margin-top: 0;
    padding: 10px 24px;
}

.price-break input.form-control{
    max-width: 191px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(32, 33, 36, 0.5);
    border-radius: 6px;
    width: 100%;
}

/*resolution */

.customer-ticket-section {
    padding: 28px 36px;
    border: 1px solid rgba(32, 33, 36, 0.2);
    border-radius: 6px;
    text-align: center;
}

.customer-ticket-section form .form-group {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    max-width: 341px;
    width: 100%;
    text-align: left;
    margin-left: 95px;
}
.customer-ticket-section form .form-group:first-child{
    margin-left: 0;
}

.customer-ticket-section form .form-group label {
    margin-bottom: 8px;
}

.customer-ticket-section form .form-group input{
    max-width: 341px;
    width: 100%;
    border: 1px solid #B6B6B6;
    border-radius: 6px;
    height: 45px;
}

.customer-ticket-section form .search-clear-btn{
    margin-top: 45px;
}

.customer-ticket-section form .search-clear-btn .btn-search,
.btn-create-ticket{
    background: #040748;
    color: #fff;
    width: 98px;
    height: 46px;
    border: 1.2px solid #040748;
    border-radius: 6px;
}
.customer-ticket-section form .search-clear-btn .btn-clear,
.customer-ticket-section form .search-clear-btn .btn-clear:hover,
.customer-ticket-section form .search-clear-btn .btn-clear:active,
.customer-ticket-section form .search-clear-btn .btn-clear:focus,
.customer-ticket-section form .search-clear-btn .btn-clear:active:focus{
    width: 86px;
    height: 46px;
    border: 1.2px solid #040748;
    border-radius: 6px;
    outline: 0;
}

.customer-ticket-section form .search-clear-btn .btn-clear:hover,
.customer-ticket-section form .search-clear-btn .btn-clear:active,
.customer-ticket-section form .search-clear-btn .btn-clear:focus,
.customer-ticket-section form .search-clear-btn .btn-clear:active:focus{
     color: #fff;
    background-color: #040748;
}
.create-ticket-btn{
    background: #F1F5F9;
    padding: 22px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-create-ticket{
    background: #040748;
    border: 1.2px solid #040748;
    box-shadow: 2px 0px 20px rgb(9 38 67 / 20%);
    border-radius: 6px;
    width: 143px;
}
.btn-create-ticket:hover{
    color: #fff;
}
.create-ticket-btn  p{
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #202124;
    font-weight: 600;
}

.create-ticket-btn  span{
    font-weight: 400;
}
.customer-plan-details{
    margin: 35px 0 45px;
}

.customer-details-resolution,.plan-details-resolution{
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    border-top: none;
    min-height: 461px;
}

.customer-details-resolution .title,.plan-details-resolution .title{
    background: #F1F5F9;
    padding: 12px 0;
    text-align: center;
}

.customer-details-resolution .title h3,.plan-details-resolution .title h3{
    margin: 0;
    font-size: 20px!important;
    font-weight: 600!important;
}

.customer-details-resolution .details,.plan-details-resolution .details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 27px;
}

.customer-details-resolution .details p,.plan-details-resolution .details p{
    margin: 0;
}

.customer-ticket-info,
.plan-detail-info{
    padding: 41px 24px;
}

.customer-details-resolution .address-section,
.plan-details-resolution .address-section{
    background: #F1F5F9;
    border-radius: 2px;
    max-width: 414px;
    width: 100%;
    margin: 60px auto 0;
    padding: 9px;
}
.customer-details-resolution .address-section p,
.plan-details-resolution .address-section p{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000;
    margin: 0;
}
.plan-name-btn{
    border: 1.2px solid #040748;
    border-radius: 6px;
    min-width: 80px;
    width: 100%;
    padding: 8px;
}
.name-of-ticket-holder{
    margin-right: 12px;
}
.name-of-ticket-holder p{
    font-weight: 600;
}

.plan-details-resolution .details:last-child{
    margin-bottom: 0;
}

.dashboard-ticket-history-details .table tr {
    cursor: pointer;
}
.dashboard-ticket-history-details .table>tbody>tr>td,
.dashboard-ticket-history-details .table>tbody>tr>th,
.dashboard-ticket-history-details .table>tfoot>tr>td, 
.dashboard-ticket-history-details .table>tfoot>tr>th,
.dashboard-ticket-history-details .table>thead>tr>td, 
.dashboard-ticket-history-details .table>thead>tr>th{
    vertical-align: middle;
    text-align: center;
}
.hiddenRow {
    padding: 0 4px !important;
    font-size: 16px;
}
.ticket-history-info {
    display: inline-block;
    vertical-align: middle;
    max-width: 201px;
    width: 100%;
    margin: 0 auto;
}
.accordian-body{
    text-align: center;
}

.accordian-body span{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    display: block;
    letter-spacing: -0.02em;
    color: #7F858C;
    margin: 15px 0;
    text-align: center;
}
.date-highlight{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #147EFB;
}

.section-accordion{
    border-bottom: 1px solid #B6B6B6;
}
.customer-details-resolution .nav-pills>li{
    max-width: 215px;
    width: 100%;
    text-align: center;
}
.nav-pills>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #7F858C;
}

.customer-details-resolution .nav-pills>li.active>a, 
.customer-details-resolution .nav-pills>li.active>a:focus,
.customer-details-resolution  .nav-pills>li.active>a:hover {
    color: #040748;
    background-color: transparent;
    border-bottom: 4px solid #040748;
}

.customer-details-resolution .nav>li>a:focus,
.customer-details-resolution  .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #040748;
    background-color: transparent;
}
.title-of-paid-slot{
    position: relative;
}
.title-of-paid-slot span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    top: 0;
    right: 20px;
}
.title-of-paid-slot h3{
    font-weight: 500!important;
    font-size: 16px !important;
    line-height: 19px;
    text-align: center;
}
.slot-paid p{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #202124;
    margin: 18px;
    position: relative;
}
.slot-paid p span{
    background: #F1F5F9;
    border-radius: 1000px;
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-right: 6px;
}
.slot-paid p span.device-type{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #202124;
    background: transparent;
    width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
}
.otp-validate form input.form-control{
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    border-radius: 6px;
    height: 46px;
    display: block;
    margin: 18px 0 33px;
}

.otp-validate button{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
}

.otp-validate .btn-cancel-otp,.target .cancel-plan{
    background: #FDF4F6;
    border: 1.2px solid #D90005;
    color: #D90005;
    margin-right: 18px;
}

.otp-validate .btn-verify-otp{
    background: #040748;
    border: 1.2px solid #040748;
    color: #fff;
    display: inline-block;
}

div#otp-validation {
    width: 415px;
    margin: auto;
    max-width: 100%;
    text-align: center;
    padding-right: 0!important;
}

.otp-validate .modal-dialog {
    max-width: 100%;
}

.otp-validate h4{
    font-weight: 500!important;
    font-size: 15px!important;
    line-height: 140%;
    text-align: center;
}
.otp-validate .modal-body{
 padding: 15px 33px;   
}

.feature-benefit-plans {
    padding: 10px 28px;
    border-bottom: 1px solid #B6B6B6;
}
.plan-title-details h3{
    background: #F1F5F9;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #040748;
    padding: 11px 0;
}

.plan-feature-name {
    margin-bottom: 10px;
}

 .target .cancel-plan{
    padding: 10px 20px;
    text-align: center;
    margin: 8px auto 18px;
    display: block;
}

.create-ticket-section form .btn-cancel-otp,
.create-ticket-section form .btn-verify-otp{
    max-width: 150px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 6px;
        display: inline-block;
}

.create-ticket-section form .btn-cancel-otp{
    background: #FDF4F6;
    border: 1.2px solid #D90005;
    color: #D90005;
    margin-right: 6px;
}

.create-ticket-section form .btn-verify-otp{
    background: #040748;
    border: 1.2px solid #040748;
    color: #fff;
    display: inline-block;
}

.create-ticket-section .form-progessbar{
    padding: 20px 40px;
}

.create-ticket-section .form-group{
    display: block;
    max-width: 474px;
    padding: 20px 0px;
    margin: 0;
}

.create-ticket-section form .form-group:nth-of-type(even){
    margin: 0;
}

.create-ticket-section .plan-details-resolution p{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #202124;
}

.create-ticket-section .plan-details-resolution p+p{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: justify;
    letter-spacing: -0.02em;
    color: #202124;
}

.prev, .next { background-color:#b0232a; padding:5px 10px; color:#fff; text-decoration:none;}

.prev:hover, .next:hover { background-color:#000; text-decoration:none;}

/*.prev { float:left;}*/

/*.next { float:right;}*/

#steps {
    list-style: none;
    width: 100%;
    overflow: auto;
    margin: 0px auto 43px;
    padding: 0px;
    text-align: center;
}
#steps li {
    float: none;
    display: inline-block;
    padding:10px; 
    color:#b0b1b3;
    background: #fff;
    border: 1px solid #4D5156;
    height: 40px;
    width: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #040748;
    border-radius: 100%;
    margin-left: 0;
    margin-right: 100px;
    position: relative;
 }
#steps li#stepDesc1:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 39px;
    width: 200px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
}

#steps li span {font-size:11px; display:block;}
#steps li.current {
    background: #040748;
    color: #fff;
}

#steps li+li{
    margin-left: 100px;
}
/*
#makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#makeWizard:hover { background-color:#000;}*/

.credit-history{
    margin-top: 55px;
}
.customer-details-resolution textarea.form-control{
    height: 142px;
    resize: none;
    border-radius: 6px;
}

.success-msg{
    background: #F1F5F9;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000;
    margin: 30px auto;
}
.success-msg p{
    margin: 0;
}
.credit-score-section .customer-details-resolution,
.payment-history-section .customer-details-resolution,
.credit-card-utilization .customer-details-resolution,
.total-summary .customer-details-resolution{
    min-height: 234px;
    text-align: center;
    margin-bottom: 35px;
}
.summary-details{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F1F5F9;
}

.section-summary-one,
.section-two-summary{
    width: 48%;
    margin-right: 20px;
    padding: 10px;
}
.section-summary-one{
    border-right: 1px solid #E6E6E6;
}
.summary-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.create-ticket-section .credit-history .info-details  .form-group{
    max-width: 100%;
    padding: 35px 35px 0;
}

.create-ticket-section .credit-history .info-details  .form-group input{
    display: inline-block;
    max-width: 380px;
    width: 100%;
}

.create-ticket-section .credit-history .info-details  .form-group label {
    max-width: 117px;
    width: 100%;
    margin-right: 45px;
}

.info-details .dropdown-details{
    border: 1px solid #E6E6E6;
    border-radius: 2px;
}
.dropdown-details .form-group:first-child,
.dropdown-details .form-group:last-child{
    margin-bottom: 35px;
}


.credit-score-section .customer-details-resolution .customer-ticket-info,
.payment-history-section .customer-details-resolution .customer-ticket-info,
.credit-card-utilization .customer-details-resolution .customer-ticket-info,
.total-summary .customer-details-resolution .customer-ticket-info{
    padding: 15px 24px;
}
.credit-score-section .customer-details-resolution .customer-ticket-info p,
.payment-history-section .customer-details-resolution .customer-ticket-info p,
.credit-card-utilization .customer-details-resolution .customer-ticket-info p,
.total-summary .customer-details-resolution .customer-ticket-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #202124;
    margin: 0;
}

.credit-score-section .customer-details-resolution .customer-ticket-info p.bold,
.payment-history-section .customer-details-resolution .customer-ticket-info p.bold,
.credit-card-utilization .customer-details-resolution .customer-ticket-info p.bold,
.total-summary .customer-details-resolution .customer-ticket-info p.bold,
.credit-score-section .customer-details-resolution .customer-ticket-info span.bold,
.payment-history-section .customer-details-resolution .customer-ticket-info span.bold,
.credit-card-utilization .customer-details-resolution .customer-ticket-info span.bold,
.total-summary .customer-details-resolution .customer-ticket-info span.bold{
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #040748;
    margin: 30px 0;
    display: block;
}

.credit-score-section .customer-details-resolution .customer-ticket-info span.bold,
.payment-history-section .customer-details-resolution .customer-ticket-info span.bold,
.credit-card-utilization .customer-details-resolution .customer-ticket-info span.bold,
.total-summary .customer-details-resolution .customer-ticket-info span.bold{
    font-size: 16px;
    margin: 0;
}

.total-summary .customer-details-resolution .customer-ticket-info p{
    border-bottom: 1px solid #B6B6B6;
    margin: 0;
    padding-bottom: 18px;
}
.total-summary .customer-details-resolution .customer-ticket-info p+p{
    padding-top: 18px;
}
.total-summary .customer-details-resolution .customer-ticket-info p:last-child{
     border-bottom:none;
     margin: 0;
    padding-bottom: 0;
}

.customer-details-resolution .customer-ticket-info .percentage-value{
    padding: 40px 0;
}
.credit-history-title{
    background: #F1F5F9;
    padding: 22px 35px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #202124;
}

button[disabled]{
    background-color: #4d4d4f !important;
    cursor: not-allowed !important;
}


.padding-20{
    padding:20px
  }
  .padding-10{
    padding:10px
  }
  
  .font-28{
  font-size: 28px !important;
  } 
  .color-black{
  color: #000;
  }