@import url("https://fonts.googleapis.com/css?family=Poppins");
html, body {
  height: 100%;
  font-family: 'Poppins', sans-serif !important;
  padding: 0;
  margin: 0; }

section {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  position: relative; }
  section .github-badge {
    position: absolute;
    top: 0;
    left: 0; }
  section h1 {
    text-align: center;
    margin-bottom: 70px; }
  section .hv-container {
    flex-grow: 1;
    overflow: auto;
    justify-content: center;      padding: 35px 0px;}

.basic-style {
  background-color: #EFE6E2; }
  .basic-style > h1 {
    color: #ac2222; }

p.simple-card {
  margin: 0;
  background-color: #fff;
  color: #DE5454;
  padding: 30px;
  border-radius: 7px;
  min-width: 100px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(204, 131, 103, 0.22); }

.hv-item-parent p {
  font-weight: bold;
  color: #DE5454; }


  .management-hierarchy > h1 {
    color: #FFF; }
  .management-hierarchy .person {
    text-align: center; }
    .management-hierarchy .person > img {
     height: 70px;
    border: 2px solid #21b8e9;
      border-radius: 50% !important;
      overflow: hidden;
      background-color: #fff; }
    .management-hierarchy .person > p.name {
      background-color: #000;
      padding: 5px 10px;
      border-radius: 51px !important;
      font-size: 12px;
      margin-top: 10px !important ;
      font-weight: normal;
      color: #fff;
      margin: 0;
      position: relative;
      width: 100px;
       }
      .management-hierarchy .person > p.name b {
        color: rgba(59, 170, 157, 0.5); }
      .management-hierarchy .person > p.name:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 8px;
       
        left: 50%;
        top: 0;
        transform: translateY(-100%); }
.hv-item-child img {
    height: 50px !important;
}

/* 30 July 2019 */
.hv-container p.simple-card {padding:0px 0px 80px 0px ; box-shadow:none; background-color:transparent; height:auto;}
.hv-wrapper .hv-item .hv-item-parent:after {bottom:46px;}
section.basic-style {background-color:#fff;}

div#viewDiv {padding:0; border:8px solid #211079; background:#fff !important;}
table#mainTable table {width:100%;}
table #ufullname {background-color: #211079; color:#39eabb; font-weight: 600; font-size: 18px;}
.span-left {float: left;}
.tableflx span:last-child {float: right;vertical-align: middle;margin-top: 2px;margin-right: 12px;}
table#mainTable strong {font-size:12px; padding:5px;}
table#mainTable {margin-bottom:0;}
#mainTable span {font-size:14px;}
#mainTable th {padding:3px !important; background-color:#21107914;}



/* Login page css start */

.login_bg {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    background: url('../../../images/login_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}


.text_light {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

label {
    font-weight: 500;
}
.login_bg form label {
  margin-bottom: 10px !important;
}
.code-box {
    background-color: #1c1c1c;
    color: #fff;
    border-radius: 15px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.95rem;
    word-break: break-all;
}

.copy-btn {
    background: none;
    border: none;
    color: #ccc;
    cursor: pointer;
    padding: 0;
}

.copy-btn:hover {
    color: #fff;
}

.codeText {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #02F02D !important;
}
.px-sm-5 {
  padding-left: 30px;
  padding-right: 30px;
}
.w-fit-content {
    width: fit-content;
    margin: 0 auto;
}
.mt-1 {
  margin-top: 10px;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.custom_modal .modal-box {
  /* max-width: 650px !important; */
}
@media only screen and (max-width: 600px) {
   .custom_modal .modal-box {
        padding: 30px 20px;
    }
}

.tooltip.in {
    opacity: 1 !important;
    z-index: 9999999999;
}

.tooltip-inner {
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 12px;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.25);
    max-width: 260px;
    text-align: left;
    line-height: 1.4;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffffff !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffffff !important;
}

input:focus {
    color: #fff !important;
    background-color: transparent !important;
    border-color: unset !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.login_bg input::placeholder {
    color: #fff !important;
    opacity: 0.2 !important;
}

.code-box input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin-right: 10px;
    box-shadow: none !important;
    font-size: 18px !important;
}

.custom_modal a.text-blue {
    text-decoration: none;
    color: #2948ff;
}

.custom_modal a.text-blue:hover, .custom_modal a:hover {
    color: #fff;
     text-decoration: none;
}


    .login-options-container .login-options .item-options .selection {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.login-options-container .login-options .item-options .selection {
  cursor: pointer;
}

.login-options-container .login-options:after {
    clear: both;
    content: '';
    display: table;
    }
    .login-options-container .login-options .item-title,
    .login-options-container .login-options .item-options {
    /*! display: inline-block; */
    /*! margin-right: -4px; */
    /*! position: relative; */
    /*! vertical-align: top; */
    }
    .login-options-container .login-options .item-title {
    font-weight: 600;
    width: 40%;
    }

    .login-options-container .login-options .item-options {
    /*! width: 100%; */
    /*! height: 100%; */
    }
    .login-options-container .login-options .item-options .selection {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    }
    .login-options-container .login-options .item-options .selection .check,
    .login-options-container .login-options .item-options .selection label {
    transition: 250ms ease all;
    }
    .login-options-container .login-options .item-options .selection .check {
    /* background: #fff; */
    border: 1px solid #d2d2d2;
    border-radius: 100px;
    content: '';
    height: 16px;
    right: 10px;
    position: absolute;
    top: 10px;
    width: 16px;
    display: none;
    }
    .login-options-container .login-options .item-options .selection label {
        background: #1c1c1c;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid transparent;
    }
    .login-options-container .login-options .item-options .selection span {
    float: right;
    }
    .login-options-container .login-options .item-options input {
    display: none;
    }
    .login-options-container .login-options .item-options input[type=radio]:checked ~ .check {
    border-color: #2948FF;
    }
    .login-options-container .login-options .item-options input[type=radio]:checked ~ .check:before {
    background: #2948FF;
    border-radius: 100px;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 10px;
    transform: translateX(-50%) translateY(-50%);
    }
    .login-options-container .login-options .item-options input[type=radio]:checked ~ label {
    border: 1px solid #2948ff;
    }

    .login-options-container .login-options .item-options .selection label:focus-visible, .login-options-container .login-options .item-options .selection:focus-visible, .login-options-container .login-options .item-options:focus-visible {
        outline: none;
    }
    
/* Login page css end */


.swal2-confirm.btn.btn-success.swal2-styled {
  background: linear-gradient(55.94deg, #1AE0FD 16.9%, #25BAFD 25.63%, #3290FE 36.92%, #3B71FE 47.14%, #415FFE 55.81%, #4358FE 61.91%, #5014FF 89.08%) !important;
  border: 0.72px solid #2948FF !important;
}
.swal2-confirm.btn.btn-success.swal2-styled:hover, .swal2-cancel.btn.btn-danger.swal2-styled:hover {
  background: transparent !important;
  border: 0.72px solid #2948FF !important;
  color: #fff !important;
}

 w3m-modal {
            z-index: 99999999999999 !important;
        }












        .custom-dropdown-login {
  position: relative;
  width: 100%;
}
.custom-dropdown-login .dropdown-btn {
  width: 100%;
  cursor: pointer;
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 15px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
}
.custom-dropdown-login .dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1c1c1c;
  border-radius: 8px;
  z-index: 10;
  overflow: auto;
  border: 1px solid #080808;
}
.custom-dropdown-login .dropdown-list.show {
  display: block;
}
.custom-dropdown-login .dropdown-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;

}
.custom-dropdown-login .dropdown-item:hover {
  background: #262626;
}
.custom-dropdown-login img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}



.custom-select-login {
  position: relative;
  width: 100%;
}

.custom-select-login .selected {
  transition: all 0.2s ease;
  width: 100%;
  cursor: pointer;
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 15px;
  padding: 15px 5px 15px 10px;
  display: flex;
  align-items: center;
  word-break: break-all;
  text-align: start;
}

.custom-select-login .selected:hover {
  border-color: #999;
  
}

.custom-select-login .selected img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.custom-select-login .selected span {
  flex-grow: 1;
}

.custom-select-login .dropdown {
  display: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1c1c1c;
  border-radius: 8px;
  z-index: 10;
  overflow: auto;
  border: 1px solid #080808;
}

.custom-select-login.open .dropdown {
  display: block;
}

.custom-select-login .option {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
  color: #fff;
}

.custom-select-login .option:hover {
    background: #262626;
}

.custom-select-login .option img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.custom-select-login input {
  display: none;
}




.select_network_login_section {
flex-wrap: wrap;
  transition: all 0.2s ease;
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  word-break: break-all;
  text-align: start;
  margin: 0;
}

.select_network_login_section .border_right {
  border-right: 1px solid #ffffff1f;
  padding-top: 10px;
  padding-bottom: 10px;
}


@media only screen and (max-width: 500px) {
  .select_network_login_section h4 {
    font-size: 14px !important;
  }
  .custom-select-login .selected span {
  display: none;
}
.custom-select-login .option span {
  display: none;
}
.select_network_login_section .col-xs-5, .select_network_login_section .col-xs-7 {
  width: 50% !important;
}
.custom-select-login .option img {
  margin-right: 0;
}
.custom-select-login .selected {
  width: fit-content;
}
.custom-select-login.open .dropdown {
  width: fit-content;
}
.select_network_login_section .col-xs-7 {
  justify-content: end;
  display: flex;
}
.custom-select-login {
  justify-content: end;
  display: flex;
  width: fit-content;
}
}




.network_tree_search_area input.form-control {
    background: #13181F !important;
    border: 1px solid #2a3544 !important;
    min-width: 250px;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    height: 45px;
}
.network_tree_search_area button.network_search_btn {
    position: absolute;
    top: 50%;
    right: 0;
    border: 1px solid #2a3544 !important;
    height: 100%;
    transform: translateY(-50%);
    text-align: center;
    align-items: center;
    display: flex;
    color: #fff !important;
    justify-content: center;
    border-radius: 0px 100px 100px 0px;
}
.network_tree_search_area, .network_tree_action_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.network_tree_action_btn .primary_button {
    font-size: 14px;
    align-items: center;
    display: flex;
}
