@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css);

#character-counter-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 auto;
    width: 60%;
    color: #000000;
}
#character-counter {
    width: 100%;
    text-align: right;
    color: #999999;
}
.counter-type {
    font-size: 16px;
    width: 100%;
    text-align: right;
    font-weight:600;
    color: #9f9f9f;
}
.comment-box-toolbar {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: lighter;
  font-style: italic;
  vertical-align: top;
  font-size: 14px;
}
span.b {
  display: inline-block;
  padding-left: 8x;
  padding-right: 10px;
  color: #00383F;
}
span.b:hover {
  color: #004f59;
  border-bottom: 0px solid #55adff;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #000000;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    padding: 10px 12px 10px 12px;
    bottom: 1.2em;
    right: -1.5em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    line-height: 150%;
    white-space: pre;
    border-radius: 14px;
    text-align: left;
}
[data-title] {
    position: relative;
    align-items: center;
}

/*
[rel]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[rel]:after {
    content: attr(rel);
    background-color: #000000;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    padding: 10px 12px 10px 12px;
    bottom: 1.2em;
    right: -1.5em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    line-height: 150%;
    white-space: pre;
    border-radius: 14px;
    text-align: center;
}
[rel] {
    position: relative;
    align-items: center;
}
*/

[shadow-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[shadow-title]:after {
    content: attr(shadow-title);
    background-color: #000000;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    padding: 10px 12px 10px 12px;
    bottom: 1.2em;
    right: -1.5em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    line-height: 150%;
    white-space: pre;
    border-radius: 14px;
    text-align: center;
}
[shadow-title] {
    position: relative;
    align-items: center;
}


[shadow-title2]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[shadow-title2]:after {
    content: attr(shadow-title2);
    background-color: #000000;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    padding: 10px 12px 10px 12px;
    bottom: 1.8em;
    right: -4.5em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    line-height: 150%;
    white-space: pre;
    border-radius: 14px;
    text-align: center;
}
[shadow-title2] {
    position: relative;
    align-items: center;
}


.Link-Blue2 {                     /*  Member / Admin email    */
  font-size:14px;
  text-decoration: none;
  color: #0c7684;
}
.Link-Blue2:visited {
  text-decoration: none;
  color: #108797;
}
.Link-Blue2:hover {
  text-decoration: none;
  color: #00383F;
}
.Link-Blue2:active {
  text-decoration: none;
  color: #00383F;
}



.Link-Blue3 {                     /*  Member / Admin email    */
  font-size:15px;
  text-decoration: none;
  font-weight: 600;
  color: #00383F;
}
.Link-Blue3:visited {
  color: #00383F;
}
.Link-Blue3:hover {
  color: #0c7684;
}
.Link-Blue3:active {
  color: #0c7684;
}

.Link-Grey2 {
  font-size:15px;
  text-decoration: none;
  color: #8a8a92;
}
.Link-Grey2:visited {
  text-decoration: none;
  color: #8a8a92;}
.Link-Grey2:hover {
  text-decoration: none;
  color: #228bed;
}
.Link-Grey2:active {
  text-decoration: none;
  color: #228bed;
}

.Text-Grey {
  font-size:18px;
  text-decoration: none;
  color: #949494;
}

.comments {
  padding-bottom: 25px;
}
.comments .write-comment button, .comments .comment-login-form button, .comments .comment-register-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #86b0b6;                                                  /*     Buttons  ( Comment, Login, Register )        */
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  margin: 5px 5px 0 0;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  height: 35px;
  border: 0;
  transition: background-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.comments .write-comment button:hover, .comments .comment-login-form button:hover, .comments .comment-register-form button:hover {
  background-color: #005059;
  color: #f6f6f6;                                                                /*     Buttons  ( Comment, Login, Register ) - Hover       */
  transition: background-color 0.2s ease;
}
.comments .write-comment button:disabled, .comments .comment-login-form button:disabled, .comments .comment-register-form button:disabled {
  background-color: #a4a5a9;
  color: white;
  cursor: not-allowed;
}
.comments .write-comment button:disabled:hover, .comments .comment-login-form button:disabled:hover, .comments .comment-register-form button:disabled:hover {
  background-color: #ccced2;
}
.comments .write-comment button.alt, .comments .comment-login-form button.alt, .comments .comment-register-form button.alt {
  background-color: transparent;                
  border: 1px solid #444444;                                      /*   Cancel Button    */
  color: #898989;                            
  font-weight: 500;
  transition: border 0.2s ease;
}
.comments .write-comment button.alt:hover, .comments .comment-login-form button.alt:hover, .comments .comment-register-form button.alt:hover {
  background-color: #f4f4f4;  
  border: 1px solid #000000;
  color: #222222;                                                 /*   Cancel Button - Hover   */
  transition: border 0.2s ease;
  font-weight: 500;
}
.comments .login-btn, .comments .register-btn, .comments .search-btn {
  text-decoration: none;
  color: #03505c;                                  /*   Login ( + search + search icon ) - Register Button        */
  font-size: 14px;
  font-weight: 500;
  padding-right: 15px;
}

.comments .login-btn:hover, .comments .register-btn:hover, .comments .search-btn:hover {
  color: #000000;                                               
  font-weight: 500;                                  /*   Login ( + search + search icon ) - Register Button     -  HOVER    */
}
.comments .login-btn i, .comments .register-btn i, .comments .search-btn i {
  padding-right: 10px;
}
.comments .search-btn {
  padding-right: 0;
  padding-left: 15px;
  font-size: 14px;
}
.comments .comment-header {
  display: flex;
  border-bottom: 1px solid #f0f1f5;                             /*    Spacing Above & Below  # of Comments     */
  padding: 25px 0 15px 0;
  margin-bottom: 10px;
  align-items: center;
}
.comments .comment-header .total {
  color: #00383F;                                                       /*  # of Comments   */
  font-size: 17px;
  padding-right: 12px;
  padding-left: 3px;
  font-weight: 600;
}
.comments .comment-header .comment-btns {
  flex-grow: 1;
}
.comments .comment-header .sort-by {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 35px;
  z-index: 999;
}
.search-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 35px;
  z-index: 999; 
}
.search-text {
  align-items: center;
  position: relative;
  height: 35px;
}
.comments .comment-header .sort-by a {
  text-decoration: none;
  font-size: 14px;
}
.comments .comment-header .sort-by > a {
  color: #03505c;                                                        /*  Sort by ( NOT Hover )   */
  font-weight: 600;
}
.comments .comment-header .sort-by > a i {                                 /*  Sort by ARROW  (NOT Hover)   */
  padding-left: 6px;
  color: #03505c;                                     
}
.comments .comment-header .sort-by .options {
  display: none;
  position: absolute;                                                       /*   Sort by MENU   */
  top: 100%;
  right: 0;
  width: 120px;
  border-radius: 4px;
  border: 1px solid black;
  overflow: hidden;
  flex-flow: column;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.comments .comment-header .sort-by .options a {                                                                /*  Sort by Options - Not selected   */
  padding: 6px 10px;
  border-bottom: 1px solid #cccccc;
  color: #00383F;
  font-weight: 600;
  background-color: #fff;
  font-size: 14px;
}
.comments .comment-header .sort-by .options a:last-child {
  border: 0;
}
.comments .comment-header .sort-by .options a:hover {                                                           /*  Sort by Options - Selected   */
  background-color: #00383F;
  color: #fff;
}
.comments .comment-header .sort-by:hover .options, .comments .comment-header .sort-by:active .options {
  display: flex;
}
.comments .comment-header .sort-by:hover > a, .comments .comment-header .sort-by:active > a {                   /*     SORT BY  -   HOVER   */
  color: #000000; 
  font-weight: 600;
}
.comments .comment-header .sort-by:hover > a i, .comments .comment-header .sort-by:active > a i {               /*     SORT BY Arrow  -  HOVER   */
  color: #000000;
}
.comments .write-comment, .comments .comment-auth-forms {
  width: 100%;
  padding: 10px 0 10px 0;
}
.comments .write-comment.hidden, .comments .comment-auth-forms.hidden {
  display: none;
}
.comments .write-comment .content, .comments .comment-auth-forms .content {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 5px 0 0 0;
}
.comments .write-comment .content textarea, .comments .comment-auth-forms .content textarea {                       /*  Text Area (font, background, etc. too!)    */
  width: 100%;
  padding: 10px;
  border: 1px solid #dfe1e7;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 150px;
  margin-top: 5px;
  resize: none;
  outline: 0;
}
  .content textarea:focus {   /*   Text Area     */
	border: 3px solid #0b32ce;
	outline: 1;
  }
.comments .write-comment .content textarea::-moz-placeholder, .comments .comment-auth-forms .content textarea::-moz-placeholder {
  color: #444444;
  font-size: 17px;
}
.comments .write-comment .content textarea::placeholder, .comments .comment-auth-forms .content textarea::placeholder {           /*   Comment Placeholder    */
  color: #444444;
  font-size: 17px;
}
.comments .write-comment .content .toolbar, .comments .comment-auth-forms .content .toolbar {                                     /*   Comment Toolbar     */
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e7;
  background-color: #f8f8f8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.comments .write-comment .content .toolbar .fa-solid, .comments .comment-auth-forms .content .toolbar .fa-solid {             /*     Comment Toolbar - B I U      */
  padding: 10px;                                                
  cursor: pointer;
  color: #7a7a7a;
  font-size: 14px;
}
.comments .write-comment .content .toolbar .fa-solid:hover, .comments .comment-auth-forms .content .toolbar .fa-solid:hover {
  color: #474747;                                                                                                               /*    Comment Toolbar - Hover       */
}
.comments .write-comment input, .comments .comment-auth-forms input {
  display: block;                                                                                                       /*     INPUT  Box    */
  width: 250px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #dfe1e7;
  border-radius: 5px;
  margin-top: 10px;
}
.comments .write-comment input::-moz-placeholder, .comments .comment-auth-forms input::-moz-placeholder {          /*    Input Placeholder     */
  color: #444444;                                                   
}
.comments .write-comment input::placeholder, .comments .comment-auth-forms input::placeholder {                   /*   Input Placeholder     */
  color: #444444;
}
.comments .write-comment button, .comments .comment-auth-forms button {
  cursor: pointer;
}
.comments .write-comment .msg .error, .comments .comment-auth-forms .msg .error {
  display: inline-block;
  padding: 10px 0 0 0;
  color: #d10e0e;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}
.comments .write-comment {
  padding: 5px 0 15px 0;
}
.comments .comment-auth-forms {                                     /*    Authorization Forms  ( Login & Register )     */
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f0f1f5;
  margin-bottom: 25px;
  padding: 25px 0;
}
.comments .comment-auth-forms button {
  margin-top: 20px;
}
.comments .comment-auth-forms form h3 {
  margin: 0;                                                        /*   Authorization Forms -  Headings: Login + Register     */
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #00383F;
}
.comments .comment-auth-forms form.comment-register-form {            /*    Authorization Form - Register     */
  border-left: 1px solid #f0f1f5;
  padding-left: 35px;
  margin-left: 35px;
}
.comments .comment-content .comment-placeholder-content, .comments .comment-content .comment-search input {
  display: block;                                                     
  width: 100%;
  padding: 12px 15px;                                                     /*  Search Box     */
  border: 1px solid #dfe1e7;
  border-radius: 4px;
  margin: 20px 0;
}
.comments .comment-content .comment-placeholder-content::-moz-placeholder, .comments .comment-content .comment-search input::-moz-placeholder {
  color: #444444;                                                           /*  Search Box - Placeholder     */
}
.comments .comment-content .comment-placeholder-content::placeholder, .comments .comment-content .comment-search input::placeholder {
  color: #444444;                                                           /*  search Box - Placeholder     */
}
.comments .comment-content .comment-search {
  display: none;
  position: relative;
}
.comments .comment-content .comment-search i {
  position: absolute;                                                         /*  Search Box - Inside Input Search Icon     */
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #a8abb4;
  font-size: 14px;
  
}
.comments .comment-content .comment-search input {
  padding-left: 40px;
}
.comments .comment-content {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
}
.comments .comment > .comment-profile-picture {
  width: 55px;
  padding-right: 12px;
}
.comments .comment > .comment-profile-picture span {
  display: flex;                                                              /*     User  -  Circle  +  User Name     */
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #777;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}
.comments .comment > .comment-profile-picture img {
  border-radius: 50px;
  width: 42px;
  height: 42px;
}
.comments .comment > .con {
  display: flex;
  flex-flow: column;
  width: calc(100% - 55px);
  max-width: calc(100% - 55px);
}
.comments .comment > .con.highlighted {
  border-left: 3px solid #416daf;
  padding-left: 20px;
}
.comments .comment > .con .votes {
  display: flex;
  flex-flow: column;
  min-width: 40px;
  align-items: center;
}
.comments .comment > .con .votes .up, .comments .comment > .con .votes .down {
  display: flex;
  text-decoration: none;
}
.comments .comment > .con .votes .up span {
  transform: rotate(45deg);
}
.comments .comment > .con .votes .down span {
  transform: rotate(225deg);
}

.comments .comment > .con .real_name {
  display: inline;                             /*      Name    Real Name     */
  padding: 0 7px 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #00383F;
}

.comments .comment > .con .name {
  display: inline;                             /*      Name    Display Name     */
  padding: 0 7px 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 625;
  color: #00383F;
}
.comments .comment > .con .role {
  display: inline;                                                        /*       ADMIN  Logo     */
  padding: 1px 4px;
  margin: 0 6px 0 2px;
  font-size: 12px;
  font-weight: 500;
  background-color: #86b0b6;
  color: #fff;
  border-radius: 4px;
}
.comments .comment > .con .featured {
  color: #b3b3be;
  margin: 0 5px;
  transform: rotate(45deg);
}
.comments .comment > .con .date, .comments .comment > .con .edited {     /*     Comment -  Edited Date Length  +  (Edited) type     */
  color: #8a8a92;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 2px;
}
.comments .comment > .con .toggle-comment {
  color: #c9c9d3;                                                           /*    Collapse  -    */
  text-decoration: none;
  display: inline-flex;
  margin-left: auto;
}
.comments .comment > .con .toggle-comment:hover {
  color: #777782;                                                           /*    Expand  +     */
}
.comments .comment > .con .comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.comments .comment > .con .comment-meta:hover ~ .comment-footer .share-comment-btn, .comments .comment > .con .comment-meta:active ~ .comment-footer .share-comment-btn {
  display: inline-block;
}
.comments .comment > .con .comment-content {                                  /*     Comment      */
  font-family: 'Calibri', 'Arial Narrow', 'Helvetica', sans-serif;
  position: relative;
  text-align: justify;
  font-size: 12px;
  line-height: 1.2;
  max-width: 100%;
  padding: 6px 0 8px 0;
  margin: 0;
  color: #3B3B3B;
  word-wrap: break-word;
}
.comments .comment > .con .comment-content p {
  color: inherit;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-word;
}
.comments .comment > .con .comment-content h6 {
  margin: 0;
  padding: 5px 0;
  color: #4b4b4b;
  word-wrap: break-word;
}
.comments .comment > .con .comment-content strong {
  color: inherit;
  font-weight: 600;
  word-wrap: break-word;
}
.comments .comment > .con .comment-content pre {
  color: inherit;
  max-width: 100%;
}
.comments .comment > .con .comment-content code {
  font-family: Consolas, monaco, monospace;
  border-left: 3px solid #416daf;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}
.comments .comment > .con .comment-content blockquote {
  border-left: 3px solid #777;
}
.comments .comment > .con .comment-content code, .comments .comment > .con .comment-content blockquote {
  color: inherit;
  display: block;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 14px;
  word-wrap: break-word;
}
.comments .comment > .con .comment-content a {
  color: #0060ba;
  text-decoration: none;
  word-wrap: break-word;
}
.comments .comment > .con .comment-content a:hover {
  text-decoration: none;
  color: #5bb0ff;
}
.comments .comment > .con .comment-content:hover ~ .comment-footer .share-comment-btn, .comments .comment > .con .comment-content:active ~ .comment-footer .share-comment-btn {
  display: inline-block;
}
.comments .comment > .con .comment-awaiting-approval {
  padding: 10px 0;                                                  /*     Awaiting Approval      */
  font-size: 14px;
  font-style: italic;
  color: #8a8a92;
}
.comments .comment .comment-footer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.comments .comment .comment-footer .thumbs {
  color: #7aa8af;
}
.comments .comment .comment-footer .thumbs:hover {
  color: #01424b;
}
.comments .comment .comment-footer a {
  display: inline-block;
  text-decoration: none;
  padding: 0 5px;
}
.comments .comment .comment-footer a:hover .arrow {                 /*     Vote Arrows - Hover      */
  font-weight:500;
  border: solid #03505C;
  border-width: 0 2px 2px 0;
}
.comments .comment .comment-footer .num {
  color: #669ba4;                                                 /*     Number of Votes       */
  padding-right: 5px;
  font-size: 14px;
  font-weight:625;
}
.comments .comment .comment-footer .arrow {
  border: solid #928a90;                                          /*     Vote Arrows      */
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;                /*  ARROW SIZE  */

}
.comments .comment .comment-footer .arrow.up {
  color:purple;
  transform: translateY(-2px) rotate(-135deg);
  margin-top:11px;
}
.comments .comment .comment-footer .arrow.down {
  transform: translateY(-4px) rotate(45deg);
  color:red;
  margin-top:3px;
}
.comments .comment .comment-footer .reply-comment-btn, .comments .comment .comment-footer .share-comment-btn, .comments .comment .comment-footer .edit-comment-btn, .comments .comment .comment-footer .moderate-comment-btn, .comments .comment .comment-footer .delete-comment-btn {
  display: inline-block;
  text-decoration: none;                                 /*  Comments Footers - Reply - Delete - Edit - Moderate  */
  font-size: 14px;
  color: #8a8a92;
}
.comments .comment .comment-footer .reply-comment-btn:hover, .comments .comment .comment-footer .share-comment-btn:hover, .comments .comment .comment-footer .edit-comment-btn:hover, .comments .comment .comment-footer .moderate-comment-btn:hover, .comments .comment .comment-footer .delete-comment-btn:hover {
  color: #01424b;                                               /*  Comments Footers - Hover  */
}
.comments .comment .comment-footer .reply-comment-btn.selected, .comments .comment .comment-footer .share-comment-btn.selected, .comments .comment .comment-footer .edit-comment-btn.selected, .comments .comment .comment-footer .moderate-comment-btn.selected, .comments .comment .comment-footer .delete-comment-btn.selected {
  font-weight: 500;
}
.comments .comment .comment-footer .reply-comment-btn {
  margin-left: 5px;
}
.comments .comment .comment-footer .share-comment-btn {
  display: none;
}
.comments .comment .comment-footer:hover .share-comment-btn, .comments .comment .comment-footer:active .share-comment-btn {
  display: inline-block;
}
.comments .show-more-comments {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comments .show-more-comments a {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  color: #93969b;
  background-color: #edeff3;
  margin: 25px 0;
  font-size: 14px;
}
.comments .show-more-comments a:hover {
  background-color: #e7eaef;
}
.comments .loader {
  display: inline-block;
  border: 2px solid #999;
  border-top: 2px solid #eee;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s ease infinite;
}
.comments .loader.hidden {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toolbr {
  position: relative;
  display: inline-block;
  padding-right: 1px;
}
.toolbr .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.toolbr:hover .img-top {
  display: inline;
}
.hide-small {
  display:block;
}


@media screen and (max-width: 500px) {
.hide-small {
  display:none;
}


  .comments .comment-header .total {
    font-size: 14px;
  }
  .comments .comment > .comment-profile-picture {
    width: 30px;
    margin-right:10px;
  }
  .comments .comment > .comment-profile-picture span {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .comments .comment > .comment-profile-picture img {
    width: 32px;
    height: 32px;
  }
  .comments .comment > .con {
    width: calc(100% - 45px);
    max-width: calc(100% - 45px);
  }
  .comments .comment > .con .edited {
    display: none;
  }
  .comments .comment-auth-forms form {
    width: 100%;
  }
  .comments .comment-auth-forms form.comment-register-form {
    border-top: 1px solid #f0f1f5;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 25px;
    margin-top: 35px;
  }
}
