@import url(https://fonts.googleapis.com/css?family=Mukta:400,600,700);
body {
    background: #f2f5f7 !important;
    font-family: Mukta, sans-serif;
    margin: 0;
    font-size: 15px;
    color: #4e4a4a
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background: #f2f5f7
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-weight: 600;
    font-family: Mukta, sans-serif
}

h1 {
    line-height: 43px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h3 small {
    color: #444
}

h4 {
    line-height: 22px
}

h4 small {
    color: #444
}

h5 small {
    color: #444
}

* {
    outline: 0 !important
}

a:hover {
    outline: 0;
    text-decoration: none
}

a:active {
    outline: 0;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

code {
    color: #78ceff
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.wrapper {
    padding-top: 80px
}

.container-fluid {
    width: 95%;
}

.page-title-box {
    padding: 22px 0
}

.page-title-box .page-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0
}

.bg-primary {
    background-color: #508aeb !important;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 12px;
    margin-top: 10px;
    padding: .75rem 0;
}

.card {
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    border: none;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #ff0000 !important;
}

.mini-stat {
    overflow: hidden;
}

.m-b-30 {
    margin-bottom: 30px;
}

.mini-stat .mini-stat-icon i {
    font-size: 34px;
}

.bttn-3 {
    padding: 5px 25px !important;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: #900f19;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    border: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border: 1px solid #900f19;
}

.bttn-3:hover {
    background-color: #fff;
    color: #900f19;
    border: 1px solid #900f19;
}

.bttn-7 {
    padding: 5px 25px;
    display: inline-block;
    border-radius: 4px;
    color: #900f19;
    text-align: center;
    background-color: #fff;
    border: 1px solid #900f19;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}

.bttn-7:hover {
    background-color: #900f19;
    color: #ffffff;
    border-color: #931823;
}

.bttn-6 {
    padding: 5px 25px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    background-color: #900f19;
    border: 1px solid #900f19;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}

.bttn-6:hover {
    background-color: #ffffff;
    color: #900f19;
}

.bttn-8 {
    padding: 5px 25px;
    display: inline-block;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    background-color: #28a745;
    border: 1px solid #28a745;
    -webkit-box-shadow: 0 0 15px 0 #D7DBE7;
    box-shadow: 0 0 15px 0 #D7DBE7;
    text-transform: capitalize;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}
.btn-danger {
    background-color: #900f19;
    border: 1px solid #900f19;
}
.btn-primary {
    background-color: #28a745;
    border: 1px solid #28a745;
}
.btn {
    font-size: 14px;
}

.site-brand.logoimg {
    height: 90px!important;
}

.wrapper {
    padding-top: 0px !important;
    min-height: calc(100vh - 185px);
}

.bttn-8:hover {
    background-color: #ffffff;
    color: #28a745;
}

.bg-top-card {
    background: #900f19;
    background: linear-gradient(90deg, rgb(144 14 24) 10%, rgb(206 111 0) 90%);
    padding: 10px 15px !important;
}
.bg-top-card h6 {
    font-size: 14px;
}
.form-check-label {
    margin-bottom: 0;
    font-weight: 600;
}

.table td,
.table th {
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    vertical-align: middle;
    line-height: 18px !important;
}

@media (max-width:991px) {
    .wrapper {
        padding-top: 60px
    }
}
@media (max-width:515px) {
    .wrapper {
        padding-top: 175px !important;
    }
    .page-title-box .btn-group {
        float: unset !important;
    }
    .card-heading span {
        font-size: 13px;
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px;
    }
}
.card-heading {
    background: #cf6e00;
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: .25rem .25rem 0 0;
}

.address-heading {
    background: #ffecd6;
    padding: 5px 10px;
}

.over-lbl-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-label::after {
    position: relative !important;
    top: 18px !important;
    width: 72px !important;
    text-align: center !important;
    bottom: 0 !important;
    z-index: 3 !important;
    display: block !important;
    height: calc(calc(2.25rem + 2px) - 1px * 2) !important;
    padding: .375rem .75rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    content: "Browse" !important;
    background-color: #e9ecef !important;
    border-left: 0 !important;
    border-radius: .25rem !important;
    margin: 0 auto !important;
}

.dropdown-item {
    cursor: pointer;
}
.btn-transparent {
    border: none;
    color: #2e43cc;
    font-weight: 600;
    background-color: transparent;
    text-align: left;
}
.count-boxApplied {
    width: 60px;
    height: 60px;
    background: #f7921c;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-box {
    width: 60px;
    height: 60px;
    background: #f7921c;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-boxApplied {
    width: 60px;
    height: 60px;
    background: #f7921c;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-boxVerified {
    width: 60px;
    height: 60px;
    background: #FFA500;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-boxApproved {
    width: 60px;
    height: 60px;
    background: #f7921c;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-boxRejected {
    width: 60px;
    height: 60px;
    background: #FF0000;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}
.count-box a, .count-box a:hover {
    color: #fff;
}
.count-boxApplied a, .count-boxApplied a:hover {
    color: #fff;
}
.count-boxVerified a, .count-boxVerified a:hover {
    color: #fff;
}
.count-boxApproved a, .count-boxApproved a:hover {
    color: #fff;
}
.count-boxRejected a, .count-boxRejected a:hover {
    color: #fff;
}

.register-popup {
    position: absolute !important;
    right: 15px;
    top: -4px;
}
.address-info-popup {
    position: relative!important;
    right: 0;
    top: 3px;
}
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  

  /* The actual popup */
  .popup .popuptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: unset;
    top: -5px;
    right: 24px;
    margin-left: 0;
    left: unset;
    line-height: 22px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    left: unset;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555555;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }



  /* The actual popup */
  .popup1 .popup1text {
    visibility: hidden;
    width: 190px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: unset;
    top: -5px;
    right: 24px;
    margin-left: 0;
    left: unset;
    line-height: 22px;
  }
  
  /* Popup arrow */
  .popup1 .popup1text::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    left: unset;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555555;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup1 .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  .steps .step:first-child {
    margin-left: 0!important;
}
.step-content {
    width: 8.4rem;
    min-width: 8.4rem;
    max-width: 8.4rem;
    padding-right: 13px;
}
.step-circle::before {
    left: -1px;
    width: calc(8.4rem + 1rem - 1.5rem);
}
.step-text {
    text-align: center;
    line-height: normal;
}
