
body {
    padding: 0;
    margin: 0;
    animation: sweep .5s ease-in-out;
}
 ul,li {
     padding: 0;
     margin: 0;
     list-style: none;
 }
.btn:active,.btn:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
:root {
    --primaryColor:#f44336;
    --primaryColor-1: #9e3669;
    --primaryColor-2: rgb(126, 76, 206);
    --secondaryColor: rgb(9,42,74);
    --secondaryHexColor: #092a4a;
    --bgColor: #e7e7e7;
    --bgColor_1: #fff;
    --bgColor_2: #008CBA;
    /* --sidebar-bg-color: #343a40; */
    --sidebar-bg-color: #23282d;
    --sidebar-bg-color-1: #20283e;
    --wrapper-bg: #202020;
}
/* @font-face {
    font-family: Aparajita;
    src: url('WebFonts\aparaj.ttf');
} */

/***** admin css start ******/
.close:active, .close:focus {
    border:  none !important;
    outline: none !important;
}

input,textarea,select {
    border-radius: 0% !important;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #ccc;
}
.form-control {
    background-color: #fff4d8 !important;
}
/*  navbar css start */
.navmenu {
    width: 100vw;
    height: 50px;
    z-index: 111;
    background-color: rgb(47,47,47);
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
} 

.navbar_menu .logo {
    width: 40px;
    height: 40px;
}
.navbar_menu .logo img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
/* /// profile img styling //// */
.profile-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    cursor: pointer;
    position: relative;
    top: 9px;
    right: 158px;
}
.profile-image img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: 100% 100%;
}
.Change_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    margin: auto;
}
.Change_img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 100% 100%;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 32px;
    min-width: 250px;
    height: 100%;
    min-height: 405px;
    left: -218px;
    background-color: #f1f1f1;
    /* min-width: 160px; */
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 20px 20px;
    overflow-y: scroll;
}
.dropdown-content a:last-child {
    display: block;
    text-decoration: none;
    color: black;
}
.dropdown-content::-webkit-scrollbar {
    width: 8px;
	background-color: #F5F5F5;
}
.dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.show {
    display: block;
}

.txt_name {
    display: block;
    text-align: center;
    margin-top: 0px; 
    line-height: 1.2; 
    position: relative;
    top: -20px; 
}
.brd_line {
    border-bottom: 1px solid rgb(57,57,57);
    padding-bottom: 3px;
    font-size: 12px;
}
.brd_line:hover {
    color: #0da8c4;
}
a.profile_menu {
    color: black;   
}
a.profile_menu:hover {
    text-decoration: none;
    color: #0da8c4;
}

.form-img {
    width: 50px;
    box-sizing: border-box;
    margin: 0 auto;
    /*position: absolute;
    top: 19px;
    left: 27px;*/
}

.upload-img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.upload-img img a {
    text-decoration: none;
}

.edit-icon-img {
    display: inline-block;
    position: relative;
    top: -10px;
    left: 34px;
}

.edit-icon-img a i {
    cursor: pointer;
    background: #212529;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -16px;
    left: 3px;
    transition: 0.3s;
}

.edit-icon-img a input[type="file"] {
    opacity: 0;
    width: 62px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -16px;
    left: -40px;
}

.edit-icon-img a input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.edit-icon-img a input[type="file"]:hover ~ #upload {
    background: #424964;
}
.profile_txt {
    width: 10vw;
    display: block;
    font-size: 11px;
    color: white;
    position: absolute;
    top: 0;
    left: 40px;
}
.profile_txt_icon {
    display: block;
    font-size: 11px;
    color: white;
    position: absolute;
    top: 0;
    left: 180px;
    transition: all .3s ease-in-out;
}
.profile_txt_icon:hover {
    color: #f15880 !important;
}
/*  navbar css end */

