 

 /*kits sora*/

 /* sora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sora-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/sora-v16-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/sora-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* css variables */
:root {
  --dark-green: #084429;
  --drk-gray-head: #000;
  --white: #fff;
  --lit-green: #9EBDAE;
  --black:#000;
  --lg-bg: #F4F4F4;
  --green: #227155;
  --md-grey: #1D2327;
  --sora: 'Sora';
  
}
body
{
  margin:0px auto;
  line-height:normal;
  background:var(--white);
  font-family: var(--sora); 
  font-weight: 400;
  overflow-x: hidden;
}

header, section, footer { float: left; width: 100%; }

:is(h1, h2, h3, h4, h5, h6,p,a,button,input) {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
:is(h1, h2, h3, h4, h5, h6) { font-family: var(--sora); font-weight: 500; color: var(--black); }

p { font-family: var(--sora); font-size: 18px; line-height: 1.5; font-weight: 400; color: var(--black); }

input { border: 0; border-radius: 0; }

:is(ul, ol, li) {
  font-family: var(--sora); font-size: 18px; line-height: 1.5; color: var(--black);
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-transform: none;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
a:focus,
button:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

a,
button,
input[type=submit], 
.smooth{
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s
}
img { max-width: 100%; height: auto; }

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder { opacity: 1; }

textarea:focus,
input:focus,
select:focus { outline: 0; }


 

.primary_btn { min-width: 173px; padding: 14px 30px; border-radius: 15px; height: 55px; color: var(--white); background: var(--green); font-size: 18px; font-weight: 600; text-decoration: none; text-transform: uppercase; text-align: center; display: inline-block; border:1px solid var(--yellow); }
.primary_btn:hover { border:1px solid var(--black); color: var(--white); background: var(--black); }
.primary_btn:focus{ outline: 0; box-shadow: none; }

 
 
    .has-dropdown .sub-menu {
      display: none;
      list-style: none;
      transition: all 0.3s ease;
    }
    .has-dropdown .sub-menu li{
      padding: 0px 0px 0px 35px !important;
    }
    .has-dropdown .sub-menu li a{
      padding: 19px 35px !important;
    }
    .has-dropdown .sub-menu li{
      background-color: #ffffff !important;
    }
    .has-dropdown .sub-menu li.active{
      background-color: #AFCBC1 !important;
        border: 1px solid #227155;

    }
    .has-dropdown .sub-menu li.active a{
      color: #242424;
    }
    .has-dropdown .sub-menu li a:hover{
      color: #242424;
    }
    .has-dropdown.open .sub-menu {
        display: block;
    }

    .has-dropdown .arrow {
        transition: transform 0.3s ease;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 500;
    }
 
 

/* login page start */

.medd-main-text { padding:35px 0; background-color: var(--green);  }
.medd-main-text h1{ font-size:34px; font-weight:700; color:var(--white);    }
.medd-main-text h1 bdi { color:var(--lit-green); }
.medd-main-text a img { width:250px; }


.login_sec { padding:100px 0; }

.login_main_div { padding: 40px; border-radius: 30px; gap: 40px;

background-color: #E4E6E7;
background-image: linear-gradient(#E4E6E7, #CFDED7);

 }

.login_form_div { width: 100%; max-width:500px; padding: 0 45px; }
.login_form_div h1 { font-size: 32px; font-weight: 600; margin-bottom: 10px; text-align:center; }
.login_form_div p { margin-bottom: 20px; text-align:center; }
.login_form_div form {}
.login_form_div form ul {}
.login_form_div form ul li { width: 100%; float: left; margin-bottom: 15px; }
.login_form_div form ul li label { font-size: 16px; font-weight: 400; margin-bottom: 7px; }
.login_form_div form ul li input[type="text"],
.login_form_div form ul li input[type="tel"],
.login_form_div form ul li input[type="password"],
.login_form_div form ul li input[type="email"] { width: 100%; float: left; background: #fff; border:0; border-radius:15px; padding: 0 15px; height:55px; font-size: 16px; color:#000; height:55px;  }
.login_form_div form ul li input[type="submit"] { width: 100%; margin-top: 15px;   }

.login_form_div form ul li a { width: 100%; }

.forgot_list { margin-top: 20px; }
.forgot_list a.forgot_password { width: auto; font-size: 16px; font-weight: 400; text-decoration: none;   }
.forgot_list a.register { width: auto; font-size: 16px; font-weight: 600; text-transform: uppercase;    }
.forgot_list a.forgot_password,
.forgot_list a.register { color: var(--blue); }

.login_pic { width: 100%; max-width:100%; }
.login_pic img { width: 100%; height: auto; border-radius:30px;   object-fit: cover; object-position: center center;}

.ftr_sec { background-color:#9EBDAE; padding:30px 0; }
.ftr_btm_des p { font-size:16px;  }

/* login page end */




/* Dashboard page Start */

body.MainDshbrd_Div{  background-color: #f9f9f9;  }
.MainDshbrd_Div { width: 100%; height: 100%; float: left; padding: 0 0 0 320px;background-color: #f9f9f9; }

.LeftSideBar { width: 100%; max-width: 320px; height: 100%; float: left; position: fixed; top: 0; left: 0; background: #EBF2F0; }
.LeftSideBar i.fa-times { display: none; }
.DshvrdLogo { width: 100%; float: left; text-align: center; background-color: var(--green);}
.DshvrdLogo a { display: block; padding: 30px 5px; }
.DshvrdLogo a img { width:198px; }

.DshvrdNavDiv { width: 100%; float: left; text-align: left;  position:relative; padding: 30px 0 0 0;}

.DshvrdNavDiv:last-child { border-bottom: 0; }

.DshvrdNavDiv ul li { float: left; width: 100%; position: relative; padding: 0; text-align: left;  }
.DshvrdNavDiv ul li a i { color:#2A7A5E; padding-right:20px; font-size: 25px; width: 38px; float: left;

  transition:all 0.4s ease-in-out 0s; 
  -moz-transition:all 0.4s ease-in-out 0s; 
  -ms-transition:all 0.4s ease-in-out 0s; 
  -o-transition:all 0.4s ease-in-out 0s; 
  -webkit-transition:all 0.4s ease-in-out 0s; 

 }
  .DshvrdNavDiv ul li a img { width: 38px; padding-right: 10px; }
 .DshvrdNavDiv ul li a i.fa-chevron-down { float: right; color: #242424; }
.DshvrdNavDiv ul li a { font-size: 18px; position: relative;  display: flex; flex-wrap: wrap; align-items: center;   text-decoration: none; padding: 26px; color:#242424; border:1px solid transparent; } 

.DshvrdNavDiv ul li a i { color: #2A7A5E; }
.DshvrdNavDiv ul li a .arrow {position: absolute; right: 10px;}
.DshvrdNavDiv ul li a:hover {color: #227155; }
.DshvrdNavDiv ul li a:hover i { margin-right: 0px; padding-right: 3px; }
.DshvrdNavDiv ul li a:hover .arrow { margin-right: 0px; }
.DshvrdNavDiv ul li.active {
    background-color: #AFCBC1;
    color: #242424 !important;
}

.DshvrdNavDiv ul li a.active{ border:transparent; background-color: var(--lit-green); color: var(--white)}
.DshvrdNavDiv ul li a.active i {color: var(--white);}


.DshvrdNavDiv ul li .sub-menu { position: relative; width: 100%; /* background: #F9F9F9; */ top: 0; left:0; height: auto; z-index: 9; /*  display: none; */ box-shadow: 0 0 0; border-right: 0; pointer-events: auto; opacity: 1; visibility: visible; transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out 0s; float: left; border: 0;}

.DshvrdNavDiv ul li ul.sub-menu li { border-bottom: 0; padding-bottom: 7px; }
.DshvrdNavDiv ul li ul.sub-menu li a {  display: block; position: relative; padding: 0 15px; font-size: 15px; line-height: 1.64;}
.DshvrdNavDiv ul li ul.sub-menu li a:before { content: ""; position: absolute; left: 0; top: 10px;
 background: var(--secondary-color); width: 5px; height: 5px; }
.DshvrdNavDiv ul li.menu-item--has-children a::before { top: 6px; right: -22px; display: none; }

.DshvrdNavDiv ul li ul.sub-menu li a:hover { padding-left: 17px; }
.DshvrdNavDiv ul li ul.sub-menu li a:hover:before { width: 15px; }
.DshvrdNavDiv ul li a:hover {}

.caretbox {
  width: 25px;
  height: 25px; line-height: 25px;
  /* background: var(--blue-bg); */
  position: absolute;
  right: 20px;
  top: 13px; 
  cursor: pointer; z-index: 1; text-align: center; border-radius: 0;
}
.caretbox::before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    font-size: 20px;
    color: var(--blue);
}

.DshbrdTimer { width: 100%; float: left; text-align: center;  position: absolute; bottom: 0; padding: 30px 0; }
.DshbrdTimer h3 { font-size: 35px; line-height: 30px;  color:var(--black); }
.DshbrdTimer h3 strong { display: block; font-size: 16px; font-weight: 400; color:#4E4E4E; }


.RightSideBar { width: 100%; margin: 0 auto;   height:100vh; }

.RightTopDiv { width: 100%; float: left; padding:40px;   border-bottom: 1px solid #133F52; }
.RightTopDiv span.SlideNav { display: none; }
.RightTopDiv h1 { float: left;  font-size: 20px;  }


.top_hdr_right { float: right; }

.top_hdr_right a { float:left; margin-right: 15px; color:var(--white); display:flex; flex-wrap:wrap; align-items:center; justify-content: center; font-family: var(--dm-sans);font-size: 18px;font-weight: 400; text-transform: none; } 
.top_hdr_right a i { font-size:18px; padding-right:10px; }
.top_hdr_right a:hover{ }

.top_hdr_right span { width:25px; margin:6px 10px 0 0; text-align:left; position: relative; float: left; cursor: pointer; }
.top_hdr_right span::before{content: ""; position: absolute; right: 6px; top: 2px; background-color: var(--dark-red); width: 8px; height: 8px; border-radius: 50%;}
.top_hdr_right span i { font-size:20px; color:var(--dark-red);  }


.Robert {  float:right; display: flex;flex-wrap: wrap;align-items: center; position: relative; }

.Robert h3 { display: flex; align-items: center; }
.Robert h3 img { margin:0 8px 0 0; width: 32px; height: 32px; border-radius: 50%; float: left; }
.Robert h3 small { font-family: var(--dm-sans); font-size:16px; color:#231f20; text-decoration: none; display: inline-block; }

.Robert h3 i { margin:0 0 0 7px; font-size: 12px; }

.dropbtn {
  font-size: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.dropbtn i { width:30px; height:15px; background-color:transparent; }
.dropdown {
  position: relative;
  display: inline-block;
  background-color: var(--white);
}

.dropdown-content { width: 215px;
  padding: 8px 0;
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff !important;
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.04);
border-radius: 4px;
  min-width: 215px;
  overflow: auto;
  top: 50px;
  z-index: 4;
}

.dropdown-content a {
  color: #454545;
  padding:4px 18px;
  text-decoration: none;
  display: block; width: 100%; margin: 0; font-family: var(--dm-sans); font-size: 16px;
}
.dropdown-content a i { font-size:16px; margin-right:7px; }
.dropdown-content a:hover { color: var(--blue); }

.show {display: block;}

.overview_main_div { width: 100%; float: left;padding-top:10px;  border-left:unset; border-bottom:unset; }


.sales_overview_div { width: 100%; float: left; }
.sales_overview_div h2 { font-weight: 500; font-size: 21px; color: #121212; margin-bottom: 15px; }

.white_box { width: 100%; float: left; padding-bottom:20px;  }
.white_box:last-child{ padding-bottom:0; }


.main_bottom_sim { padding:50px; }
.adm_nam { margin-bottom:30px; }
.adm_nam h2 { font-size:24px; font-weight:600; color:var(--dark-green); margin-bottom:10px; }
.adm_nam p { font-size:18px; color:#666666; }

.conts_data { margin-bottom:60px; display:grid; grid-template-columns:repeat(4, 1fr); gap:30px; }
 .stats-card { padding:40px 30px; border-radius:15px; border:none; position: relative;}
 .stats-card img{ position:absolute; bottom:0; right:0; }

  .bg-light-blue   { background-color: #EBF2F0 !important; }
  .bg-light-purple { background-color: #EBF2F0 !important; }
  .bg-light-pink   { background-color: #EBF2F0 !important; }
  .bg-light-teal   { background-color: #EBF2F0 !important; }
  .text-purple     { color: #9b51e0 !important; }
.counter_txt { font-size:45px; font-weight:700; }
.fs_cl { color:var(--dark-green); font-size:50px; font-weight:300; }
.text-muted { font-size:18px; color:#575757; }
.stats-card div a{text-decoration: none;}




.flow_users { display:grid; grid-template-columns:1fr 1fr; gap:30px; }

.agents-section { width: 100; padding: 24px; background: transparent; border: 1px solid #E2E3EB; border-radius: 15px; display: grid; row-gap: 16px;box-sizing: border-box; margin-bottom: 40px; }

.agents-section h2 { margin: 0; font-size: 24px; margin-bottom: 30px; font-weight: 600; color: var(--dark-green); }

.agents-section select { width: 100%; padding: 12px 16px; font-size: 16px; color: #000; background-color: transparent; background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 12px 8px; border: 1px solid #ECECEC; border-radius: 6px; appearance: none; cursor: pointer; box-sizing: border-box; }

.agents-section button { padding: 12px 32px; font-size: 16px; color: var(--white); background-color: var(--green); border: none; border-radius: 10px; cursor: pointer; justify-self: start;  width: 129px; height: 55px;     }
.agents-section button:hover { background-color: #163227; }

.medical-section { width: 100%; padding: 24px; background:transparent; border: 1px solid #E2E3EB; border-radius: 10px; box-sizing: border-box; display: grid; row-gap: 16px; }

.medical-section .head_ia { display: flex; justify-content: space-between; align-items: center; }
.medical-section .head_ia h2 { margin: 0; font-size: 24px; font-weight: 600; margin-bottom: 30px; color: var(--dark-green); }
.medical-section .head_ia a { color: var(--green); text-decoration: none; font-weight: 600; font-size: 17px; }
.medical-section .head_ia a:hover { text-decoration: underline; }

.medical-section .tags { display: flex; flex-wrap: wrap; gap:15px; }
.medical-section .tags button { padding: 18px 20px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; color: var(--black); background-color: #BDD4CC;}
.medical-section .tags button:nth-child(odd) {background-color: var(--lit-green); }
.medical-section .tags button:hover { opacity: 0.9; }

.users-section { width: 100%;padding: 24px; background: transparent; border: 1px solid #E2E3EB; border-radius: 15px; box-sizing: border-box; height: 58%; overflow-y: scroll; }

.users-section h2 { margin: 0;font-size: 24px; font-weight: 600; color: var(--dark-green); margin-bottom: 30px; }

.users-section table { width: 100%; border-collapse: collapse; }
.users-section td {padding: 20px 0; vertical-align: middle; }
.users-section tr { border-bottom: 1px solid #ECECEC; }
.users-section tr:last-child { border-bottom: none; }

.users-section td:first-child { display: flex; align-items: center; gap: 20px;    }
.users-section td:first-child img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }

.users-section td:first-child span { color: var(--black); font-size: 14px; }

.users-section td:last-child { text-align: right; color: var(--black); font-size: 14px; }

/* Dashboard page End */



/*users page start*/

.fileter_users { margin-bottom:20px;padding-bottom: 30px;   border-bottom: 1px solid #EDEEFC;  }
.fileter_users h2 { font-size:24px; font-weight:700; color:var(--dark-green); margin-bottom:30px; }

.filter-bar {display: flex; align-items: center; width: 100%; gap: 16px; font-family: sans-serif; }

.filter-bar select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: calc(100% - 12px) center; border: 1px solid #E2E3EB; border-radius: 10px; padding: 12px 40px 12px 16px; font-size: 16px; color: #808080; cursor: pointer; height: 55px; width: 326px; cursor: pointer; }

.filter-bar button { padding: 20px 24px; height: 55px; font-size: 16px; font-weight:600; border: none; border-radius: 10px; cursor: pointer; }
.filter-bar .btn-filter { background-color: var(--lit-green); color: var(--white); }
.filter-bar .btn-create {     background-color: var(--dark-green);
    color: var(--white);
    margin-left: auto;
    padding: 20px 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px; }
    
.filter-bar1 .btn-createdel { 
    background-color: #dc3545;
    color: var(--white);
    padding: 22px;
    text-decoration: none;
    height: 57px;
    line-height: 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
} 



.user-table { width: 100%; border-collapse: collapse;float: left; }

.user-table thead th {text-align: left; font-weight: 600; padding: 12px 16px; color: var(--black);}

.user-table td { padding: 12px 16px; vertical-align: middle; color: var(--black); font-size: 14px; }

.user-table tbody tr:nth-child(odd) { background-color: #ECF2EF;  }


.user-table .avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }


.user-table .action-icons i {font-size: 18px; color: #475f4e; margin-right: 12px; cursor: pointer; } 
.user-table .action-icons i:last-child { margin-right: 0; }

/*users page end*/



/*agents page start*/


.profiles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: 100%; float: left; }

.profile-item { position: relative;background: #edf4f1; border-radius: 12px; padding: 24px; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); overflow: visible; }

.profile-item .avatar {width: 104px; height: 104px; border-radius: 50%; object-fit: cover; }
.profile-item .learndashimg{    position: absolute;
    top: 5px;
    right: 5px;
    width: 70px; }

.profile-item .info { display: grid; row-gap: 6px; }

.profile-item .info h3 { margin: 0; font-size: 18px; color: #0c3a30; }

.profile-item .info .occupation,
.profile-item .info .disease {margin: 0; font-size: 14px;  color: #474747;}

.profile-item .profile-logo { position: absolute; top: 9px; right: 9px; width: 33px; height: 33px; object-fit: contain;}

.profile-item .overlay {position: absolute; inset: 0;background-color: rgba(158, 189, 174, 0.4); display: flex; align-items: center; justify-content: space-between; padding: 24px; border-radius: 12px; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 5; }

.overlay-avatar { width: 104px; height: 104px; border-radius: 50%; object-fit: cover;}

.overlay-center {display: grid; row-gap: 25px; width: 60%;float: left;}
.overlay-name { color: var(--black); font-size: 18px; font-weight: 400; }
.overlay-actions { display: flex; gap: 24px; justify-content: flex-start; }
.overlay-actions i { color:var(--black); font-size: 20px; cursor: pointer;}

.overlay-logo {width: 33px; height: auto; object-fit: contain; position: absolute; top: 9px; right: 9px; }

.profile-item.hoverable:hover .overlay { opacity: 1; pointer-events: auto;}

.profile-item.hoverable:hover > .avatar,
.profile-item.hoverable:hover .info,
.profile-item.hoverable:hover .profile-logo { opacity: 0; transition: opacity 0.2s ease; }

.scriptlogo{   float: left;   width: 250px;   display: flex;   position: absolute;  
 align-items: center;   flex-wrap: wrap;   justify-content: flex-end;   top: 9px;  
  right: 9px;   height: auto;   gap: 11px; }
.scriptlogo li img{
  width: 33px;
  height: 33px;
  object-fit: contain;
  }

/*agents page end*/




/*sim-agents start page*/

.det-top-rit { padding:30px;display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}

.front_head { display:grid; grid-template-columns:482px 1fr; }

.fr_logo { width:100%;   background-color:var(--green); }
.fr_logo img { width:250px; padding:30px;   float: right;}


.banner_sims { width:100%; float:left; padding:113px 0; background-color:#CFDED7; }
.banner_sims h2 { text-align:center; font-size:24px; font-weight:600; color:var(--dark-green); }

.user_list { padding:70px 0; }

.grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 24px; box-sizing: border-box; }

.grid-item { display: grid;grid-template-rows:  auto auto auto 1fr auto;   border: 1px solid #9EBDAE; border-radius: 15px;  padding: 50px; box-sizing: border-box; }


.avatar-wrapper { justify-self: center; }
.avatar-wrapper img { width: 240px; height: 240px; border-radius: 50%; object-fit: cover; display: block; margin-bottom: 40px; }

.name-title { margin: 0; text-align: center; font-size: 24px; font-weight: 600; color: var(--dark-green); margin-bottom: 26px; }

.detail-grid { display: grid; grid-template-columns: auto 1fr; column-gap: 30px; row-gap: 20px; margin-bottom: 30px; }

.detail-label,.detail-value { font-size:16px; color:#5E5E5E; }
.detail-value { text-align: right;}
.history-section { display: grid; row-gap: 8px; }
.history-section .section-header { margin: 0; font-size: 18px; font-weight: 600; color: #3F3F3F; margin-bottom: 5px;}
.history-section .section-content { margin: 0;color: #484848; font-size: 16px;line-height: 28px; margin-bottom: 30px; }

.action-area {     justify-content: center;
    display: flex;}
  .action-area a{
    float: left;
    text-decoration: none;

  }
.action-area .button { background-color: var(--dark-green); color: var(--white); border: none; padding: 23px 35px; border-radius:10px; font-size: 16px; font-weight: 600; cursor: pointer;}
.action-area .button:hover { background-color: var(--lit-green); }


/*sim-agents end page*/




/*sim details agents start*/


.det_agent_id {width:100%; float:left; display:grid; grid-template-columns:300px 1fr;  }
.user_det_list .container {    max-width: 1260px; }
.user_det_list { padding:0 0 70px 0; }
.grid-det-item { margin-top:-108px; background-color:var(--white); padding:30px;  }

.nav-tabs .nav-link  {padding: 20px 12px; background-color:#ECF2EF; font-size:16px; color:var(--dark-green); border:0;  border-radius: 0; }
.nav-tabs .nav-link.active { background-color: var(--white); border-bottom: 3px solid var(--dark-green); }
.nav-link i { margin-right: 4px; }

#profileTabs { border:0; }
.tab-pane-data { padding:70px  27px 0 27px; }
.tab-pane-data h2 { font-size:24px; font-weight:600; color:var(--dark-green); margin-bottom:15px; }
.tab-pane-data p { font-size:16px; color:#484848; margin-bottom:20px; }
.tab-pane-data p:last-child{margin-bottom: 0;}
.tab-pane-data ul li{margin-bottom: 30px;}

#tests-tab { border-right:1px solid #eee; }


/*sim details agents end*/












/* sam's style */

.creatPatientAgentMainDiv .formDiv h2{
  color: #227155;
}
.filter-bar1 .btn-create { 
    background-color: var(--dark-green);
    color: var(--white);
    padding: 22px;
    text-decoration: none;
    height: 57px;
    line-height: 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
} 

.passworddata .showpasskey{
    position: absolute;
    right: 10px;
    top: 80%;
    transform: translateY(-80%);
    cursor: pointer;
}


#fileList{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.file-row{
  padding: 20px 10px;
    background: var(--lit-green);
    color: white;
    margin-top: 20px;
    border-radius: 50px;
}

.remove-btn{
      padding: 10px 15px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #ffffff;
    margin-left: 15px;
}


.selectdown {
  position: relative;
  width: 100%;
}

.selectdown select {
  width: 100%;
  padding: 0px 40px 0 12px;
  font-size: 14px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), 
                    linear-gradient(135deg, #999 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 0px), 
                       calc(100% - 15px) calc(50% - 0px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}




/*10-6-25 */
 
#tests {
  padding : 0 !important;
  margin: 0 !important;
}
 
#tests .nav-tabs {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
}
 
#tests .tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
 
#tests .tab-content {
  margin-top: 10px !important;
}
 
#testsInnerTabsContent { padding:30px 27px 0 27px; }
#testsInnerTabs { gap:15px; border:0;}
#testsInnerTabs .nav-link { padding: 12px; background: transparent;border-bottom:1px solid var(--lit-green); }
#testsInnerTabs .nav-link.active { border-bottom:1px solid var(--md-grey); }

.patientsecript iframe {
	width: 300px;
	margin-left: 340px;
	height: 200px;
	border-radius: 20px;
	position: fixed;
	right: 30px;
	bottom: 30px;
}

div#consultation {
    padding-let: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

#consultation .tab-pane {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.boobrymoon ul{
  list-style-type: initial;
  list-style-type: disc;
}
.boobrymoon ul li{
  list-style-type: disc;
}

.boobrymoon ol{
  list-style-type: initial;
}
.boobrymoon ol li{
  list-style-type: decimal;
}

.boobrymoon ol, .boobrymoon ul{
  padding-left: 30px;
}
.boobrymoon ol li, .boobrymoon ul li{
  margin-bottom: 10px;
}

.boobrymoon ol li{
  padding-left: 5px;
}

.detail-grid {
  display: grid;
  grid-template-columns: auto auto; /* 2 columns: label + value */
  gap: 10px 20px;
}

.full-width-right {
  grid-column: 1 / -1;       /* Span full row */
  text-align: right;         /* Align content to right */
        /* Optional spacing */
}

.boobrymoon2 ol, .boobrymoon2 ul{
  list-style: none;
}


