body {
    margin: 0;
    padding: 0;
    color: #333333;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background:url(../images/vm-wmark.svg) no-repeat bottom right -90px;
}
.wrapper {
    width: 90vw;
    margin: 0 auto;
}
.header {
    width: 100%;
    margin-top: 25px;
}
.siteheading {
    font-size: 1.5em;
    font-weight: bold;
    border-left: 2px solid #cccccc;
    margin-left: 40px;
    padding-left: 20px;
}
.separator {
    width: 2px;
    height: 20px;
    background: #cccccc;
}
.loggedin-user {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 7px 7px 15px #f4f4f6;
    width: 100%;
    padding: 8px 16px;
}
.mainmenu .nav-link {
    width: 162px;
    height: 26px;
    line-height: 10px;
    background: #F0F0F0;
    border-radius: 3px;
    text-align: center;
    margin-left: 13px;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 10px;
    cursor:pointer;
}
.mainmenu .nav-link.active {
    background: #ffffff;
    border: 1px solid #5D62B5;
    box-shadow: 0px 9px 11px rgba(114, 120, 183, 0.26);
    color: #4f5b99;
    line-height: 8px;
}
.activelink{
    background: #ffffff;
    border: 1px solid #5D62B5;
    box-shadow: 0px 9px 11px rgba(114, 120, 183, 0.26);
    color: #4f5b99;
    line-height: 10px;
}
.user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3A448B;
    text-align: center;
    line-height: 45px;
}
.login-user-details {
    text-align: left;
    margin-left: 10px;
}
.login-user-name {
    font-size: 16px;
    font-weight: 500;
}
.login-user-email {
    font-size: 13px;
    font-weight: 400;
}
.tab-content {
    margin-top: 25px;
}
.tab-content .card {
    border: 1px solid #F0F0F0;
    box-shadow: 2px 10px 26px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.tab-content .card h2 {
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 1px solid #DDDDDD;
    padding-bottom: 18px; */
}
.tab-content .form-control {
    border: none;
    font-weight: bold;
    font-size: 15px;
    color:#333333
}
.tab-content .form-control::placeholder {
    color: #333333
}
.tab-content .form-control ~ label {
    color: #888888;
    font-weight: normal;
    font-size: 13px;
    padding-left: 12px;
}
/* .tab-content .form-group {
    border-right: 1px solid #e9e9e9;
} */
.tab-content label + .form-control {
    border: 1px solid #ced4da;
    width: 90%;
    margin-left: 10px;
}
.tab-content .card h3 {
    font-size: 14px;
    font-weight: bold;
    color: #323876;
    padding: 10px 0 18px 0px;
}
.tabsmenu .nav-link {
    width: 132px;
    height: 35px;
    background:#E9E9E9;
    border-radius: 6px 6px 0 0;
    text-align: center;
    font-size: 13px;
    color: #777777;
    font-weight: 500;
}
.tabsmenu .nav-item {
    margin-left: 3px;
}
.tabsmenu .nav-item:first-child {
    margin-left: 0;
}
.tabsmenu .nav-link.active {
    background: #3A448B;
    color: #ffffff;
}
.tab-content.contacts-tabs {
    background: #FAFAFC;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    padding-top:0;
    border: 1px solid #DDE2E6;
    border-top: none;
}
.tab-content.contacts-tabs .form-control {
    background: none;
}
.noborder {
    border:none !important
}
.custom-control {
    font-size: 15px; font-weight: 500; display: inline-block; margin-left: 70px;
}
.custom-control:first-child, .categories .custom-control:nth-of-type(1){
    margin-left: 0;
}
.custom-control-label:before{
    background-color:#ffffff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#FFB900; border: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background-color:#FFB900; border: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-control-input:active~.custom-control-label::before{
    background-color:#FFFFFF;
}
.servicedetails .form-control {
    border: 1px solid #ced4da;
}
.servicedetails .form-control::placeholder {
    color: #666666 !important;
}
.btn-dashed {
    background: #EAECFB;
    border: 1px dashed #0C5192;
    color: #3A448B;
    font-weight: bold;
    width: 75px;
}
.h100 {
    height: 100%;
}
.addeditem {
    border-radius: 5px;
    background: #f0f0f0;
    font-size: 12px;
    text-align:center;
    margin: 6px auto;
    padding: 6px;
    word-break: break-word;
}
.latestui .form-control {
    border: none;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
}
.logo img { position: relative; top: 10px; left: 15px;}
.logocolors div:nth-child(1) {
    height: 10px;
    background: #0075B9;
}
.logocolors div:nth-child(2) {
    height: 10px;
    background: #FFB900;
}
.logocolors div:nth-child(3) {
    height: 10px;
    background: #FB0000;
}
.logocolors div:nth-child(4) {
    height: 10px;
    background: #008535;
}
.btn-submit {
    width: 118px;
    height: 48px;
    background: #999999;
    color: #ffffff;
}
.btn-submit:hover {
    color: #ffffff;
}
.btn-canceled {
    width: 118px;
    height: 48px;
    background: #ffffff;
    color: #666666;
    border: 1px solid #CCCCCC;
    margin-left: 20px;
}
.btn-canceled:hover {
    color: #666666;
}
.submitbuttons { text-align: right; width: 100%; padding-right: 12px;}
.tabnumber { width: 18px; height: 18px; background: #ffffff; color: #888888; border-radius: 50%; display: inline-block;}
.active .tabnumber { color: #7278B7 }
.rightborder {border-right: 1px solid #e9e9e9; height: 60px;margin-right: 5px;}
.rightborderfull {border-right: 1px solid #e9e9e9}
.note{font-weight: bold;color: #D03637;padding-left: 10px;}
.fileupload { padding: 3px; font-weight: normal !important; font-size: 12px !important;}
.info-grey { color: #666666 !important; font-size: 13px;}
.normaltext::placeholder { font-weight: normal !important; font-size: 14px;}
.menubtn { position: absolute; top: 0px; right: 20px;}
.lighttext { color: #888888 !important;}
.checkbtn {
    font-size: 30px;
    color: #000000;
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}
#check { display: none}
.dropdown-toggle::after { border: none; font-family: FontAwesome; content: '\f0dd';}
.tab-content label.error {
    color: red !important;
    display: block;
}
.tab-content .error option, .tab-content select.error {
    color:#333333 !important;
}
.chkbox .error{
    font-size: 13px !important;color: red !important; font-weight: normal !important;
}

/* .chkbox label > input[type="checkbox"]:before{margin-right: 5px!important;width: 15px; height:15px;
    border-radius:0.25rem;vertical-align: middle;} */

.chkbox .custom-control{margin-left: 10px !important;}

.chkbox .custom-control:nth-of-type(1){margin-left:0 !important;padding-left: 0;}
.chkbox input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
}
.chkbox input[type="checkbox"]:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    margin-top: -2px;
    width: 17px;
    height: 17px;
    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 0.25rem;
}


.chkbox input[type="checkbox"]:checked:before {
    background: #FFB900;
    border-color:#FFB900;
}

input[type='file'] {
    color: transparent !important;
    width: 50% !important;
  }
.chkbox input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    background: #ffffff;
    width: 1.6px;
    height: 2px;
    box-shadow: 2px 0px 0px white, 3px 0px 0 white, 3px -2px 0 white, 3px -6px 0 white, 3px -4px 0 white, 0px 0px 0px white;
    transform: rotate(45deg);
}
select#country, select#account{width: 80% !important;}
/* select#country{margin-left: 5px !important;} */
#senderslist .col-sm-6:nth-child(even), #routeslist .col-sm-6:nth-child(even) , #scodeslist .col-sm-6:nth-child(even) {
    padding-left:0 !important;
  }
  #customerdetails [class*="col-sm"], #bankdetails [class*="col-sm"], 
  #typeofaccount #prepaid-controls [class*="col-sm"], #typeofaccount #postpaid-controls [class*="col-sm"], 
  .others [class*="col-sm"], .latestui[class*="col-sm"]{padding-left: 2px !important;}
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active,
  select:-webkit-autofill,
  select:-webkit-autofill:hover, 
  select:-webkit-autofill:focus, 
  select:-webkit-autofill:active  {
      -webkit-box-shadow: 0 0 0 30px white inset !important;
      box-shadow: 0 0 0 30px white inset !important;

  }@media(max-width:767px) {
    .mainmenu .nav-link { margin-bottom: 10px;}
     
}