/* sidebar Css Start */
.sidebar {
    width: 114px;
    height: 100vh;
    background: var(--sidebar-bg-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index:999999;
}

.sidebar .menu {
    height: 100px !important;
    height: auto;
    list-style: none;
    position: relative;
    top: 40px !important;
    left: 0px;
}
.sidebar .menu li.active a {
    color: #dcc715 !important;    
}
.sidebar .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
}
.sidebar .menu li i {
    display: block;
    text-align: center;
    font-size: 40px;
}
.sidebar .menu li a {
    text-transform: uppercase;
    color: var(--bgColor_1);
    font-size: 12px;
    text-align: center;
    margin: auto;
    text-decoration: none;
}
.sidebar .menu li a > span {
    display: block;
    width: 90px;
    height: 1px;
    background: #fff;
    margin: auto;
}
.sidebar .menu li.drophover {
    position: relative;
}
.sidebar .menu li .dropdown_menu {
    display: none;
    position: absolute;
    z-index: 10000 !important;
    left: 114px;
    top: -2px;
    width: 258px !important;
    height: auto;
    background: var(--sidebar-bg-color-1);
}
.sidebar .menu li .dropdown_menu .fa-sort-asc {
    position: absolute;
    left: -12px !important;
    top: -2px !important;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 20px;;
}
.sidebar .menu li .dropdown_menu ul {
    list-style: none;
}

.sidebar .menu li .dropdown_menu ul li {
    display: block;
}
.sidebar .menu li .dropdown_menu ul li a {
    color: #fff;
    margin-left: 30px;
    text-decoration: none;
}
.sidebar .menu li.drophover:hover  .dropdown_menu  {
    display: block;
}
/* sidebar Css end */

/* main content css start */
.wrapper {
    height: 100vh;
    margin-left: 114px;
    overflow-x: hidden;
    background-color: rgb(0,0,0);
}
.wrapper .content {
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
    padding: 30px;
    background: var(--bgColor_2);
}
.wrapper .content p {
    color: #fff;
}
.container-flex {
    display: flex;
    width: 1261px;
    height: 100vh;
    overflow-x: hidden;
    margin-left: 100px;
    background-color: var(--wrapper-bg);
}
/* main content css start */

/* application css start */
.application-banner {
    width: 100%;
    height: 100px;
    background: url(../Imgs/applicationBanner.png);
    position: relative;
}
.application_tabs {
    max-width: 946px;
    margin: auto;
    margin-top: 80px;
}
.application_tabs .nav-link {
    font-size: 12px;
}
.application_tabs .nav-link.active {
    background: var(--sidebar-bg-color) !important;
}

.application_tabs .nav-link:first-child {
    margin-left: 5px !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.application_tabs .nav-link:last-child {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
.application_tabs .nav-link {
    background: #fff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
    cursor: pointer;
}

.tab_content_bg {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgb(57,57,57);
    border-radius: 10px;
}
.form_txt {
    display: block;
    color: white;
}

.selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    font-weight: bold;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
    background: white;
  }
  
  #checkboxes label {
    display: block;
  }
  
  #checkboxes label:hover {
    background-color: #1e90ff;
  }
  /* student plan css start */
  .studentPlan_banner {
    width: 100%;
    height: 100px;
    background: url(../Imgs/applicationBanner002.png);
    position: relative;
  }

  /* schdule interview */
  .univer_txt_cus {
      display: block;
      font-size: 13px;
      color: #fff;
  }

  .table_design_all table {
    border-collapse: collapse;
}
.table_design_all table thead tr th {
    color: black;
    font-weight: normal;
    background-color: rgb(255, 216, 138);
    border: none !important;
    font-size: 1vw;
}
.table_design_all table thead tr th.first_head{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table thead tr th.last_head{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.table_design_all table tbody::before {
    content: "";
    line-height: 1rem;
    display: block;
    margin-top: 12px;
}
.table_design_all table tbody tr td {
    color: white;
    border: none !important;
    background: rgb(49, 49, 49);
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
}
.table_design_all table tbody tr.existin_txt td{
    font-size: 12px;
}
.table_design_all table tbody tr td:first-child{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table_design_all table tbody tr td:last-child{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
/* all table design css start */
/**** Completed Interview start ****/
.SubPanelCompletedInterview {
    /*background: rgb(37,40,43)!important;*/
    /*background: #ff9f42 !important;*/
    background: #277b93 !important;
}
.student-detailsComInt {
    width: 100%;
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 12px;
    padding-top: 10px;
}
.leftPanel {
    height: auto;
    background: rgb(53,56,59) !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 29px 0;
}
.leftPanel > label {
    display: block;
    position: relative;
    top: 5px;
    left: 10px;
}
.shortFormName_3 {
    width: 30px !important;
    height: 30px !important;
    background: #e47f29;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}
.shortFormName_2 {
     width: 30px !important;
    height: 30px !important;
    background: #65cc14;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}
.shortFormName {
    width: 30px !important;
    height: 30px !important;
    background: #0da8c4;
    color: white;
    padding: 10px;
    border-radius: 100%;
    margin-left: 5px;
}
.approveBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
}
.rejectBtn {
    padding: 5px 12px !important;
    font-size: 12px !important;
    margin-left: 6px;
}
.view-result--dialog {
    max-width: 1000px !important;
    position: relative !important;
    z-index: 10000000 !important;
    top: 40% !important;
    left: 41% !important;
    transform: translate(-50%, -50%) !important;
}
.profile_view_banner {
    height: 150px;
    background: rgb(192,230,225);
}
.userImg {
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: url(../Imgs/userimg.jpg);
    background-size: 100% 100%;
    margin: 15px auto;
}
.userDetails {
    display: block;
    height: auto;
    padding-top: 20px;
}
.userDetails span:first-child {
        font-weight: 800;
        margin-left: 30px;
}
.userDetails span:nth-child(2) {
    font-size: 13px;
    margin-left: 30px;
    margin-top: 5px;
}
.userDetails span:last-child {
    font-size: 13px;
    margin-left: 30px;
}
.userDetails span {
    display: block;
    font-size: 20px;
}
.navigation_tab {
    width: 100%;
}
.navigation_tab .navs--tab {
     margin-left: 30px;
     margin-top: 16px;
}
.navigation_tab .navs--tab .nav-item {
    background: white !important; 
}
.navigation_tab .navs--tab .nav-item .nav-link {
     color: rgba(0,0,0,0.8) !important;
}
.navigation_tab .navs--tab .nav-item .active {
    background: #0da8c4 !important;
    color: white !important;
    border-radius: 0% !important;
}
.navigation_tab .navs--tab .nav-item:last-child {
    margin-left: 5px;
}
.fa-check--box {
    position: absolute;
    right: 25px;
    font-size: 11px !important;
    padding: 7px;
    background: #4aa04a;
    border-radius: 100%;
    color: white;
}
.fa-check--rejected {
    position: absolute;
    right: 25px;
    font-size: 11px !important;
    padding: 7px;
    background: #ee4223;
    border-radius: 100%;
    color: white;
}
.completedIntSubTable_txtColor label span:first-child{
    color: rgb(255, 216, 138);
}
.repeatApplication {
    color: rgb(255, 216, 138);
    float:right;
}
.completeSubPanel_linksLabel label {
    font-size: 0.60rem;
    padding: 5px 10px;
    cursor: pointer;
    color: white;
}
.completeSubPanel_linksLabel .repaymentLinkBtn {
    margin-left: 8px;
}
.completeSubPanel_linksLabel .repaymentLinkBtn:hover {
    color: yellow;
}
.completeSubPanel_linksLabel .previoustLinkBtn {
    margin-left: 5px;
}
.completeSubPanel_linksLabel .previoustLinkBtn:hover {
color: yellow;
}
.repaymentInfo__modal {
    width: 100%;
    background: rgb(192,230,225);
    padding: 15px 8px;
}
.repaymentInfo__modal .repayInfo {
    display: block;
    text-align: center;
}
/**** Completed Interview end ****/

.form-row-two {
    padding-top: 10px !important;
}
/****
.form-row-two textarea {
    height: 100px;
    width: 100%;
    border: none;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
}

.form-row-two input[type=text] {
    width: 100%;
    border: none;
    padding: 6px;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    color: #495057;
    color: #495057;
}

.form-row-two input[type=date] {
        width: 100%;
    border: none;
    padding: 5px;
    background-color: #fff4d8 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ced4da;
    color: #495057;
}
    ****/
.dnr-btn {
    border: none !important;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #28a745;
    padding: 6px 22px;
    /*margin-top: 20px;*/
    border-radius: 4px;
}
    
.dnr-btn:hover {
    color: #fff;
    text-decoration:none;
}
.table-design table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.resut-table table {
        width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.add-btn a {
        border: none !important;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #28a745;
    padding: 6px 22px;
    /*margin-top: 20px;*/
    border-radius: 4px;
}
.add-btn a:hover {
    color: #fff;
    text-decoration:none;
}
.usr-btn {
    margin-top: 34px !important;
}

thead tr th {
    background-color: rgb(255, 216, 138);
    font-size: 1vw;
    font-weight: 400;
    border: none !important;
    color: #000!important;
}
tbody tr td {
    background: rgb(49, 49, 49);
        font-size: 1vw;
    font-weight: 400;
    border: none !important;
    color: #fff!important;
    margin-top: 10px!important;
}
.table-design table tbody::before {
        content: "";
    line-height: 1rem;
    display: block;
    margin-top: 12px;
}
.table-design table th {
    color:#fff;
    text-align: center;
    padding: 5px 0 6px;
}
.table-design table td {
    text-align: center;
    color:#fff;
     padding: 5px 0 8px;
     font-size: 11px !important;
}
.form-ct-2 {
    width: auto!important;
    height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-bar input[type=search] {
      padding: 6px 10px;
  font-size: 1rem;
  border: 1px solid grey;
  float: left;
  width: 60%;
  background: #f1f1f1;
  color: #495057;
}

.search-bar button {
     float: left;
  width: 13%;
  padding: 5px 0;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

.excel-btn {
    float:right;
}
.excel-btn a {
    background-color:forestgreen;
    padding: 7px 19px;
    color: #fff;
    display: block;
}
.excel-btn a:hover {
    color: #fff;
    text-decoration:none;
}
.excel-btn a i {
    padding:0 6px;
    font-size: 14px;
}

.table-design .first_head {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.table-design .last_head {
        border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.eye-design a {
    background-color: #17a2b8;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    border-radius: 4px;
        margin: 0 4px;
        font-size: 8px;
}
.eye-design a:hover {
    color: #fff;
}
.dlt-btn a {
    background-color: #bd2130 !important;
}
.action-design a {
    background-color: #17a2b8;
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    border-radius: 4px;
        margin: 5px 4px;
        font-size: 14px;
}
.action-design a:hover {
    color: #fff;
}

.user_banner {
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
height:100px;
position: relative;
}
.breadcrumb {
    position: absolute;
    left:4px;
    top: 24px;
    z-index: 99999;
}
.hover_dropdown {
    padding: 12px 0 !important;
}
.hover_dropdown li {
    padding: 6px 0 !important;
}

.banner_imgs .carousel-item img {
    height: 90vh !important;
}
.btn-one {
    padding: 5px 10px !important;
    border-radius: 4px;
    text-transform: capitalize;
}
.about-sec,.faq-content {
    padding: 40px 0;
}
.about-sec h2,.faq-content h2,.gallery-sec h2,.quote-sec h3 {
    text-align: center;
    position: relative;
    color: #333333;
    margin-bottom: 46px;
}
.about-sec h3 {
    color: #0c5adb !important;
    padding-bottom: 20px;
    font-size: 24px;
    position: relative
}
.about-sec h3::before {
    position:absolute;
    content: "";
    top: 40px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #dcdcdc !important;
}
.abt-mld-cnt {
    width: 93% !important;
}
.quote-sec h3::before {
            position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.faq-content h2::before {
        position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.gallery-sec h2::before {
            position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #0095D9 !important;
    margin : 0 auto;
}
.about-sec h2::before {
    position:absolute;
    content: "";
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
   background-color: #0095D9 !important;
    margin : 0 auto;
}

.carousel-item .content {
    width: 69% !important;
    text-align:center;
    margin:auto;
    color: #151515;

}

.content p {
    position: relative;
}
.top-footer {
    padding: 100px 0;
    background-color: #222a35;
}
.footer-list li a {
    list-style: none !important;
    color: #fff;
}
.top-footer h3 {
    color: #fff;
}
.criteria-list {
    margin-left: 50px;
}
.loader {
    background: #fff url(../Imgs/load-gif.gif) center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.testi-sec {
    background-color: #eef5fd !important;
}

.content p {
    color: #768292;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.std-nm h5 {
    color: #222a35 !important;
}
.std-nm h6 {
     color:#768292 !important;
}
.view a:hover {
    color:#0095D9 !important;
    
}
.view {
    margin-top: 20px;
    transition: all .3s ease-in-out;
}
a:hover {
    text-decoration: none !important;
}
.view a {
    font-weight:600;
    color: #151515;
    transition: all .3s ease-in-out;
}
.view i {
    margin-left: 10px;
}
.contact-list li {
    list-style: none;
    color: #ffffff;
}

.navbar-brand img {
    max-width: 95px;
    height: 50px;
}

.gallery-sec img {
    width: 100% !important;
    height: 239px;
}

.gallery-sec {
    background-color: #f8f8f8;
    padding: 100px 0;
}
.gap-row {
    margin-top: 30px;
}

.header {
    background-color: #ffffff;
    box-shadow: 0 0 .8125rem 0 rgba(77,82,94,.15)
}
.frm_btn {
    border: none;
    background-color: #fff;
    cursor: pointer;
}

button:focus {
    outline: none !important;
}
.navbar-nav-two {
    margin-left: 224px;
}
.navbar-nav-two li {
    margin: 0 10px !important;
}
.navbar-nav-two li a {
        font-family: 'Noto Sans JP', sans-serif;
        color: #2d3742 !important;
        font-weight: 500;
}
.navbar-nav .active > .nav-link {
        color:#0095D9 !important;
}
.img-container img {
    border-radius: 50%;
}
.carousel-item .content p {
    padding-top: 20px;
}
.header-nav {
    padding: 7px 0 !important;
}
.navbar-brand {
    max-width: 95px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.navbar-brand img {
    max-width: 95px;
    height: 50px;
}

.fillUp_form {
    width: 100%;
    height: auto;
    /*background: rgb(35,40,45);*/
    background: white;
    float: right;
    padding: 20px;
    margin-right: 22px;
    border-radius: 10px;
}
/*
.modal-content {
    width: 70% !important;
}
    */
.sign-row p {
    margin-left: 20px;
}
.btn-default--eye {
    background: #212529 !important;
    opacity: 0.8 !important;
    /*padding-left: 20px !important;*/
}
.btn-primary--login {
    width: 80px !important;
    padding: 2px 0px !important;
    font-size: 14px !important;
    margin-top: 20px;
    margin-left: 20px;
}

.modal {
    margin-left :90px !important;
}
.footer-list li a {
    list-style: none !important;
    color: #fff;
}
main {
  margin: 0 auto;
}
summary {
  background-color: #fff;
  color: #333;
  padding: 1rem 0;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  left: 0;
  background-color:#0095D9 !important;
  bottom: 10px;
  padding:7px 20px;
  display:inline-block;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 12px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
  background-color:#ffffff !important;
}
.slow-content {
    animation: sweep .5s ease-in-out !important;
}
#more {
    display: none;
}
#more2 {
    display: none;
    animation: sweep .5s ease-in-out;
}
details > summary::-webkit-details-marker {
  display: none;
}
.view-drop-btn {
    background-color:#0095D9 !important;
    border: none;
    padding: 7px 20px;
    color: #ffffff;
}

.log-in-btn:hover {
    color: #0095D9 !important;
    transition: .3s ease;
}
.main-frm-row {
    justify-content: space-between;
}

.dash-crumb {
    background-color: transparent !important;
}
.dash-crumb li a {
    color: #151515
}
.dash-crumb li a i {
    font-size: 22px;
}
.sign-up-btn {
        left: 20px !important;
}
.sign-up-btn a {
    font-size:14px !important;
    padding: 2px 0px !important;
    width: 80px !important;
    margin-left: 14px;
}
.no-data {
  background-color: rgb(99,171,246);
  color: #ffffff;
  height: 78px;
  width: 200px;
  padding: 18px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  display: block;
  border-radius: 4px;
  cursor: default;
}

  .arrow {
    position:absolute;
    left: -8px;
    top: 25px;
    color:rgb(99,171,246);
    font-size: 2em;
    z-index:5;
    font-size: 30px !important;
}

   .fa-warning {
     float: left;
     margin-right: 12px;
     height: 40px;
     margin-top: 6px;
     font-size: 2em !important;
     color: #ffed16;
   }

    
.float {
  animation-name: float;
  -webkit-animation-name: float;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-iteration-count: infinite ;
  -webkit-animation-iteration-count: infinite
}



@keyframes float {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fixed-bottom {
    left: 8px !important;
    bottom: 10px !important;
}

.select-cntrl {
    width: 80% !important;
}

.manage-btn {
    font-size: 16px;
    padding: 6px 22px;
    border-radius: 4px;
    display: inline-block;
}

.ticker-container marquee {
    color: blue;
    font-weight: 600;
}

.breadcrumb {
    background-color: transparent !important;
}
